Searched refs:nextSpec (Results 1 – 4 of 4) sorted by relevance
93 private String nextSpec; // next spec field in TransliteratorRegistry.Spec141 return nextSpec != null; in hasFallback()155 nextSpec = spec; in setupNext()156 int i = nextSpec.lastIndexOf(LOCALE_SEP); in setupNext()160 nextSpec = spec.substring(0, i); in setupNext()163 nextSpec = scriptName; // scriptName may be null in setupNext()167 if (nextSpec != scriptName) { in setupNext()168 nextSpec = scriptName; in setupNext()170 nextSpec = null; in setupNext()180 spec = nextSpec; in next()
94 private String nextSpec; // next spec field in TransliteratorRegistry.Spec142 return nextSpec != null; in hasFallback()156 nextSpec = spec; in setupNext()157 int i = nextSpec.lastIndexOf(LOCALE_SEP); in setupNext()161 nextSpec = spec.substring(0, i); in setupNext()164 nextSpec = scriptName; // scriptName may be null in setupNext()168 if (nextSpec != scriptName) { in setupNext()169 nextSpec = scriptName; in setupNext()171 nextSpec = null; in setupNext()181 spec = nextSpec; in next()
229 UnicodeString nextSpec; member in TransliteratorSpec290 return nextSpec.length() != 0; in hasFallback()304 nextSpec = spec; in setupNext()305 int32_t i = nextSpec.lastIndexOf(LOCALE_SEP); in setupNext()309 nextSpec.truncate(i); in setupNext()312 nextSpec = scriptName; // scriptName may be empty in setupNext()316 nextSpec.truncate(0); in setupNext()325 spec = nextSpec; in next()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...