Searched refs:mColl (Results 1 – 2 of 2) sorted by relevance
546 if (mColl == null) { in getCollationKeyInBytes()547 mColl = Collator.getInstance(); in getCollationKeyInBytes()548 mColl.setStrength(Collator.PRIMARY); in getCollationKeyInBytes()550 return mColl.getCollationKey(name).toByteArray(); in getCollationKeyInBytes()553 private static Collator mColl = null; field in DatabaseUtils
17280 Landroid/database/DatabaseUtils;->mColl:Ljava/text/Collator;