Searched refs:lPos (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/tools/genrb/
H A Dreslist.c1462 compareInt32(int32_t lPos, int32_t rPos) { argument
1464 * Compare possibly-negative key offsets. Don't just return lPos - rPos
1467 if (lPos < rPos) {
1469 } else if (lPos > rPos) {
1479 int32_t lPos = ((const KeyMapEntry *)l)->oldpos; local
1481 const char *lStart = getKeyString(bundle, lPos);
1501 return compareInt32(lPos, rPos);

Completed in 114 milliseconds