Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DDisplayAndInputProcessor.java384 if (numericType == NumericType.DECIMAL_ABBREVIATED) { in processInput()
881 if (type == NumericType.DECIMAL_ABBREVIATED || type == NumericType.CURRENCY_ABBREVIATED in getCanonicalPattern()
912 new int[] { 1, 0, 6 }), DECIMAL_ABBREVIATED(), PERCENT(new int[] { 1, 0, 0 }, enumConstant
942 type = DECIMAL_ABBREVIATED; in getNumericType()
DCheckNumbers.java251 … if (type == NumericType.DECIMAL_ABBREVIATED || type == NumericType.CURRENCY_ABBREVIATED) { in handleCheck()
297 if (type == NumericType.DECIMAL_ABBREVIATED) { in findUnquotedChars()