Home | History | Annotate | Download | only in i18n

Lines Matching refs:lower32

346         uint32_t lower32 = (uint32_t)ce;
347 if(lower32 == 0) { continue; } // completely ignorable, no secondary/case/tertiary/quaternary
350 uint32_t s = lower32 >> 16;
407 p == 0 : lower32 <= 0xffff) {
412 uint32_t c = (lower32 >> 8) & 0xff; // case bits & tertiary lead byte
462 uint32_t t = lower32 & tertiaryMask;
463 U_ASSERT((lower32 & 0xc000) != 0xc000);
522 } else if(lower32 > 0xffff) {
553 uint32_t q = lower32 & 0xffff;
594 if((lower32 >> 24) == Collation::LEVEL_SEPARATOR_BYTE) { break; } // ce == NO_CE