Home | History | Annotate | Download | only in gennorm2

Lines Matching defs:pair

380         // Insert (trail, composite) pair into compositions list for the lead character.
387 i=0; // "insert" the first pair at index 0
643 // A Jamo leading consonant or an LV pair combines-forward if it is at the end,
770 const CompositionPair &pair=pairs[i];
772 UChar32 compositeAndFwd=pair.composite<<1;
773 if(getNormRef(pair.composite).compositions!=NULL) {
778 if(pair.trail<Normalizer2Impl::COMP_1_TRAIL_LIMIT) {
780 firstUnit=pair.trail<<1;
784 firstUnit=(pair.trail<<1)|Normalizer2Impl::COMP_1_TRIPLE;
790 (pair.trail>>Normalizer2Impl::COMP_1_TRAIL_SHIFT))|
792 secondUnit=(pair.trail<<Normalizer2Impl::COMP_2_TRAIL_SHIFT)|
796 // Set the high bit of the first unit if this is the last composition pair.