Searched refs:CJK_BLOCKS (Results 1 – 1 of 1) sorted by relevance
2402 private static final Set<Character.UnicodeBlock> CJK_BLOCKS; local2426 CJK_BLOCKS = Collections.unmodifiableSet(set);2451 return CJK_BLOCKS.contains(Character.UnicodeBlock.of(codePoint)); in isCjk()