HomeSort by relevance Sort by last modified time
    Searched refs:NORM_IGNORECASE (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapinls.h 64 #define NORM_IGNORECASE 0x00000001
wmiatlprov.h 254 if(CSTR_EQUAL!=CompareStringW(lcid,NORM_IGNORECASE,ClassName,-1,wClass,-1)) {
ntdsapi.h 35 #define DS_DEFAULT_LOCALE_COMPARE_FLAGS (NORM_IGNORECASE | NORM_IGNOREKANATYPE | NORM_IGNORENONSPACE | NORM_IGNOREWIDTH | SORT_STRINGSORT)
    [all...]
winnls.h 82 #define NORM_IGNORECASE 0x00000001
    [all...]
  /external/chromium_org/base/win/
scoped_variant.cc 91 ULONG flags = ignore_case ? NORM_IGNORECASE : 0;

Completed in 332 milliseconds