Home | History | Annotate | Download | only in i18n

Lines Matching refs:script

200  * A Spec may be a locale or a script.  If it is a locale, it has a
202 * ssss is the script mapping of xx_YY_ZZZ. The Spec API methods
207 * canonical form, or the script is transformed from an abbreviation
260 // Canonicalize script name -or- do locale->script mapping
263 UScriptCode script[capacity]={USCRIPT_INVALID_CODE};
265 script, capacity, &status);
266 if (num > 0 && script[0] != USCRIPT_INVALID_CODE) {
267 scriptName = UnicodeString(uscript_getName(script[0]), -1, US_INV);
279 // We are a script; use canonical name
317 // spec is a script, so we are at the end