Home
last modified time | relevance | path

Searched refs:mColl (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/database/
DDatabaseUtils.java454 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