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.java261 if (numericType != NumericType.NOT_NUMERIC) { in processForDisplay()
391 if (numericType != NumericType.NOT_NUMERIC) { in processInput()
965 … new int[] { 1, 0, 0 }), SCIENTIFIC(new int[] { 0, 0, 0 }, new int[] { 1, 6, 6 }), NOT_NUMERIC; enumConstant
986 return NOT_NUMERIC; in getNumericType()
1004 return NOT_NUMERIC; in getNumericType()
DCheckNumbers.java202 if (type == NumericType.NOT_NUMERIC) { in handleCheck()
DCLDRTest.java150 if (type == NumericType.NOT_NUMERIC) continue; in TestCurrencyFormats()