HomeSort by relevance Sort by last modified time
    Searched full:tccc (Results 1 - 14 of 14) sorted by null

  /external/icu4c/common/
normalizer2impl.h 264 * @return The lccc(c) in bits 15..8 and tccc(c) in bits 7..0.
282 * @return The lccc(c) in bits 15..8 and tccc(c) in bits 7..0.
302 * @return The lccc(c) in bits 15..8 and tccc(c) in bits 7..0.
587 uint8_t tccc180[0x180]; // tccc values for U+0000..U+017F
753 * has a non-zero FCD value (lccc!=0 or tccc!=0).
normalizer2impl.cpp 354 return 0; // yesYes and Hangul LV/LVT have ccc=tccc=0
356 return (uint8_t)(*getMapping(prevNorm16)>>8); // tccc from yesNo
    [all...]
  /external/icu4c/data/unidata/
ppucd.txt 96 property;Enumerated;tccc;Trail_Canonical_Combining_Class
927 value;tccc;0;NR;Not_Reordered
928 value;tccc;1;OV;Overlay
929 value;tccc;10;CCC10;CCC10
930 value;tccc;103;CCC103;CCC103
931 value;tccc;107;CCC107;CCC107
932 value;tccc;11;CCC11;CCC11
933 value;tccc;118;CCC118;CCC118
934 value;tccc;12;CCC12;CCC12
935 value;tccc;122;CCC122;CCC12
    [all...]
  /external/icu4c/test/intltest/
tstnorm.cpp 1356 int32_t tccc=u_getIntPropertyValue(c, UCHAR_TRAIL_CANONICAL_COMBINING_CLASS); local
    [all...]
usettest.cpp     [all...]
  /external/icu4c/tools/gennorm2/
n2builder.cpp 486 "inner/earlier tccc=%hu > outer/following tccc=%hu, "
    [all...]
  /external/icu4c/i18n/
ucol_sit.cpp 917 // cccpattern = "[[:^tccc=0:][:^lccc=0:]]", unfortunately variant
    [all...]
ucol_bld.cpp     [all...]
  /external/icu4c/test/cintltst/
cnormtst.c     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uchar.h 424 of the decomposition, or tccc(c)=ccc(NFD(c)[last]).
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
uchar.h 424 of the decomposition, or tccc(c)=ccc(NFD(c)[last]).
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uchar.h 424 of the decomposition, or tccc(c)=ccc(NFD(c)[last]).
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
uchar.h 424 of the decomposition, or tccc(c)=ccc(NFD(c)[last]).
    [all...]
  /external/icu4c/common/unicode/
uchar.h 463 of the decomposition, or tccc(c)=ccc(NFD(c)[last]).
    [all...]

Completed in 1501 milliseconds