Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DCheckNumbers.java293 … if (type == NumericType.DECIMAL_ABBREVIATED || type == NumericType.CURRENCY_ABBREVIATED) { in handleCheck()
339 if (type == NumericType.DECIMAL_ABBREVIATED) { in findUnquotedChars()
595 … if (type == NumericType.CURRENCY_ABBREVIATED || type == NumericType.DECIMAL_ABBREVIATED) { in getCanonicalPattern()
DDisplayAndInputProcessor.java471 if (numericType == NumericType.DECIMAL_ABBREVIATED) { in processInput()
1002 if (type == NumericType.DECIMAL_ABBREVIATED || type == NumericType.CURRENCY_ABBREVIATED in getCanonicalPattern()
1033 new int[] { 1, 0, 6 }), DECIMAL_ABBREVIATED(), PERCENT(new int[] { 1, 0, 0 }, enumConstant
1063 type = DECIMAL_ABBREVIATED; in getNumericType()