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

  /external/skia/src/utils/win/
SkHRESULT.cpp 25 MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),
  /external/parameter-framework/upstream/test/tmpfile/windows/
TmpFile.cpp 55 MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), // Use default language
  /external/opencv3/3rdparty/openexr/IlmThread/
IlmThreadSemaphoreWin32.cpp 70 MAKELANGID (LANG_NEUTRAL,
  /external/autotest/client/tests/kvm/deps/
finish.cpp 41 MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),
rss.cpp 144 MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_ipc.c 42 MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),
DebugServices.c     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/d/
wrapperloader.swg 166 DWORD MAKELANGID(WORD p, WORD s) {
202 MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comdef.h 128 FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER|FORMAT_MESSAGE_FROM_SYSTEM,NULL,m_hresult,MAKELANGID(LANG_NEUTRAL,SUBLANG_DEFAULT),(LPTSTR)&m_pszMsg,0,NULL);
ntdef.h 501 #define MAKELANGID(p, s) ((((USHORT)(s)) << 10) | (USHORT)(p))
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/webrtc/webrtc/base/
logging.cc 159 MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),
  /external/deqp/execserver/
xsWin32TestProcess.cpp 61 NULL, error, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPSTR)&msgBuf, 0, DE_NULL) > 0)
  /external/deqp/framework/delibs/deutil/
deProcess.c 554 NULL, error, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPSTR)&msgBuf, 0, DE_NULL) > 0)
  /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...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.cc 285 const DWORD dwLangID = MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US);
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-win.c     [all...]

Completed in 591 milliseconds