Home
last modified time | relevance | path

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

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