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

  /external/icu4c/common/
normalizer2impl.cpp 320 return 0; // yesYes and Hangul LV/LVT have ccc=tccc=0
343 /* add Hangul LV syllables and LV+1 because of skippables */
344 for(UChar c=Hangul::HANGUL_BASE; c<Hangul::HANGUL_LIMIT; c+=Hangul::JAMO_T_COUNT) {
348 sa->add(sa->set, Hangul::HANGUL_LIMIT); /* add Hangul+1 to continue with other properties */
492 // Hangul syllable: decompose algorithmically
494 return buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode);
524 // Hangul syllable: decompose algorithmicall
    [all...]
unorm.cpp 401 /* add Hangul LV syllables and LV+1 because of skippables */
402 for(c=Hangul::HANGUL_BASE; c<Hangul::HANGUL_LIMIT; c+=Hangul::JAMO_T_COUNT) {
406 sa->add(sa->set, Hangul::HANGUL_LIMIT); /* add Hangul+1 to continue with other properties */
normalizer2impl.h 34 class Hangul {
36 /* Korean Hangul and Jamo constants */
70 * Decomposes c, which must be a Hangul syllable, into buffer
87 Hangul(); // no instantiation
113 // 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/WebCore/rendering/
RenderListMarker.cpp 433 case Hangul:
767 case Hangul: {
    [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyleConstants.h 256 Hangul,
  /external/webkit/WebCore/css/
CSSPrimitiveValueMappings.h 1044 case Hangul:
    [all...]

Completed in 63 milliseconds