Lines Matching refs:scriptID
1573 const char *scriptID; in uloc_openKeywords() local
1575 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() local
1683 (len<nameCapacity ? name+len : NULL), nameCapacity-len, &scriptID); in _canonicalize()
1686 tmpLocaleID = scriptID; in _canonicalize()
1957 const char *scriptID; in uloc_getCountry() local
1959 ulocimp_getScript(localeID+1, NULL, 0, &scriptID); in uloc_getCountry()
1960 if(scriptID != localeID+1) { in uloc_getCountry()
1962 localeID = scriptID; in uloc_getCountry()
1997 const char *scriptID; in uloc_getVariant() local
1999 ulocimp_getScript(tmpLocaleID+1, NULL, 0, &scriptID); in uloc_getVariant()
2000 if(scriptID != tmpLocaleID+1) { in uloc_getVariant()
2002 tmpLocaleID = scriptID; in uloc_getVariant()