Searched refs:UNIXstrcmp (Results 1 – 2 of 2) sorted by relevance
/third_party/icu/tools/colprobe/ |
D | colprobeNew.cpp | 197 int UNIXstrcmp(const void *a, const void *b) { in UNIXstrcmp() function 294 { "aix", UNIXstrcmp, UNIXgetSortKey}, 295 { "linux", UNIXstrcmp, UNIXgetSortKey}
|
/third_party/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 315 int UNIXstrcmp(const void *a, const void *b) { in UNIXstrcmp() function 760 qsort(sortBuf, gNumFileLines, sizeof(Line *), UNIXstrcmp); in doQSort() 1732 qsort(gSortedLines, gNumFileLines, sizeof(Line *), UNIXstrcmp); in main()
|