HomeSort by relevance Sort by last modified time
    Searched refs:Hangul (Results 1 - 6 of 6) sorted by null

  /external/icu4c/common/
normalizer2impl.cpp 331 return 0; // yesYes and Hangul LV/LVT have ccc=tccc=0
359 /* add Hangul LV syllables and LV+1 because of skippables */
360 for(UChar c=Hangul::HANGUL_BASE; c<Hangul::HANGUL_LIMIT; c+=Hangul::JAMO_T_COUNT) {
364 sa->add(sa->set, Hangul::HANGUL_LIMIT); /* add Hangul+1 to continue with other properties */
518 // Hangul syllable: decompose algorithmically
520 return buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode);
550 // Hangul syllable: decompose algorithmicall
    [all...]
normalizer2impl.h 36 class Hangul {
38 /* Korean Hangul and Jamo constants */
72 * Decomposes c, which must be a Hangul syllable, into buffer
89 Hangul(); // no instantiation
115 // For Hangul composition, replacing the Leading consonant Jamo with the syllable.
  /external/icu4c/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/webkit/Source/WebCore/rendering/style/
RenderStyleConstants.h 260 Hangul,
  /external/webkit/Source/WebCore/rendering/
RenderListMarker.cpp 464 case Hangul:
553 case Hangul:
903 case Hangul: {
    [all...]
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValueMappings.h 1109 case Hangul:
    [all...]

Completed in 133 milliseconds