Home | History | Annotate | Download | only in i18n

Lines Matching full:spec

196  * Spec class for sources and targets.
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
204 * The Spec class canonicalizes itself, so the locale is put into
210 TransliteratorSpec(const UnicodeString& spec);
228 UnicodeString spec;
231 UBool isSpecLocale; // TRUE if spec is a locale
281 // assert(spec != top);
294 if (spec != top) {
295 spec = top;
304 nextSpec = spec;
315 // spec is a script, so we are at the end
321 // for(const UnicodeString& s(spec.get());
322 // spec.hasFallback(); s(spec.next())) { ...
325 spec = nextSpec;
328 return spec;
332 return spec;
695 // class TransliteratorRegistry: Public ID and spec management
1021 * available ID list (or spec DAG).