Searched refs:HANGUL_LIMIT (Results 1 – 7 of 7) sorted by relevance
72 HANGUL_LIMIT=HANGUL_BASE+HANGUL_COUNT enumerator76 return HANGUL_BASE<=c && c<HANGUL_LIMIT; in isHangul()
507 for(UChar c=Hangul::HANGUL_BASE; c<Hangul::HANGUL_LIMIT; c+=Hangul::JAMO_T_COUNT) { in addPropertyStarts()511 sa->add(sa->set, Hangul::HANGUL_LIMIT); /* add Hangul+1 to continue with other properties */ in addPropertyStarts()
58 public static final int HANGUL_LIMIT=HANGUL_BASE+HANGUL_COUNT; field in Normalizer2Impl.Hangul61 return HANGUL_BASE<=c && c<HANGUL_LIMIT; in isHangul()565 for(int c=Hangul.HANGUL_BASE; c<Hangul.HANGUL_LIMIT; c+=Hangul.JAMO_T_COUNT) { in addPropertyStarts()569 set.add(Hangul.HANGUL_LIMIT); /* add Hangul+1 to continue with other properties */ in addPropertyStarts()
53 public static final int HANGUL_LIMIT=HANGUL_BASE+HANGUL_COUNT; field in Normalizer2Impl.Hangul56 return HANGUL_BASE<=c && c<HANGUL_LIMIT; in isHangul()556 for(int c=Hangul.HANGUL_BASE; c<Hangul.HANGUL_LIMIT; c+=Hangul.JAMO_T_COUNT) { in addPropertyStarts()560 set.add(Hangul.HANGUL_LIMIT); /* add Hangul+1 to continue with other properties */ in addPropertyStarts()
950 for(int c = Hangul.HANGUL_BASE; c < Hangul.HANGUL_LIMIT;) { in buildMappings()
949 for(int c = Hangul.HANGUL_BASE; c < Hangul.HANGUL_LIMIT;) { in buildMappings()
1271 for(UChar32 c = Hangul::HANGUL_BASE; c < Hangul::HANGUL_LIMIT;) { in buildMappings()