Searched refs:isoLangCode (Results 1 – 1 of 1) sorted by relevance
/external/mdnsresponder/mDNSWindows/ |
D | loclibrary.c | 58 static int _getISOCode(LANGID wLangID, char *isoLangCode, int codeLen) { in _getISOCode() argument 70 strncpy(isoLangCode, langStr, codeLen); in _getISOCode() 77 static char isoLangCode[LANG_CODE_LEN + 1] = ""; variable 83 if (!strncmp(isoLangCode,"",LANG_CODE_LEN + 1)) { in _setLanguageIfNeeded() 91 if (_getISOCode(wLangID, isoLangCode, LANG_CODE_LEN + 1)) { in _setLanguageIfNeeded() 92 strncpy(isoLangCode, DEFAULT_LANG_CODE, LANG_CODE_LEN+1); in _setLanguageIfNeeded() 198 "%s.Resources\\%s.lproj", path, isoLangCode); in PathForResourceWithPathA() 239 L"%ls.Resources\\%S.lproj", path, isoLangCode); in PathForResourceWithPathW()
|