Searched refs:leftSecondary (Results 1 - 2 of 2) sorted by path

/external/icu/icu4c/source/i18n/
H A Dcollationcompare.cpp117 uint32_t leftSecondary; local
119 leftSecondary = ((uint32_t)left.getCE(leftIndex++)) >> 16;
120 } while(leftSecondary == 0);
127 if(leftSecondary != rightSecondary) {
128 return (leftSecondary < rightSecondary) ? UCOL_LESS : UCOL_GREATER;
130 if(leftSecondary == Collation::NO_CE_WEIGHT16) { break; }
158 int32_t leftSecondary = 0; local
159 while(leftSecondary == 0 && leftIndex > leftStart) {
160 leftSecondary = ((uint32_t)left.getCE(--leftIndex)) >> 16;
168 if(leftSecondary !
[all...]
H A Dcollationfastlatin.cpp257 uint32_t leftSecondary = leftPair & 0xffff; local
259 if(leftSecondary != rightSecondary) {
265 return (leftSecondary < rightSecondary) ? UCOL_LESS : UCOL_GREATER;
609 uint32_t leftSecondary = leftPair & 0xffff; local
611 if(leftSecondary != rightSecondary) {
617 return (leftSecondary < rightSecondary) ? UCOL_LESS : UCOL_GREATER;

Completed in 186 milliseconds