Lines Matching refs:rightCase
190 uint32_t leftCase, leftLower32, rightCase;
207 rightCase = (uint32_t)ce;
208 } while((uint32_t)(ce >> 32) == 0 || rightCase == 0);
209 rightCase &= 0xc000;
232 rightCase = (uint32_t)right.getCE(rightIndex++);
233 } while(rightCase <= 0xffff);
234 rightCase &= 0xc000;
240 if(leftCase != rightCase) {
242 return (leftCase < rightCase) ? UCOL_LESS : UCOL_GREATER;
244 return (leftCase < rightCase) ? UCOL_GREATER : UCOL_LESS;