Home
last modified time | relevance | path

Searched refs:CURRENCY_ABBREVIATED (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckNumbers.java221 if (type == NumericType.CURRENCY || type == NumericType.CURRENCY_ABBREVIATED) { in handleCheck()
222 if (type == NumericType.CURRENCY_ABBREVIATED && value.equals("0")) { in handleCheck()
285 … if (type == NumericType.DECIMAL_ABBREVIATED || type == NumericType.CURRENCY_ABBREVIATED) { in handleCheck()
582 … if (type == NumericType.CURRENCY_ABBREVIATED || type == NumericType.DECIMAL_ABBREVIATED) { in getCanonicalPattern()
DDisplayAndInputProcessor.java269 … if (numericType != NumericType.CURRENCY && numericType != NumericType.CURRENCY_ABBREVIATED) { in processForDisplay()
394 if (numericType == NumericType.CURRENCY_ABBREVIATED) { in processInput()
933 if (type == NumericType.DECIMAL_ABBREVIATED || type == NumericType.CURRENCY_ABBREVIATED in getCanonicalPattern()
963 …CURRENCY(new int[] { 1, 2, 2 }, new int[] { 1, 2, 2 }), CURRENCY_ABBREVIATED(), DECIMAL(new int[] … enumConstant
996 type = CURRENCY_ABBREVIATED; in getNumericType()