Searched refs:MAPPING_HAS_CCC_LCCC_WORD (Results 1 – 4 of 4) sorted by relevance
632 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 Normalizer2Impl1605 … 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()
407 MAPPING_HAS_CCC_LCCC_WORD=0x80, enumerator519 if(*mapping&MAPPING_HAS_CCC_LCCC_WORD) { in getCCFromNoNo()
606 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()
746 firstUnit|=Normalizer2Impl::MAPPING_HAS_CCC_LCCC_WORD; in writeMapping()