/external/icu/icu4c/source/i18n/ |
collationdatabuilder.h | 223 if(i < Hangul::JAMO_L_COUNT) { return Hangul::JAMO_L_BASE + i; } 224 i -= Hangul::JAMO_L_COUNT; 225 if(i < Hangul::JAMO_V_COUNT) { return Hangul::JAMO_V_BASE + i; } 226 i -= Hangul::JAMO_V_COUNT; 228 return Hangul::JAMO_T_BASE + 1 + i;
|
collationbuilder.cpp | 268 // Hangul is decomposed on the fly during collation, 270 optimizeSet.remove(Hangul::HANGUL_BASE, Hangul::HANGUL_END); 664 // The runtime code decomposes Hangul syllables on the fly, 670 if(Hangul::isJamoL(c) || Hangul::isJamoV(c)) { 671 // While handling a Hangul syllable, contractions starting with Jamo L or V 678 if(Hangul::isJamoL(c) || 679 (Hangul::isJamoV(c) && Hangul::isJamoL(nfdString.charAt(nfdLength - 2)))) [all...] |
collationdatabuilder.cpp | 322 // Hangul syllables are not tailorable (except via tailoring Jamos). 323 // Always set the Hangul tag to help performance. 327 utrie2_setRange32(trie, Hangul::HANGUL_BASE, Hangul::HANGUL_END, hangulCE32, TRUE, &errorCode); 844 errorCode = U_UNSUPPORTED_ERROR; // We forbid tailoring of Hangul syllables. [all...] |
collationiterator.cpp | 374 c -= Hangul::HANGUL_BASE; 375 UChar32 t = c % Hangul::JAMO_T_COUNT; 376 c /= Hangul::JAMO_T_COUNT; 377 UChar32 v = c % Hangul::JAMO_V_COUNT; 378 c /= Hangul::JAMO_V_COUNT; [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
Normalizer2Impl.java | 25 public static final class Hangul { 26 /* Korean Hangul and Jamo constants */ 64 * Decomposes c, which must be a Hangul syllable, into buffer 87 * Decomposes c, which must be a Hangul syllable, into buffer. 160 // For Hangul composition, replacing the Leading consonant Jamo with the syllable. 545 /* add Hangul LV syllables and LV+1 because of skippables */ 546 for(int c=Hangul.HANGUL_BASE; c<Hangul.HANGUL_LIMIT; c+=Hangul.JAMO_T_COUNT) { 550 set.add(Hangul.HANGUL_LIMIT); /* add Hangul+1 to continue with other properties * [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
Normalizer2Impl.java | 21 public static final class Hangul { 22 /* Korean Hangul and Jamo constants */ 60 * Decomposes c, which must be a Hangul syllable, into buffer 83 * Decomposes c, which must be a Hangul syllable, into buffer. 156 // For Hangul composition, replacing the Leading consonant Jamo with the syllable. 541 /* add Hangul LV syllables and LV+1 because of skippables */ 542 for(int c=Hangul.HANGUL_BASE; c<Hangul.HANGUL_LIMIT; c+=Hangul.JAMO_T_COUNT) { 546 set.add(Hangul.HANGUL_LIMIT); /* add Hangul+1 to continue with other properties * [all...] |
/external/icu/icu4c/source/common/ |
normalizer2impl.cpp | 305 return 0; // yesYes and Hangul LV/LVT have ccc=tccc=0 403 /* add Hangul LV syllables and LV+1 because of skippables */ 404 for(UChar c=Hangul::HANGUL_BASE; c<Hangul::HANGUL_LIMIT; c+=Hangul::JAMO_T_COUNT) { 408 sa->add(sa->set, Hangul::HANGUL_LIMIT); /* add Hangul+1 to continue with other properties */ 593 // Hangul syllable: decompose algorithmically 595 return buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode); 625 // Hangul syllable: decompose algorithmicall [all...] |
normalizer2impl.h | 36 class U_COMMON_API Hangul { 38 /* Korean Hangul and Jamo constants */ 76 * Decomposes c, which must be a Hangul syllable, into buffer 94 * Decomposes c, which must be a Hangul syllable, into buffer. 111 Hangul(); // no instantiation 137 // For Hangul composition, replacing the Leading consonant Jamo with the syllable.
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
CollationDataBuilder.java | 21 import android.icu.impl.Normalizer2Impl.Hangul; 86 // Hangul syllables are not tailorable (except via tailoring Jamos). 87 // Always set the Hangul tag to help performance. 91 trie.setRange(Hangul.HANGUL_BASE, Hangul.HANGUL_END, hangulCE32, true); 615 throw new UnsupportedOperationException("We forbid tailoring of Hangul syllables."); [all...] |
CollationBuilder.java | 19 import android.icu.impl.Normalizer2Impl.Hangul; 84 // Hangul is decomposed on the fly during collation, 86 optimizeSet.remove(Hangul.HANGUL_BASE, Hangul.HANGUL_END); 448 // The runtime code decomposes Hangul syllables on the fly, 454 if(Hangul.isJamoL(c) || Hangul.isJamoV(c)) { 455 // While handling a Hangul syllable, contractions starting with Jamo L or V 461 if(Hangul.isJamoL(c) || 462 (Hangul.isJamoV(c) && Hangul.isJamoL(nfdString.charAt(nfdLength - 2)))) [all...] |
CollationIterator.java | 15 import android.icu.impl.Normalizer2Impl.Hangul; 567 c -= Hangul.HANGUL_BASE; 568 int t = c % Hangul.JAMO_T_COUNT; 569 c /= Hangul.JAMO_T_COUNT; 570 int v = c % Hangul.JAMO_V_COUNT; 571 c /= Hangul.JAMO_V_COUNT; [all...] |
TailoredSet.java | 17 import android.icu.impl.Normalizer2Impl.Hangul; 222 int length = Hangul.decompose(c, jamos);
|
/external/icu/icu4c/source/tools/gennorm2/ |
n2builder.cpp | 86 { Hangul::JAMO_L_BASE, Hangul::JAMO_L_BASE+Hangul::JAMO_L_COUNT, 1 }, 87 { Hangul::JAMO_V_BASE, Hangul::JAMO_V_BASE+Hangul::JAMO_V_COUNT, Normalizer2Impl::JAMO_VT }, 89 { Hangul::JAMO_T_BASE+1, Hangul::JAMO_T_BASE+Hangul::JAMO_T_COUNT, Normalizer2Impl::JAMO_VT }, 90 { Hangul::HANGUL_BASE, Hangul::HANGUL_BASE+Hangul::HANGUL_COUNT, 0 }, // will become minYesN [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationDataBuilder.java | 20 import com.ibm.icu.impl.Normalizer2Impl.Hangul; 85 // Hangul syllables are not tailorable (except via tailoring Jamos). 86 // Always set the Hangul tag to help performance. 90 trie.setRange(Hangul.HANGUL_BASE, Hangul.HANGUL_END, hangulCE32, true); 614 throw new UnsupportedOperationException("We forbid tailoring of Hangul syllables."); [all...] |
CollationBuilder.java | 18 import com.ibm.icu.impl.Normalizer2Impl.Hangul; 80 // Hangul is decomposed on the fly during collation, 82 optimizeSet.remove(Hangul.HANGUL_BASE, Hangul.HANGUL_END); 444 // The runtime code decomposes Hangul syllables on the fly, 450 if(Hangul.isJamoL(c) || Hangul.isJamoV(c)) { 451 // While handling a Hangul syllable, contractions starting with Jamo L or V 457 if(Hangul.isJamoL(c) || 458 (Hangul.isJamoV(c) && Hangul.isJamoL(nfdString.charAt(nfdLength - 2)))) [all...] |
CollationIterator.java | 14 import com.ibm.icu.impl.Normalizer2Impl.Hangul; 565 c -= Hangul.HANGUL_BASE; 566 int t = c % Hangul.JAMO_T_COUNT; 567 c /= Hangul.JAMO_T_COUNT; 568 int v = c % Hangul.JAMO_V_COUNT; 569 c /= Hangul.JAMO_V_COUNT; [all...] |
TailoredSet.java | 16 import com.ibm.icu.impl.Normalizer2Impl.Hangul; 220 int length = Hangul.decompose(c, jamos);
|
/external/icu/icu4c/source/test/intltest/ |
colldata.cpp | 323 // Han ext. A, Han, Jamo, Hangul, Han Ext. B 430 UChar jamoRanges[] = {Hangul::JAMO_L_BASE, Hangul::JAMO_V_BASE, Hangul::JAMO_T_BASE + 1, 0x11FF}; 586 // **** this loop may not handle archaic Hangul correctly ****
|
/prebuilts/go/darwin-x86/src/net/http/cookiejar/ |
punycode_test.go | 73 // (H) Korean (Hangul syllables).
|
/prebuilts/go/darwin-x86/src/unicode/ |
script_test.go | 61 {0x11b8, "Hangul"},
|
/prebuilts/go/linux-x86/src/net/http/cookiejar/ |
punycode_test.go | 73 // (H) Korean (Hangul syllables).
|
/prebuilts/go/linux-x86/src/unicode/ |
script_test.go | 61 {0x11b8, "Hangul"},
|
/external/skia/src/sfnt/ |
SkOTTable_OS_2_V1.h | 141 Hangul,
|
SkOTTable_OS_2_V2.h | 142 Hangul,
|
/external/v8/test/intl/string/ |
normalization.js | 91 ['\uac00', // ? : Hangul
|