Home | History | Annotate | Download | only in gennorm2

Lines Matching refs:firstUnit

33     // Some code may harmlessly read this firstUnit.
36 // Some code may harmlessly read this firstUnit.
44 int32_t firstUnit=length|(norm.trailCC<<8);
77 firstUnit|=Normalizer2Impl::MAPPING_HAS_RAW_MAPPING;
83 firstUnit|=Normalizer2Impl::MAPPING_HAS_CCC_LCCC_WORD;
85 dataString.append((UChar)firstUnit);
144 int32_t firstUnit, secondUnit, thirdUnit;
147 firstUnit=pair.trail<<1;
151 firstUnit=(pair.trail<<1)|Normalizer2Impl::COMP_1_TRIPLE;
156 firstUnit=(Normalizer2Impl::COMP_1_TRAIL_LIMIT+
165 firstUnit|=Normalizer2Impl::COMP_1_LAST_TUPLE;
167 dataString.append((UChar)firstUnit).append((UChar)secondUnit);