Searched refs:CURRENCY_ABBREVIATED (Results 1 – 2 of 2) sorted by relevance
188 if (type == NumericType.CURRENCY || type == NumericType.CURRENCY_ABBREVIATED) { in handleCheck()189 if (type == NumericType.CURRENCY_ABBREVIATED && value.equals("0")) { in handleCheck()251 … if (type == NumericType.DECIMAL_ABBREVIATED || type == NumericType.CURRENCY_ABBREVIATED) { in handleCheck()522 if (type == NumericType.CURRENCY_ABBREVIATED) { in getCanonicalPattern()
264 … if (numericType != NumericType.CURRENCY && numericType != NumericType.CURRENCY_ABBREVIATED) { in processForDisplay()377 if (numericType == NumericType.CURRENCY_ABBREVIATED) { in processInput()881 if (type == NumericType.DECIMAL_ABBREVIATED || type == NumericType.CURRENCY_ABBREVIATED in getCanonicalPattern()911 …CURRENCY(new int[] { 1, 2, 2 }, new int[] { 1, 2, 2 }), CURRENCY_ABBREVIATED(), DECIMAL(new int[] … enumConstant944 type = CURRENCY_ABBREVIATED; in getNumericType()