Searched refs:WingetSortKey (Results 1 - 1 of 1) sorted by relevance
/third_party/icu/tools/colprobe/ |
H A D | colprobeNew.cpp | 240 int WingetSortKey(const UChar *string, int32_t len, uint8_t *buffer, int32_t buffCapacity) { in WingetSortKey() function 251 b1Len = WingetSortKey((*(Line **)a)->name, (*(Line **)a)->len, b1, 256); 252 b2Len = WingetSortKey((*(Line **)b)->name, (*(Line **)b)->len, b2, 256); 266 int WingetSortKey(const UChar *, int32_t , uint8_t *, int32_t ) { in WingetSortKey() function 292 { "w2k", Winstrcmp, WingetSortKey}, 293 { "winxp", Winstrcmp, WingetSortKey},
|
Completed in 2 milliseconds