HomeSort by relevance Sort by last modified time
    Searched full:jamo (Results 1 - 25 of 63) sorted by null

1 2 3

  /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 770 // into Jamo, but Jamo characters should not be decomposed into
771 // conjoining Jamo
782 // *In earlier versions of Unicode, jamo characters like ksf
788 //obsolete- // conjoining Jamo characters.
    [all...]
  /external/icu4c/test/testdata/
testnorm.txt 68 E111>1101 # mapping ends in Jamo L
69 E112>1102 62 # mapping starts with Jamo L
  /external/webkit/Source/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/Source/WebCore/editing/qt/
SmartReplaceQt.cpp 43 if ((c >= 0x1100 && c <= (0x1100 + 256)) // Hangul Jamo (0x1100 - 0x11FF)
45 || (c >= 0x2FF0 && c <= (0x2FF0 + 464)) // Ideograph Deseriptions, CJK Symbols, Hiragana, Katakana, Bopomofo, Hangul Compatibility Jamo, Kanbun, & Bopomofo Ext (0x2FF0 - 0x31BF)
  /external/webkit/Source/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/harfbuzz/src/
harfbuzz-hangul.c 33 // their final glyph shape. In addition, a so called jamo range is
35 // syllables can also be expressed as jamo, and should be composed
38 // Every hangul jamo is classified as being either a Leading consonant
  /external/icu4c/data/unidata/
Blocks.txt 64 1100..11FF; Hangul Jamo
134 3130..318F; Hangul Compatibility Jamo
159 A960..A97F; Hangul Jamo Extended-A
167 D7B0..D7FF; Hangul Jamo Extended-B
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameLookupBuilder.java 41 // JAUM in Hangul Compatibility Jamo area 0x3131 ~ 0x314E to
42 // in Hangul Jamo area 0x1100 ~ 0x1112
202 // Hangul Compatibility Jamo area 0x3131 ~ 0x314E :
203 // Convert to Hangul Jamo area 0x1100 ~ 0x1112
  /external/icu4c/common/
normalizer2impl.cpp 766 // c is a Jamo V/T, see if we can compose it with the previous character.
768 // c is a Jamo Vowel, compose with previous Jamo L and following Jamo T.
779 syllable+=t; // The next character was a Jamo T.
782 // remove the Jamo V/T
793 * No "else" for Jamo T:
795 * a Jamo T could combine with.
796 * All Jamo Ts are combined above when handling Jamo Vs
    [all...]
normalizer2impl.h 38 /* Korean Hangul and Jamo constants */
40 JAMO_L_BASE=0x1100, /* "lead" jamo */
41 JAMO_V_BASE=0x1161, /* "vowel" jamo */
42 JAMO_T_BASE=0x11a7, /* "trail" jamo */
115 // For Hangul composition, replacing the Leading consonant Jamo with the syllable.
429 return extraData+norm16; // for yesYes; if Jamo L: harmless empty list
  /external/icu4c/i18n/
colldata.cpp 647 // Han ext. A, Han, Jamo, Hangul, Han Ext. B
953 // Some Jamo have 24-bit primary order; skip the
956 // a series of Jamo in LVT order.
967 // we started with a non-L Jamo...
971 // See if the single Jamo has a 24-bit order.
ucol_elm.cpp 566 * Sets the maximum length of all jamo expansion sequences ending with the same
569 * @param ch the jamo codepoint
584 /* determines L for Jamo, doesn't need to store this since it is never
593 /* determines V for Jamo */
601 /* determines T for Jamo */
    [all...]
  /external/icu4c/test/cintltst/
cnormtst.c 539 { 0x1100, 0x1161, 0 }, /* Jamo compose */
540 { 0x1100, 0x314f, 0 }, /* compatibility Jamo compose */
739 HANGUL_K_KIYEOK=0x3131, /* NFKD->Jamo L U+1100 */
740 HANGUL_K_WEO=0x315d, /* NFKD->Jamo V U+116f */
741 HANGUL_K_KIYEOK_SIOS=0x3133, /* NFKD->Jamo T U+11aa */
743 HANGUL_KIYEOK=0x1100, /* Jamo L U+1100 */
744 HANGUL_WEO=0x116f, /* Jamo V U+116f */
745 HANGUL_KIYEOK_SIOS=0x11aa, /* Jamo T U+11aa */
747 HANGUL_AC00=0xac00, /* Hangul syllable = Jamo LV U+ac00 */
798 /* Hangul LV with normal/compatibility Jamo T *
    [all...]
  /external/icu4c/tools/gennorm2/
n2builder.cpp 601 // A Jamo leading consonant or an LV pair combines-forward if it is at the end,
730 yesYesCompositions(1000, (UChar32)0xffff, 2), // 0=inert, 1=Jamo L, 2=start of compositions
889 // Check that none of the Hangul/Jamo code points have data.
895 "illegal mapping/composition/ccc data for Hangul or Jamo U+%04lX\n",
    [all...]
  /external/webkit/Source/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

Completed in 734 milliseconds

1 2 3