Home
last modified time | relevance | path

Searched refs:langid (Results 1 – 10 of 10) sorted by relevance

/third_party/glib/glib/
Dgwin32.c112 LANGID langid; in g_win32_getlocale() local
138 langid = LANGIDFROMLCID (lcid); in g_win32_getlocale()
141 primary = PRIMARYLANGID (langid); in g_win32_getlocale()
142 sub = SUBLANGID (langid); in g_win32_getlocale()
/third_party/gettext/gettext-runtime/intl/
Dlocalename.c1505 gl_locale_name_from_win32_LANGID (LANGID langid) in gl_locale_name_from_win32_LANGID() argument
1516 if (GetLocaleInfoA (MAKELCID (langid, SORT_DEFAULT), LOCALE_SNAME, in gl_locale_name_from_win32_LANGID()
1534 primary = PRIMARYLANGID (langid); in gl_locale_name_from_win32_LANGID()
1535 sub = SUBLANGID (langid); in gl_locale_name_from_win32_LANGID()
2555 LANGID langid; in gl_locale_name_from_win32_LCID() local
2558 langid = LANGIDFROMLCID (lcid); in gl_locale_name_from_win32_LCID()
2560 return gl_locale_name_from_win32_LANGID (langid); in gl_locale_name_from_win32_LCID()
Dlangprefs.c55 extern const char *_nl_locale_name_from_win32_LANGID (LANGID langid);
/third_party/FreeBSD/sys/dev/usb/
Dusb_device.c1729 uint16_t langid; in usb_alloc_device() local
1742 langid = 0; in usb_alloc_device()
1746 langid = UGETW(scratch_ptr + x); in usb_alloc_device()
1747 if ((langid & mask) == pref) in usb_alloc_device()
1753 langid = UGETW(scratch_ptr + 2); in usb_alloc_device()
1756 DPRINTFN(1, "Language selected: 0x%04x\n", langid); in usb_alloc_device()
1757 udev->langid = langid; in usb_alloc_device()
Dusb_debug.c81 udev->flags.self_powered, udev->power, udev->langid); in usb_dump_device()
Dusb_device.h234 uint16_t langid; /* language for strings */ member
Dusb_request.c1082 (udev, mtx, buf, len, udev->langid, string_index); in usbd_req_get_string_any()
/third_party/libusb/libusb/
Ddescriptor.c1090 uint16_t langid, wdata; in libusb_get_string_descriptor_ascii() local
1114 langid = libusb_le16_to_cpu(str.desc.wData[0]); in libusb_get_string_descriptor_ascii()
1115 r = libusb_get_string_descriptor(dev_handle, desc_index, langid, str.buf, sizeof(str.buf)); in libusb_get_string_descriptor_ascii()
Dlibusb.h1842 uint8_t desc_index, uint16_t langid, unsigned char *data, int length) in libusb_get_string_descriptor() argument
1846 langid, data, (uint16_t) length, 1000); in libusb_get_string_descriptor()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowskeyboard.c1173 STDMETHODIMP IPPASink_OnActivated(TSFSink *sink, DWORD dwProfileType, LANGID langid, REFCLSID clsid… in IPPASink_OnActivated() argument