Home | History | Annotate | Download | only in i18n

Lines Matching refs:lower32

620     uint32_t lower32 = (uint32_t)ce;
625 return p | (lower32 >> 16) | (t >> 8);
631 return Collation::makeLongSecondaryCE32(lower32);