Searched refs:NORM_IGNORECASE (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/r3/win/
H A Dutf16locale-win.cpp46 return CompareStringW(LOCALE_USER_DEFAULT, NORM_IGNORECASE, pusz1, -1, pusz2, -1) - 2;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dsortkey.c68 if (flags & NORM_IGNORECASE) wch = tolowerW(wch);
126 if (flags & NORM_IGNORECASE) wch = tolowerW(wch);
356 if (!ret && !(flags & NORM_IGNORECASE))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinnls.h354 #define NORM_IGNORECASE 0x00000001 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnls.h302 #define NORM_IGNORECASE 0x00001 macro

Completed in 62 milliseconds