Searched refs:nextSpec (Results 1 – 3 of 3) sorted by relevance
97 private String nextSpec; // next spec field in TransliteratorRegistry.Spec145 return nextSpec != null; in hasFallback()159 nextSpec = spec; in setupNext()160 int i = nextSpec.lastIndexOf(LOCALE_SEP); in setupNext()164 nextSpec = spec.substring(0, i); in setupNext()167 nextSpec = scriptName; // scriptName may be null in setupNext()171 if (!Utility.sameObjects(nextSpec, scriptName)) { in setupNext()172 nextSpec = scriptName; in setupNext()174 nextSpec = null; in setupNext()184 spec = nextSpec; in next()
98 private String nextSpec; // next spec field in TransliteratorRegistry.Spec146 return nextSpec != null; in hasFallback()160 nextSpec = spec; in setupNext()161 int i = nextSpec.lastIndexOf(LOCALE_SEP); in setupNext()165 nextSpec = spec.substring(0, i); in setupNext()168 nextSpec = scriptName; // scriptName may be null in setupNext()172 if (!Utility.sameObjects(nextSpec, scriptName)) { in setupNext()173 nextSpec = scriptName; in setupNext()175 nextSpec = null; in setupNext()185 spec = nextSpec; in next()
249 UnicodeString nextSpec; member in TransliteratorSpec310 return nextSpec.length() != 0; in hasFallback()324 nextSpec = spec; in setupNext()325 int32_t i = nextSpec.lastIndexOf(LOCALE_SEP); in setupNext()329 nextSpec.truncate(i); in setupNext()332 nextSpec = scriptName; // scriptName may be empty in setupNext()336 nextSpec.truncate(0); in setupNext()345 spec = nextSpec; in next()