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

  /external/chromium_org/third_party/icu/source/common/
normalizer2impl.cpp 531 if(firstUnit&MAPPING_HAS_CCC_LCCC_WORD) {
563 if(firstUnit&MAPPING_HAS_CCC_LCCC_WORD) {
625 return (firstUnit&MAPPING_HAS_CCC_LCCC_WORD)==0 || (*mapping&0xff00)==0;
    [all...]
normalizer2impl.h 309 MAPPING_HAS_CCC_LCCC_WORD=0x80,
409 if(*mapping&MAPPING_HAS_CCC_LCCC_WORD) {
439 ((*list>>7)&1); // +1 if MAPPING_HAS_CCC_LCCC_WORD
  /external/icu/icu4c/source/common/
normalizer2impl.h 407 MAPPING_HAS_CCC_LCCC_WORD=0x80,
522 if(*mapping&MAPPING_HAS_CCC_LCCC_WORD) {
normalizer2impl.cpp 655 if(firstUnit&MAPPING_HAS_CCC_LCCC_WORD) {
720 // Bit 7=MAPPING_HAS_CCC_LCCC_WORD
801 return (firstUnit&MAPPING_HAS_CCC_LCCC_WORD)==0 || (*(mapping-1)&0xff00)==0;
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.cpp 662 firstUnit|=Normalizer2Impl::MAPPING_HAS_CCC_LCCC_WORD;
    [all...]
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 745 firstUnit|=Normalizer2Impl::MAPPING_HAS_CCC_LCCC_WORD;
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 181 milliseconds