Searched refs:NOT_NUMERIC (Results 1 – 3 of 3) sorted by relevance
261 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; enumConstant986 return NOT_NUMERIC; in getNumericType()1004 return NOT_NUMERIC; in getNumericType()
202 if (type == NumericType.NOT_NUMERIC) { in handleCheck()
150 if (type == NumericType.NOT_NUMERIC) continue; in TestCurrencyFormats()