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

/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dreslist.c1430 compareInt32(int32_t lPos, int32_t rPos) { function
1469 return compareInt32(lPos, rPos);
1474 return compareInt32(((const KeyMapEntry *)l)->newpos, ((const KeyMapEntry *)r)->newpos);
1479 return compareInt32(((const KeyMapEntry *)l)->oldpos, ((const KeyMapEntry *)r)->oldpos);
/external/icu/icu4c/source/tools/genrb/
H A Dreslist.c1462 compareInt32(int32_t lPos, int32_t rPos) { function
1501 return compareInt32(lPos, rPos);
1506 return compareInt32(((const KeyMapEntry *)l)->newpos, ((const KeyMapEntry *)r)->newpos);
1511 return compareInt32(((const KeyMapEntry *)l)->oldpos, ((const KeyMapEntry *)r)->oldpos);

Completed in 243 milliseconds