Searched refs:lPos (Results 1 – 1 of 1) sorted by relevance
1284 compareInt32(int32_t lPos, int32_t rPos) { in compareInt32() argument1289 if (lPos < rPos) { in compareInt32()1291 } else if (lPos > rPos) { in compareInt32()1301 int32_t lPos = ((const KeyMapEntry *)l)->oldpos; in compareKeySuffixes() local1303 const char *lStart = bundle->getKeyString(lPos); in compareKeySuffixes()1323 return compareInt32(lPos, rPos); in compareKeySuffixes()