Searched refs:isSpecLocale (Results 1 – 3 of 3) sorted by relevance
95 private boolean isSpecLocale; // TRUE if spec is a locale field in TransliteratorRegistry.Spec118 isSpecLocale = false; in Spec()126 isSpecLocale = true; in Spec()147 isSpecLocale = (res != null); in reset()154 if (isSpecLocale) { in setupNext()181 isSpecLocale = isNextLocale; in next()191 return isSpecLocale; in isLocale()
96 private boolean isSpecLocale; // TRUE if spec is a locale field in TransliteratorRegistry.Spec119 isSpecLocale = false; in Spec()127 isSpecLocale = true; in Spec()148 isSpecLocale = (res != null); in reset()155 if (isSpecLocale) { in setupNext()182 isSpecLocale = isNextLocale; in next()192 return isSpecLocale; in isLocale()
231 UBool isSpecLocale; // TRUE if spec is a locale member in TransliteratorSpec296 isSpecLocale = (res != 0); in reset()303 if (isSpecLocale) { in setupNext()326 isSpecLocale = isNextLocale; in next()336 return isSpecLocale; in isLocale()