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

/external/icu4c/tools/genrb/
H A Dreslist.c1424 compareInt32(int32_t lPos, int32_t rPos) { argument
1426 * Compare possibly-negative key offsets. Don't just return lPos - rPos
1429 if (lPos < rPos) {
1431 } else if (lPos > rPos) {
1442 int32_t rPos = ((const KeyMapEntry *)r)->oldpos; local
1445 const char *rStart = getKeyString(bundle, rPos);
1463 return compareInt32(lPos, rPos);

Completed in 25 milliseconds