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

/external/icu/icu4c/source/i18n/
H A Dcollationcompare.cpp188 uint32_t leftCase, leftLower32, rightCase; local
200 leftLower32 = leftCase;
226 leftLower32 = leftCase;
245 if((leftLower32 >> 16) == Collation::NO_CE_WEIGHT16) { break; }
256 uint32_t leftLower32, leftTertiary; local
258 leftLower32 = (uint32_t)left.getCE(leftIndex++);
259 anyQuaternaries |= leftLower32;
260 U_ASSERT((leftLower32 & Collation::ONLY_TERTIARY_MASK) != 0 ||
261 (leftLower32 & 0xc0c0) == 0);
262 leftTertiary = leftLower32
[all...]

Completed in 70 milliseconds