Searched refs:errIdx (Results 1 – 1 of 1) sorted by relevance
101 int errIdx = checkVariants(var, BaseLocale.SEP); in setVariant() local102 if (errIdx != -1) { in setVariant()103 throw new LocaleSyntaxException("Ill-formed variant: " + variant, errIdx); in setVariant()425 int errIdx = checkVariants(variant, BaseLocale.SEP); in setLocale() local426 if (errIdx != -1) { in setLocale()427 throw new LocaleSyntaxException("Ill-formed variant: " + variant, errIdx); in setLocale()