Searched refs:NOT_NUMERIC (Results 1 – 3 of 3) sorted by relevance
256 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; enumConstant934 return NOT_NUMERIC; in getNumericType()952 return NOT_NUMERIC; in getNumericType()
169 if (type == NumericType.NOT_NUMERIC) { in handleCheck()
147 if (type == NumericType.NOT_NUMERIC) continue; in TestCurrencyFormats()