Searched refs:HANGUL_LIMIT (Results 1 – 5 of 5) sorted by relevance
57 HANGUL_LIMIT=HANGUL_BASE+HANGUL_COUNT enumerator61 return HANGUL_BASE<=c && c<HANGUL_LIMIT; in isHangul()
404 for(UChar c=Hangul::HANGUL_BASE; c<Hangul::HANGUL_LIMIT; c+=Hangul::JAMO_T_COUNT) { in addPropertyStarts()408 sa->add(sa->set, Hangul::HANGUL_LIMIT); /* add Hangul+1 to continue with other properties */ in addPropertyStarts()
43 public static final int HANGUL_LIMIT=HANGUL_BASE+HANGUL_COUNT; field in Normalizer2Impl.Hangul46 return HANGUL_BASE<=c && c<HANGUL_LIMIT; in isHangul()549 for(int c=Hangul.HANGUL_BASE; c<Hangul.HANGUL_LIMIT; c+=Hangul.JAMO_T_COUNT) { in addPropertyStarts()553 set.add(Hangul.HANGUL_LIMIT); /* add Hangul+1 to continue with other properties */ in addPropertyStarts()
947 for(int c = Hangul.HANGUL_BASE; c < Hangul.HANGUL_LIMIT;) { in buildMappings()
1269 for(UChar32 c = Hangul::HANGUL_BASE; c < Hangul::HANGUL_LIMIT;) { in buildMappings()