Searched refs:mColl (Results 1 – 1 of 1) sorted by relevance
454 if (mColl == null) { in getCollationKeyInBytes()455 mColl = Collator.getInstance(); in getCollationKeyInBytes()456 mColl.setStrength(Collator.PRIMARY); in getCollationKeyInBytes()458 return mColl.getCollationKey(name).toByteArray(); in getCollationKeyInBytes()461 private static Collator mColl = null; field in DatabaseUtils