Home | History | Annotate | Download | only in i18n

Lines Matching defs:nextSpec

229     UnicodeString nextSpec;
232 UBool isNextLocale; // TRUE if nextSpec is a locale
290 return nextSpec.length() != 0;
304 nextSpec = spec;
305 int32_t i = nextSpec.lastIndexOf(LOCALE_SEP);
309 nextSpec.truncate(i);
312 nextSpec = scriptName; // scriptName may be empty
316 nextSpec.truncate(0);
325 spec = nextSpec;