HomeSort by relevance Sort by last modified time
    Searched refs:CURRENCY_ABBREVIATED (Results 1 - 2 of 2) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/test/
CheckNumbers.java 188 if (type == NumericType.CURRENCY || type == NumericType.CURRENCY_ABBREVIATED) {
189 if (type == NumericType.CURRENCY_ABBREVIATED && value.equals("0")) {
251 if (type == NumericType.DECIMAL_ABBREVIATED || type == NumericType.CURRENCY_ABBREVIATED) {
522 if (type == NumericType.CURRENCY_ABBREVIATED) {
DisplayAndInputProcessor.java 264 if (numericType != NumericType.CURRENCY && numericType != NumericType.CURRENCY_ABBREVIATED) {
377 if (numericType == NumericType.CURRENCY_ABBREVIATED) {
    [all...]

Completed in 6579 milliseconds