Home
last modified time | relevance | path

Searched refs:perMill (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/text/
DDecimalFormatSymbols.java51 private char perMill; field in DecimalFormatSymbols
96 this.perMill = localeData.perMill; in DecimalFormatSymbols()
191 perMill == obj.perMill && in equals()
211 ",perMill=" + perMill + in toString()
361 return perMill; in getPerMill()
390 result = 31*result + perMill; in hashCode()
562 this.perMill = value; in setPerMill()
/libcore/luni/src/main/native/
Dlibcore_icu_NativeDecimalFormat.cpp55 jstring percent0, jchar perMill, jchar zeroDigit) { in makeDecimalFormatSymbols() argument
79 result->setSymbol(DecimalFormatSymbols::kPerMillSymbol, UnicodeString(perMill)); in makeDecimalFormatSymbols()
100 jstring percent, jchar perMill, jchar zeroDigit) { in NativeDecimalFormat_setDecimalFormatSymbols() argument
104 monetaryDecimalSeparator, nan, patternSeparator, percent, perMill, in NativeDecimalFormat_setDecimalFormatSymbols()
114 jstring percent, jchar perMill, jchar zeroDigit) { in NativeDecimalFormat_open() argument
124 monetaryDecimalSeparator, nan, patternSeparator, percent, perMill, in NativeDecimalFormat_open()
/libcore/luni/src/main/java/libcore/icu/
DNativeDecimalFormat.java176 data.percent, data.perMill, data.zeroDigit); in NativeDecimalFormat()
280 localeData.percent, localeData.perMill, localeData.zeroDigit); in setDecimalFormatSymbols()
630 char perMill, char zeroDigit); in open() argument
636 char perMill, char zeroDigit); in setDecimalFormatSymbols() argument
DLocaleData.java106 public char perMill; field in LocaleData