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

  /external/icu4c/common/
normalizer2impl.cpp 354 return 0; // yesYes and Hangul LV/LVT have ccc=tccc=0
382 /* add Hangul LV syllables and LV+1 because of skippables */
383 for(UChar c=Hangul::HANGUL_BASE; c<Hangul::HANGUL_LIMIT; c+=Hangul::JAMO_T_COUNT) {
387 sa->add(sa->set, Hangul::HANGUL_LIMIT); /* add Hangul+1 to continue with other properties */
541 // Hangul syllable: decompose algorithmically
543 return buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode);
573 // Hangul syllable: decompose algorithmicall
    [all...]
normalizer2impl.h 37 class Hangul {
39 /* Korean Hangul and Jamo constants */
73 * Decomposes c, which must be a Hangul syllable, into buffer
91 * Decomposes c, which must be a Hangul syllable, into buffer.
108 Hangul(); // no instantiation
134 // 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/skia/src/sfnt/
SkOTTable_OS_2_V1.h 141 Hangul,
SkOTTable_OS_2_V2.h 142 Hangul,
SkOTTable_OS_2_V3.h 143 Hangul,
SkOTTable_OS_2_V4.h 143 Hangul,
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValueMappings.h 1109 case Hangul:
    [all...]

Completed in 211 milliseconds