Home | History | Annotate | Download | only in i18n

Lines Matching refs:nextSpec

249     UnicodeString nextSpec;
252 UBool isNextLocale; // TRUE if nextSpec is a locale
310 return nextSpec.length() != 0;
324 nextSpec = spec;
325 int32_t i = nextSpec.lastIndexOf(LOCALE_SEP);
329 nextSpec.truncate(i);
332 nextSpec = scriptName; // scriptName may be empty
336 nextSpec.truncate(0);
345 spec = nextSpec;