Home
last modified time | relevance | path

Searched refs:MAPPING_HAS_CCC_LCCC_WORD (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java632 if((firstUnit&MAPPING_HAS_CCC_LCCC_WORD)!=0) { in ensureCanonIterData()
751 if((firstUnit&MAPPING_HAS_CCC_LCCC_WORD)!=0) { in getFCD16FromNormData()
910 public static final int MAPPING_HAS_CCC_LCCC_WORD=0x80; field in Normalizer2Impl
1605 … return (firstUnit&MAPPING_HAS_CCC_LCCC_WORD)==0 || (extraData.charAt(norm16-1)&0xff00)==0; in hasDecompBoundary()
1690 if((extraData.charAt(norm16)&MAPPING_HAS_CCC_LCCC_WORD)!=0) { in getCCFromNoNo()
1790 if((firstUnit&MAPPING_HAS_CCC_LCCC_WORD)!=0) { in decompose()
2116 … if((firstUnit&MAPPING_HAS_CCC_LCCC_WORD)!=0 && (extraData.charAt(norm16-1)&0xff00)!=0) { in hasCompBoundaryBefore()
/external/icu/icu4c/source/common/
Dnormalizer2impl.h407 MAPPING_HAS_CCC_LCCC_WORD=0x80, enumerator
519 if(*mapping&MAPPING_HAS_CCC_LCCC_WORD) { in getCCFromNoNo()
Dnormalizer2impl.cpp606 if(firstUnit&MAPPING_HAS_CCC_LCCC_WORD) { in decompose()
752 return (firstUnit&MAPPING_HAS_CCC_LCCC_WORD)==0 || (*(mapping-1)&0xff00)==0; in hasDecompBoundary()
1505 if((firstUnit&MAPPING_HAS_CCC_LCCC_WORD) && (*(mapping-1)&0xff00)) { in hasCompBoundaryBefore()
1604 if(firstUnit&MAPPING_HAS_CCC_LCCC_WORD) { in getFCD16FromNormData()
1920 if((firstUnit&MAPPING_HAS_CCC_LCCC_WORD)!=0) { in makeCanonIterDataFromNorm16()
/external/icu/icu4c/source/tools/gennorm2/
Dn2builder.cpp746 firstUnit|=Normalizer2Impl::MAPPING_HAS_CCC_LCCC_WORD; in writeMapping()