/external/icu4c/test/intltest/ |
jamotest.h | 24 * @summary Test of Latin-Jamo and Jamo-Latin rules 49 // Methods to convert Jamo to/from readable short names,
|
jamotest.cpp | 21 // SEP is the disambiguation separator used by Latin-Jamo and Jamo-Latin 28 NAME_JAMO = Transliterator::createFromRules("Name-Jamo", 37 JAMO_NAME = Transliterator::createFromRules("Jamo-Name", 67 Transliterator* latinJamo = Transliterator::createInstance("Latin-Jamo", UTRANS_FORWARD, parseError, status); 83 // Column 1 is the latin text L1 to be fed to Latin-Jamo 87 // Jamo-Latin to yield output L2. 135 UnicodeString jamo = nameToJamo(CASE[i+1]); local 137 expect(*latinJamo, CASE[i], jamo, *jamoLatin); 140 expect(*latinJamo, CASE[i], jamo); 155 UnicodeString jamo = nameToJamo("(Mi)(I)(Cf)"); local 409 UnicodeString jamo = hangul; hangulJamo->transliterate(jamo); local [all...] |
regcoll.cpp | 768 // into Jamo, but Jamo characters should not be decomposed into 769 // conjoining Jamo 780 // *In earlier versions of Unicode, jamo characters like ksf 786 //obsolete- // conjoining Jamo characters. [all...] |
/external/webkit/WebCore/editing/ |
SmartReplaceCF.cpp | 47 CFCharacterSetAddCharactersInRange(smartSet, CFRangeMake(0x1100, 256)); // Hangul Jamo (0x1100 - 0x11FF) 49 CFCharacterSetAddCharactersInRange(smartSet, CFRangeMake(0x2FF0, 464)); // Ideograph Descriptions, CJK Symbols, Hiragana, Katakana, Bopomofo, Hangul Compatibility Jamo, Kanbun, & Bopomofo Ext (0x2FF0 - 0x31BF)
|
SmartReplaceICU.cpp | 62 uset_addRange(smartSet, 0x1100, 0x1100 + 256); // Hangul Jamo (0x1100 - 0x11FF) 64 uset_addRange(smartSet, 0x2FF0, 0x2FF0 + 464); // Ideograph Descriptions, CJK Symbols, Hiragana, Katakana, Bopomofo, Hangul Compatibility Jamo, Kanbun, & Bopomofo Ext (0x2FF0 - 0x31BF)
|
/external/webkit/WebCore/platform/text/ |
UnicodeRange.cpp | 93 * 1100 - 11ff (jamo) 94 * 3130 - 318f (hangul compatibility jamo) 370 cRangeSetCJK, //uffax, halfwidth hangul jamo 371 cRangeSetCJK, //uffbx, halfwidth hangul jamo 372 cRangeSetCJK, //uffcx, halfwidth hangul jamo 373 cRangeSetCJK, //uffdx, halfwidth hangul jamo 382 // Exceptions: Ethiopic, Tibetan, Hangul Jamo and Canadian aboriginal
|
/external/icu4c/common/ |
unorm.cpp | 76 * except that this is not implemented for Jamo 145 /* is this a norm32 with a special index for a Hangul syllable or a Jamo? */ 153 * is this a Hangul syllable or a Jamo? 161 * Given norm32 for Jamo V or T, 162 * is this a Jamo V? 898 return TRUE; /* this is a true starter (could be Hangul or Jamo L) */ [all...] |
uchar.c | 763 /* Jamo range */ 765 /* Jamo L range, HANGUL CHOSEONG ... */ 770 /* Jamo V range, HANGUL JUNGSEONG ... */ 775 /* Jamo T range */ 839 * Add Jamo type boundaries for UCHAR_HANGUL_SYLLABLE_TYPE. 843 * at the end of the per-Jamo-block assignments in Unicode 4 or earlier.
|
unormimp.h | 168 /* Korean Hangul and Jamo constants */ 170 JAMO_L_BASE=0x1100, /* "lead" jamo */ 171 JAMO_V_BASE=0x1161, /* "vowel" jamo */ 172 JAMO_T_BASE=0x11a7, /* "trail" jamo */ 585 * i.e., the character is a Hangul syllable or a Jamo
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
NameLookupBuilder.java | 40 // JAUM in Hangul Compatibility Jamo area 0x3131 ~ 0x314E to 41 // in Hangul Jamo area 0x1100 ~ 0x1112 182 // Hangul Compatibility Jamo area 0x3131 ~ 0x314E : 183 // Convert to Hangul Jamo area 0x1100 ~ 0x1112
|
/external/icu4c/test/cintltst/ |
cnormtst.c | 582 { 0x1100, 0x1161, 0 }, /* Jamo compose */ 583 { 0x1100, 0x314f, 0 }, /* compatibility Jamo compose */ 772 HANGUL_K_KIYEOK=0x3131, /* NFKD->Jamo L U+1100 */ 773 HANGUL_K_WEO=0x315d, /* NFKD->Jamo V U+116f */ 774 HANGUL_K_KIYEOK_SIOS=0x3133, /* NFKD->Jamo T U+11aa */ 776 HANGUL_KIYEOK=0x1100, /* Jamo L U+1100 */ 777 HANGUL_WEO=0x116f, /* Jamo V U+116f */ 778 HANGUL_KIYEOK_SIOS=0x11aa, /* Jamo T U+11aa */ 780 HANGUL_AC00=0xac00, /* Hangul syllable = Jamo LV U+ac00 */ 831 /* Hangul LV with normal/compatibility Jamo T * [all...] |
/external/icu4c/i18n/ |
colldata.cpp | 649 // Han ext. A, Han, Jamo, Hangul, Han Ext. B 955 // Some Jamo have 24-bit primary order; skip the 958 // a series of Jamo in LVT order. 969 // we started with a non-L Jamo... 973 // See if the single Jamo has a 24-bit order.
|
ucol_elm.cpp | 565 * Sets the maximum length of all jamo expansion sequences ending with the same 568 * @param ch the jamo codepoint 583 /* determines L for Jamo, doesn't need to store this since it is never 592 /* determines V for Jamo */ 600 /* determines T for Jamo */ [all...] |
/external/icu4c/data/unidata/ |
Blocks.txt | 62 1100..11FF; Hangul Jamo 128 3130..318F; Hangul Compatibility Jamo
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/String/ |
15.5.4.11-1.js | 335 // Hangul Jamo 408 // Hangul Compatibility Jamo
|
15.5.4.11-3.js | 330 // Hangul Jamo 403 // Hangul Compatibility Jamo
|
15.5.4.11-4.js | 329 // Hangul Jamo 402 // Hangul Compatibility Jamo
|
15.5.4.11-5.js | 335 // Hangul Jamo 408 // Hangul Compatibility Jamo
|
15.5.4.11-6.js | 332 // Hangul Jamo 405 // Hangul Compatibility Jamo
|
15.5.4.12-1.js | 348 // Hangul Jamo 421 // Hangul Compatibility Jamo
|
15.5.4.12-2.js | 334 // Hangul Jamo 407 // Hangul Compatibility Jamo
|
15.5.4.12-3.js | 377 // Hangul Jamo 450 // Hangul Compatibility Jamo
|
15.5.4.12-4.js | 332 // Hangul Jamo 405 // Hangul Compatibility Jamo
|
15.5.4.12-5.js | 344 // Hangul Jamo 417 // Hangul Compatibility Jamo
|
/external/icu4c/layout/ |
HangulLayoutEngine.cpp | 255 /* Any character of type X will be stored as a trail jamo */
|