Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp1284 compareInt32(int32_t lPos, int32_t rPos) { in compareInt32() argument
1289 if (lPos < rPos) { in compareInt32()
1291 } else if (lPos > rPos) { in compareInt32()
1302 int32_t rPos = ((const KeyMapEntry *)r)->oldpos; in compareKeySuffixes() local
1305 const char *rStart = bundle->getKeyString(rPos); in compareKeySuffixes()
1323 return compareInt32(lPos, rPos); in compareKeySuffixes()