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

/external/icu/icu4c/source/i18n/
H A Dcollationcompare.cpp140 uint32_t leftLower32; local
141 while((leftLower32 = (uint32_t)left.getCE(leftLimit)) >
143 leftLower32 == 0) {
191 uint32_t leftCase, leftLower32, rightCase; local
203 leftLower32 = leftCase;
229 leftLower32 = leftCase;
248 if((leftLower32 >> 16) == Collation::NO_CE_WEIGHT16) { break; }
259 uint32_t leftLower32, leftTertiary; local
261 leftLower32 = (uint32_t)left.getCE(leftIndex++);
262 anyQuaternaries |= leftLower32;
[all...]

Completed in 74 milliseconds