HomeSort by relevance Sort by last modified time
    Searched refs:LANG_CODE_LEN (Results 1 - 2 of 2) sorted by null

  /external/mdnsresponder/mDNSWindows/
isocode.h 132 #define LANG_CODE_LEN 5
loclibrary.c 77 static char isoLangCode[LANG_CODE_LEN + 1] = "";
83 if (!strncmp(isoLangCode,"",LANG_CODE_LEN + 1)) {
91 if (_getISOCode(wLangID, isoLangCode, LANG_CODE_LEN + 1)) {
92 strncpy(isoLangCode, DEFAULT_LANG_CODE, LANG_CODE_LEN+1);

Completed in 68 milliseconds