Searched refs:scriptID (Results 1 – 1 of 1) sorted by relevance
1590 const char *scriptID; in uloc_openKeywords() local1592 ulocimp_getScript(tmpLocaleID+1, NULL, 0, &scriptID); in uloc_openKeywords()1593 if(scriptID != tmpLocaleID+1) { in uloc_openKeywords()1595 tmpLocaleID = scriptID; in uloc_openKeywords()1691 const char *scriptID; in _canonicalize() local1700 (len<nameCapacity ? name+len : NULL), nameCapacity-len, &scriptID); in _canonicalize()1703 tmpLocaleID = scriptID; in _canonicalize()1974 const char *scriptID; in uloc_getCountry() local1976 ulocimp_getScript(localeID+1, NULL, 0, &scriptID); in uloc_getCountry()1977 if(scriptID != localeID+1) { in uloc_getCountry()[all …]