Home
last modified time | relevance | path

Searched refs:nextSpec (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliteratorRegistry.java93 private String nextSpec; // next spec field in TransliteratorRegistry.Spec
141 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()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTransliteratorRegistry.java94 private String nextSpec; // next spec field in TransliteratorRegistry.Spec
142 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()
/external/icu/icu4c/source/i18n/
Dtransreg.cpp229 UnicodeString nextSpec; member in TransliteratorSpec
290 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()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...