Searched defs:rightLower32 (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationcompare.cpp147 uint32_t rightLower32; local
148 while((rightLower32 = (uint32_t)right.getCE(rightLimit)) >
150 rightLower32 == 0) {
268 uint32_t rightLower32, rightTertiary; local
270 rightLower32 = (uint32_t)right.getCE(rightIndex++);
271 anyQuaternaries |= rightLower32;
272 U_ASSERT((rightLower32 & Collation::ONLY_TERTIARY_MASK) != 0 ||
273 (rightLower32 & 0xc0c0) == 0);
274 rightTertiary = rightLower32 & tertiaryMask;
293 if(rightLower32 >
[all...]

Completed in 39 milliseconds