Lines Matching full:spec
194 * Spec class for sources and targets.
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
202 * The Spec class canonicalizes itself, so the locale is put into
208 TransliteratorSpec(const UnicodeString& spec);
226 UnicodeString spec;
229 UBool isSpecLocale; // TRUE if spec is a locale
279 // assert(spec != top);
292 if (spec != top) {
293 spec = top;
302 nextSpec = spec;
313 // spec is a script, so we are at the end
319 // for(const UnicodeString& s(spec.get());
320 // spec.hasFallback(); s(spec.next())) { ...
323 spec = nextSpec;
326 return spec;
330 return spec;
693 // class TransliteratorRegistry: Public ID and spec management
1019 * available ID list (or spec DAG).