Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactLocaleUtils.java229 private static final Set<Character.UnicodeBlock> CJ_BLOCKS; field in ContactLocaleUtils.JapaneseContactUtils
245 CJ_BLOCKS = Collections.unmodifiableSet(set);
256 return CJ_BLOCKS.contains(UnicodeBlock.of(codePoint)); in isChineseOrJapanese()