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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapinls.h 101 #define CompareStringW MNLS_CompareStringW
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 84 inline int CompareStringW(DWORD, DWORD, UChar *, int, UChar *, int) {return 0;}
306 t = CompareStringW(gWinLCID, 0, (*(Line **)a)->name, -1, (*(Line **)b)->name, -1);
322 t = CompareStringW(gWinLCID, 0, (*(Line **)a)->name, (*(Line **)a)->len, (*(Line **)b)->name, (*(Line **)b)->len);
607 r = CompareStringW(gWinLCID, 0, (gSortedLines[line])->name, lineLen, (gSortedLines[guess])->name, guessLen);
611 fprintf(stderr, "Error returned from Windows CompareStringW.\n");
    [all...]

Completed in 577 milliseconds