Searched refs:firstUnit (Results 1 – 5 of 5) sorted by relevance
623 int firstUnit=extraData.charAt(norm16_2); in ensureCanonIterData() local624 int length=firstUnit&MAPPING_LENGTH_MASK; in ensureCanonIterData()625 if((firstUnit&MAPPING_HAS_CCC_LCCC_WORD)!=0) { in ensureCanonIterData()736 int firstUnit=extraData.charAt(norm16); in getFCD16FromNormData() local737 if((firstUnit&MAPPING_LENGTH_MASK)==0) { in getFCD16FromNormData()743 int fcd16=firstUnit>>8; // tccc in getFCD16FromNormData()744 if((firstUnit&MAPPING_HAS_CCC_LCCC_WORD)!=0) { in getFCD16FromNormData()806 int firstUnit=extraData.charAt(norm16); in getRawDecomposition() local807 int mLength=firstUnit&MAPPING_LENGTH_MASK; // length of normal mapping in getRawDecomposition()808 if((firstUnit&MAPPING_HAS_RAW_MAPPING)!=0) { in getRawDecomposition()[all …]
627 int firstUnit=extraData.charAt(norm16_2); in ensureCanonIterData() local628 int length=firstUnit&MAPPING_LENGTH_MASK; in ensureCanonIterData()629 if((firstUnit&MAPPING_HAS_CCC_LCCC_WORD)!=0) { in ensureCanonIterData()740 int firstUnit=extraData.charAt(norm16); in getFCD16FromNormData() local741 if((firstUnit&MAPPING_LENGTH_MASK)==0) { in getFCD16FromNormData()747 int fcd16=firstUnit>>8; // tccc in getFCD16FromNormData()748 if((firstUnit&MAPPING_HAS_CCC_LCCC_WORD)!=0) { in getFCD16FromNormData()810 int firstUnit=extraData.charAt(norm16); in getRawDecomposition() local811 int mLength=firstUnit&MAPPING_LENGTH_MASK; // length of normal mapping in getRawDecomposition()812 if((firstUnit&MAPPING_HAS_RAW_MAPPING)!=0) { in getRawDecomposition()[all …]
602 uint16_t firstUnit=*mapping; in decompose() local603 int32_t length=firstUnit&MAPPING_LENGTH_MASK; in decompose()605 trailCC=(uint8_t)(firstUnit>>8); in decompose()606 if(firstUnit&MAPPING_HAS_CCC_LCCC_WORD) { in decompose()667 uint16_t firstUnit=*mapping; in getRawDecomposition() local668 int32_t mLength=firstUnit&MAPPING_LENGTH_MASK; // length of normal mapping in getRawDecomposition()669 if(firstUnit&MAPPING_HAS_RAW_MAPPING) { in getRawDecomposition()672 const uint16_t *rawMapping=mapping-((firstUnit>>7)&1)-1; in getRawDecomposition()736 uint16_t firstUnit=*mapping; in hasDecompBoundary() local737 if((firstUnit&MAPPING_LENGTH_MASK)==0) { in hasDecompBoundary()[all …]
707 int32_t firstUnit=length|(trailCC<<8); in writeMapping() local740 firstUnit|=Normalizer2Impl::MAPPING_HAS_RAW_MAPPING; in writeMapping()746 firstUnit|=Normalizer2Impl::MAPPING_HAS_CCC_LCCC_WORD; in writeMapping()749 firstUnit|=Normalizer2Impl::MAPPING_NO_COMP_BOUNDARY_AFTER; in writeMapping()751 dataString.append((UChar)firstUnit); in writeMapping()775 int32_t firstUnit, secondUnit, thirdUnit; in writeCompositions() local778 firstUnit=pair.trail<<1; in writeCompositions()782 firstUnit=(pair.trail<<1)|Normalizer2Impl::COMP_1_TRIPLE; in writeCompositions()787 firstUnit=(Normalizer2Impl::COMP_1_TRAIL_LIMIT+ in writeCompositions()796 firstUnit|=Normalizer2Impl::COMP_1_LAST_TUPLE; in writeCompositions()[all …]
64 __u32 firstUnit; member