Home | History | Annotate | Download | only in i18n

Lines Matching defs:script

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