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

  /toolchain/binutils/binutils-2.25/binutils/
winduni.c 548 c = GetLocaleInfoA (MAKELCID (langid, SORT_DEFAULT),
568 c = GetLocaleInfoA (MAKELCID (langid, SORT_DEFAULT),
586 c = GetLocaleInfoA (MAKELCID (langid, SORT_DEFAULT),
604 c = GetLocaleInfoA (MAKELCID (langid, SORT_DEFAULT),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdef.h 507 #define MAKELCID(lgid, srtid) ((ULONG)((((ULONG)((USHORT)(srtid))) << 16) | \
510 ((ULONG)((MAKELCID(lgid, srtid)) | \
wmiatlprov.h 253 DWORD lcid = MAKELCID(MAKELANGID(LANG_ENGLISH,SUBLANG_ENGLISH_US),SORT_DEFAULT);
winnt.h     [all...]
ntdsapi.h 34 #define DS_DEFAULT_LOCALE (MAKELCID(MAKELANGID(LANG_ENGLISH,SUBLANG_ENGLISH_US),SORT_DEFAULT))
    [all...]
  /external/icu/icu4c/source/test/perf/ubrkperf/
ubrkperfold.cpp 86 #define MAKELCID(a,b) 0
659 gWinLCID = MAKELCID(opt_langid, SORT_DEFAULT);
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 95 #define MAKELCID(a,b) 0
    [all...]
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 597 win_langid = MAKELCID(tmp, SORT_DEFAULT);
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 79 #define INVARIANT_LCID MAKELCID(MAKELANGID(LANG_INVARIANT, SUBLANG_NEUTRAL), SORT_DEFAULT)
    [all...]

Completed in 383 milliseconds