HomeSort by relevance Sort by last modified time
    Searched refs:leftSecondary (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/i18n/
collationcompare.cpp 117 uint32_t leftSecondary;
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;
159 while(leftSecondary == 0 && leftIndex > leftStart) {
160 leftSecondary = ((uint32_t)left.getCE(--leftIndex)) >> 16;
168 if(leftSecondary != rightSecondary)
    [all...]
collationfastlatin.cpp 257 uint32_t leftSecondary = leftPair & 0xffff;
259 if(leftSecondary != rightSecondary) {
265 return (leftSecondary < rightSecondary) ? UCOL_LESS : UCOL_GREATER;
609 uint32_t leftSecondary = leftPair & 0xffff;
611 if(leftSecondary != rightSecondary) {
617 return (leftSecondary < rightSecondary) ? UCOL_LESS : UCOL_GREATER;
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 105 milliseconds