HomeSort by relevance Sort by last modified time
    Searched defs:unixName (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
collperf.cpp 198 char *unixName;
314 t = strcoll((*(Line **)a)->unixName, (*(Line **)b)->unixName);
416 t = strxfrm(gFileLines[line].unixSortKey, gFileLines[line].unixName, 5000);
654 r = strcoll((gSortedLines[line])->unixName, (gSortedLines[guess])->unixName);
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 198 char *unixName;
314 t = strcoll((*(Line **)a)->unixName, (*(Line **)b)->unixName);
416 t = strxfrm(gFileLines[line].unixSortKey, gFileLines[line].unixName, 5000);
654 r = strcoll((gSortedLines[line])->unixName, (gSortedLines[guess])->unixName);
    [all...]

Completed in 55 milliseconds