Home
last modified time | relevance | path

Searched refs:MAKELCID (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dwinduni.c550 c = GetLocaleInfoA (MAKELCID (langid, SORT_DEFAULT), in codepage_from_langid()
570 c = GetLocaleInfoA (MAKELCID (langid, SORT_DEFAULT), in wincodepage_from_langid()
588 c = GetLocaleInfoA (MAKELCID (langid, SORT_DEFAULT), in lang_from_langid()
606 c = GetLocaleInfoA (MAKELCID (langid, SORT_DEFAULT), in country_from_langid()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dwinduni.c550 c = GetLocaleInfoA (MAKELCID (langid, SORT_DEFAULT), in codepage_from_langid()
570 c = GetLocaleInfoA (MAKELCID (langid, SORT_DEFAULT), in wincodepage_from_langid()
588 c = GetLocaleInfoA (MAKELCID (langid, SORT_DEFAULT), in lang_from_langid()
606 c = GetLocaleInfoA (MAKELCID (langid, SORT_DEFAULT), in country_from_langid()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinnt.d866 …DWORD MAKELCID(/*WORD*/uint lgid, /*WORD*/uint srtid) { return (cast(DWORD) srtid << 16) | cast(DW… in MAKELCID() function