Searched refs:scriptID (Results 1 – 1 of 1) sorted by relevance
1573 const char *scriptID; in uloc_openKeywords() local1575 ulocimp_getScript(tmpLocaleID+1, NULL, 0, &scriptID); in uloc_openKeywords()1576 if(scriptID != tmpLocaleID+1) { in uloc_openKeywords()1578 tmpLocaleID = scriptID; in uloc_openKeywords()1674 const char *scriptID; in _canonicalize() local1683 (len<nameCapacity ? name+len : NULL), nameCapacity-len, &scriptID); in _canonicalize()1686 tmpLocaleID = scriptID; in _canonicalize()1957 const char *scriptID; in uloc_getCountry() local1959 ulocimp_getScript(localeID+1, NULL, 0, &scriptID); in uloc_getCountry()1960 if(scriptID != localeID+1) { in uloc_getCountry()[all …]