Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DDisplayAndInputProcessor.java256 if (numericType != NumericType.NOT_NUMERIC) { in processForDisplay()
374 if (numericType != NumericType.NOT_NUMERIC) { in processInput()
913 … new int[] { 1, 0, 0 }), SCIENTIFIC(new int[] { 0, 0, 0 }, new int[] { 1, 6, 6 }), NOT_NUMERIC; enumConstant
934 return NOT_NUMERIC; in getNumericType()
952 return NOT_NUMERIC; in getNumericType()
DCheckNumbers.java169 if (type == NumericType.NOT_NUMERIC) { in handleCheck()
DCLDRTest.java147 if (type == NumericType.NOT_NUMERIC) continue; in TestCurrencyFormats()