Searched refs:isSpecLocale (Results 1 – 3 of 3) sorted by relevance
99 private boolean isSpecLocale; // TRUE if spec is a locale field in TransliteratorRegistry.Spec122 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()
100 private boolean isSpecLocale; // TRUE if spec is a locale field in TransliteratorRegistry.Spec123 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()
233 UBool isSpecLocale; // TRUE if spec is a locale member in TransliteratorSpec298 isSpecLocale = (res != 0); in reset()305 if (isSpecLocale) { in setupNext()328 isSpecLocale = isNextLocale; in next()338 return isSpecLocale; in isLocale()