Home
last modified time | relevance | path

Searched refs:isSpecLocale (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DTransliteratorRegistry.java100 private boolean isSpecLocale; // TRUE if spec is a locale field in TransliteratorRegistry.Spec
123 isSpecLocale = false; in Spec()
131 isSpecLocale = true; in Spec()
152 isSpecLocale = (res != null); in reset()
159 if (isSpecLocale) { in setupNext()
186 isSpecLocale = isNextLocale; in next()
196 return isSpecLocale; in isLocale()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliteratorRegistry.java99 private boolean isSpecLocale; // TRUE if spec is a locale field in TransliteratorRegistry.Spec
122 isSpecLocale = false; in Spec()
130 isSpecLocale = true; in Spec()
151 isSpecLocale = (res != null); in reset()
158 if (isSpecLocale) { in setupNext()
185 isSpecLocale = isNextLocale; in next()
195 return isSpecLocale; in isLocale()
/third_party/skia/third_party/externals/icu/source/i18n/
Dtransreg.cpp250 UBool isSpecLocale; // TRUE if spec is a locale member in TransliteratorSpec
315 isSpecLocale = (res != 0); in reset()
322 if (isSpecLocale) { in setupNext()
345 isSpecLocale = isNextLocale; in next()
355 return isSpecLocale; in isLocale()
/third_party/node/deps/icu-small/source/i18n/
Dtransreg.cpp251 UBool isSpecLocale; // TRUE if spec is a locale member in TransliteratorSpec
316 isSpecLocale = (res != 0); in reset()
323 if (isSpecLocale) { in setupNext()
346 isSpecLocale = isNextLocale; in next()
356 return isSpecLocale; in isLocale()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dtransreg.cpp251 UBool isSpecLocale; // TRUE if spec is a locale member in TransliteratorSpec
316 isSpecLocale = (res != 0); in reset()
323 if (isSpecLocale) { in setupNext()
346 isSpecLocale = isNextLocale; in next()
356 return isSpecLocale; in isLocale()
/third_party/icu/icu4c/source/i18n/
Dtransreg.cpp250 UBool isSpecLocale; // TRUE if spec is a locale member in TransliteratorSpec
315 isSpecLocale = (res != 0); in reset()
322 if (isSpecLocale) { in setupNext()
345 isSpecLocale = isNextLocale; in next()
355 return isSpecLocale; in isLocale()