Home | History | Annotate | Download | only in i18n

Lines Matching defs:nextSpec

227     UnicodeString nextSpec;
230 UBool isNextLocale; // TRUE if nextSpec is a locale
288 return nextSpec.length() != 0;
302 nextSpec = spec;
303 int32_t i = nextSpec.lastIndexOf(LOCALE_SEP);
307 nextSpec.truncate(i);
310 nextSpec = scriptName; // scriptName may be empty
314 nextSpec.truncate(0);
323 spec = nextSpec;