Searched refs:mColl (Results 1 – 2 of 2) sorted by relevance
628 if (mColl == null) { in getCollationKeyInBytes()629 mColl = Collator.getInstance(); in getCollationKeyInBytes()630 mColl.setStrength(Collator.PRIMARY); in getCollationKeyInBytes()632 return mColl.getCollationKey(name).toByteArray(); in getCollationKeyInBytes()635 private static Collator mColl = null; field in DatabaseUtils
17271 Landroid/database/DatabaseUtils;->mColl:Ljava/text/Collator;