Home
last modified time | relevance | path

Searched refs:rStart (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/tools/genrb/
Dreslist.c1445 const char *rStart = getKeyString(bundle, rPos); in compareKeySuffixes() local
1446 const char *rLimit = rStart; in compareKeySuffixes()
1451 while (lStart < lLimit && rStart < rLimit) { in compareKeySuffixes()
1458 diff = (int32_t)(rLimit - rStart) - (int32_t)(lLimit - lStart); in compareKeySuffixes()
1602 const UChar *rStart = right->u.fString.fChars; in compareStringSuffixes() local
1603 const UChar *rLimit = rStart + right->u.fString.fLength; in compareStringSuffixes()
1606 while (lStart < lLimit && rStart < rLimit) { in compareStringSuffixes()