/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/ |
H A D | LangUtils.cpp | 49 void LangSetDlgItemText(HWND dialog, UInt32 controlID, UInt32 langID) in LangSetDlgItemText() 130 void LangSetWindowText(HWND window, UInt32 langID) in LangSetWindowText() 137 UString LangString(UInt32 langID) in LangString() 145 void AddLangString(UString &s, UInt32 langID) in AddLangString() 150 void LangString(UInt32 langID, UString &dest) in LangString() 161 void LangString_OnlyFromLangFile(UInt32 langID, UString &dest) in LangString_OnlyFromLangFile() 255 const LANGID langID = userLang; in Lang_GetShortNames_for_DefaultLang() local
|
H A D | LangUtils.h | 37 inline UString LangString(UInt32 langID) { return NWindows::MyLoadString(langID); } in LangString() 38 inline void LangString(UInt32 langID, UString &dest) { NWindows::MyLoadString(langID, dest); } in LangString() 39 inline void AddLangString(UString &s, UInt32 langID) { s += NWindows::MyLoadString(langID); } in AddLangString()
|
H A D | MyLoadMenu.cpp | 175 UInt32 langID = item.wID; in MyChangeMenu() local 220 const UInt32 langID = langPos >= 0 ? kIDLangPairs[langPos].LangID : item.wID; in MyChangeMenu() local
|
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/ |
H A D | _n_a_m_e.py | 107 def getName(self, nameID, platformID, platEncID, langID=None): argument 177 def setName(self, string, nameID, platformID, platEncID, langID): argument 205 def removeNames(self, nameID=None, platformID=None, platEncID=None, langID=None): argument 409 def makeName(string, nameID, platformID, platEncID, langID): argument
|
/aosp_15_r20/external/freetype/src/base/ |
H A D | ftsnames.c | 96 FT_UInt langID, in FT_Get_Sfnt_LangTag() 171 FT_UInt langID, in FT_Get_Sfnt_LangTag()
|
/aosp_15_r20/external/fonttools/Lib/fontTools/misc/ |
H A D | encodingTools.py | 64 def getEncoding(platformID, platEncID, langID, default=None): argument
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | locmap.cpp | 1058 uint16_t langID; in uprv_convertToPosix() local 1247 uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status) in uprv_convertToLCID()
|
H A D | uloc.cpp | 2210 CharString langID = ulocimp_getLanguage(localeID, status); in uloc_getLCID() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | locmap.cpp | 1054 uint16_t langID; in uprv_convertToPosix() local 1254 uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status) in uprv_convertToLCID()
|
H A D | uloc.cpp | 2026 char langID[ULOC_FULLNAME_CAPACITY]; in uloc_getLCID() local
|
/aosp_15_r20/external/fonttools/Tests/ttLib/tables/ |
H A D | _c_m_a_p_test.py | 24 def makeSubtable(self, cmapFormat, platformID, platEncID, langID): argument
|
/aosp_15_r20/external/fonttools/Lib/fontTools/varLib/instancer/ |
H A D | names.py | 268 langID=0x409, argument
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Nsis/ |
H A D | NsisIn.cpp | 457 void CInArchive::AddLicense(UInt32 param, Int32 langID) in AddLicense() 5511 const UInt16 langID = Get16(p); in Parse() local 5532 const UInt16 langID = Get16(p); in Parse() local 5576 const UInt16 langID = Get16(p); in Parse() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/text/language/ |
D | language.go | 456 langID language.Language member
|
/aosp_15_r20/external/fonttools/Lib/fontTools/feaLib/ |
H A D | ast.py | 1677 def __init__(self, nameID, platformID, platEncID, langID, string, location=None): argument 1783 self, nameID, platformID, platEncID, langID, string, block_name, location=None argument
|
H A D | builder.py | 1578 def add_name_record(self, location, nameID, platformID, platEncID, langID, string): argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/ |
D | syscall_windows.go | 1657 func langID(pri, sub uint16) uint32 { return uint32(sub)<<10 | uint32(pri) } func
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/GUI/ |
H A D | CompressDialog.cpp | 1598 const UInt32 langID = g_Levels[i]; in SetLevel2() local
|