Searched refs:langid (Results 1 – 10 of 10) sorted by relevance
/third_party/glib/glib/ |
D | gwin32.c | 112 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/ |
D | localename.c | 1505 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()
|
D | langprefs.c | 55 extern const char *_nl_locale_name_from_win32_LANGID (LANGID langid);
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_device.c | 1729 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()
|
D | usb_debug.c | 81 udev->flags.self_powered, udev->power, udev->langid); in usb_dump_device()
|
D | usb_device.h | 234 uint16_t langid; /* language for strings */ member
|
D | usb_request.c | 1082 (udev, mtx, buf, len, udev->langid, string_index); in usbd_req_get_string_any()
|
/third_party/libusb/libusb/ |
D | descriptor.c | 1090 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()
|
D | libusb.h | 1842 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/ |
D | SDL_windowskeyboard.c | 1173 STDMETHODIMP IPPASink_OnActivated(TSFSink *sink, DWORD dwProfileType, LANGID langid, REFCLSID clsid… in IPPASink_OnActivated() argument
|