Home
last modified time | relevance | path

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

/external/icu4c/common/
Dnormalizer2impl.cpp528 int32_t length=firstUnit&MAPPING_LENGTH_MASK; in decompose()
562 length=firstUnit&MAPPING_LENGTH_MASK; in getDecomposition()
615 if((firstUnit&MAPPING_LENGTH_MASK)==0) { in hasDecompBoundary()
1331 if((firstUnit&MAPPING_LENGTH_MASK)==0) { in hasCompBoundaryBefore()
1369 (firstUnit&MAPPING_LENGTH_MASK)!=0 && in hasCompBoundaryAfter()
1489 if((firstUnit&MAPPING_LENGTH_MASK)==0) { in setFCD16FromNorm16()
1840 int32_t length=firstUnit&MAPPING_LENGTH_MASK; in makeCanonIterDataFromNorm16()
Dnormalizer2impl.h315 MAPPING_LENGTH_MASK=0x1f enumerator
444 (*list&MAPPING_LENGTH_MASK)+ // + mapping length in getCompositionsListForComposite()
/external/icu4c/tools/gennorm2/
Dgennorm2.cpp235 UChar uchars[Normalizer2Impl::MAPPING_LENGTH_MASK]; in parseFile()
Dn2builder.cpp563 int32_t fArray[Normalizer2Impl::MAPPING_LENGTH_MASK];
573 if(length>Normalizer2Impl::MAPPING_LENGTH_MASK) { in reorder()
638 if(length>Normalizer2Impl::MAPPING_LENGTH_MASK) { in writeMapping()
642 (long)c, Normalizer2Impl::MAPPING_LENGTH_MASK); in writeMapping()