Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DOption.java186 noValueError, noValue, valueError, value enumConstant
192 return match == null ? MatchResult.noValueError : MatchResult.valueError; in matches()
207 return MatchResult.valueError; in matches()