Home
last modified time | relevance | path

Searched refs:MAPPING_LENGTH_MASK (Results 1 – 6 of 6) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DNormalizer2Impl.java635 int length=firstUnit&MAPPING_LENGTH_MASK; in ensureCanonIterData()
748 if((firstUnit&MAPPING_LENGTH_MASK)==0) { in getFCD16FromNormData()
785 int length=extraData.charAt(norm16++)&MAPPING_LENGTH_MASK; in getDecomposition()
818 int mLength=firstUnit&MAPPING_LENGTH_MASK; // length of normal mapping in getRawDecomposition()
824 if(rm0<=MAPPING_LENGTH_MASK) { in getRawDecomposition()
917 public static final int MAPPING_LENGTH_MASK=0x1f; field in Normalizer2Impl
1594 if((firstUnit&MAPPING_LENGTH_MASK)==0) { in hasDecompBoundary()
1748 (firstUnit&MAPPING_LENGTH_MASK); // + mapping length in getCompositionsListForComposite()
1791 int length=firstUnit&MAPPING_LENGTH_MASK; in decompose()
2082 (extraData.charAt(list)&MAPPING_LENGTH_MASK); // + mapping length in composePair()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java631 int length=firstUnit&MAPPING_LENGTH_MASK; in ensureCanonIterData()
744 if((firstUnit&MAPPING_LENGTH_MASK)==0) { in getFCD16FromNormData()
781 int length=extraData.charAt(norm16++)&MAPPING_LENGTH_MASK; in getDecomposition()
814 int mLength=firstUnit&MAPPING_LENGTH_MASK; // length of normal mapping in getRawDecomposition()
820 if(rm0<=MAPPING_LENGTH_MASK) { in getRawDecomposition()
913 public static final int MAPPING_LENGTH_MASK=0x1f; field in Normalizer2Impl
1590 if((firstUnit&MAPPING_LENGTH_MASK)==0) { in hasDecompBoundary()
1744 (firstUnit&MAPPING_LENGTH_MASK); // + mapping length in getCompositionsListForComposite()
1787 int length=firstUnit&MAPPING_LENGTH_MASK; in decompose()
2078 (extraData.charAt(list)&MAPPING_LENGTH_MASK); // + mapping length in composePair()
[all …]
/external/icu/icu4c/source/tools/gennorm2/
Dn2builder.cpp597 int32_t fArray[Normalizer2Impl::MAPPING_LENGTH_MASK];
607 if(length>Normalizer2Impl::MAPPING_LENGTH_MASK) { in reorder()
682 if(length>Normalizer2Impl::MAPPING_LENGTH_MASK) { in writeMapping()
686 (long)c, Normalizer2Impl::MAPPING_LENGTH_MASK); in writeMapping()
714 if(rmLength>Normalizer2Impl::MAPPING_LENGTH_MASK) { in writeMapping()
718 (long)c, Normalizer2Impl::MAPPING_LENGTH_MASK); in writeMapping()
725 rm0>Normalizer2Impl::MAPPING_LENGTH_MASK in writeMapping()
Dgennorm2.cpp248 UChar uchars[Normalizer2Impl::MAPPING_LENGTH_MASK]; in parseFile()
/external/icu/icu4c/source/common/
Dnormalizer2impl.cpp605 int32_t length=firstUnit&MAPPING_LENGTH_MASK; in decompose()
638 length=*mapping&MAPPING_LENGTH_MASK; in getDecomposition()
670 int32_t mLength=firstUnit&MAPPING_LENGTH_MASK; // length of normal mapping in getRawDecomposition()
676 if(rm0<=MAPPING_LENGTH_MASK) { in getRawDecomposition()
739 if((firstUnit&MAPPING_LENGTH_MASK)==0) { in hasDecompBoundary()
1057 (*list&MAPPING_LENGTH_MASK); // + mapping length in composePair()
1504 if((firstUnit&MAPPING_LENGTH_MASK)==0) { in hasCompBoundaryBefore()
1599 if((firstUnit&MAPPING_LENGTH_MASK)==0) { in getFCD16FromNormData()
1921 int32_t length=firstUnit&MAPPING_LENGTH_MASK; in makeCanonIterDataFromNorm16()
Dnormalizer2impl.h412 MAPPING_LENGTH_MASK=0x1f enumerator
550 (*list&MAPPING_LENGTH_MASK); // + mapping length in getCompositionsListForComposite()