Home | History | Annotate | Download | only in i18n

Lines Matching refs:Hangul

320     // Hangul syllables are not tailorable (except via tailoring Jamos).
321 // Always set the Hangul tag to help performance.
325 utrie2_setRange32(trie, Hangul::HANGUL_BASE, Hangul::HANGUL_END, hangulCE32, TRUE, &errorCode);
841 errorCode = U_UNSUPPORTED_ERROR; // We forbid tailoring of Hangul syllables.
1236 // Small optimization: Use a bit in the Hangul ce32
1241 // we only set this flag if a whole block of 588 Hangul syllables starting with
1244 for(int32_t i = Hangul::JAMO_L_COUNT; i < CollationData::JAMO_CE32S_LENGTH; ++i) {
1251 UChar32 c = Hangul::HANGUL_BASE;
1252 for(int32_t i = 0; i < Hangul::JAMO_L_COUNT; ++i) { // iterate over the Jamo L
1257 UChar32 limit = c + Hangul::JAMO_VT_COUNT;
1262 // Copy the Hangul CE32s from the base in blocks per Jamo L,
1264 for(UChar32 c = Hangul::HANGUL_BASE; c < Hangul::HANGUL_LIMIT;) {
1267 UChar32 limit = c + Hangul::JAMO_VT_COUNT;