Home | History | Annotate | Download | only in i18n

Lines Matching refs:script

196  * A Spec may be a locale or a script.  If it is a locale, it has a
198 * ssss is the script mapping of xx_YY_ZZZ. The Spec API methods
203 * canonical form, or the script is transformed from an abbreviation
256 // Canonicalize script name -or- do locale->script mapping
259 UScriptCode script[capacity]={USCRIPT_INVALID_CODE};
261 script, capacity, &status);
262 if (num > 0 && script[0] != USCRIPT_INVALID_CODE) {
263 scriptName = UnicodeString(uscript_getName(script[0]), -1, US_INV);
275 // We are a script; use canonical name
313 // spec is a script, so we are at the end