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

  /libcore/luni/src/main/java/java/text/
DecimalFormatSymbols.java 51 private char perMill;
96 this.perMill = localeData.perMill;
191 perMill == obj.perMill &&
211 ",perMill=" + perMill +
375 return perMill;
404 result = 31*result + perMill;
576 this.perMill = value
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormatSymbols.java 285 return perMill;
290 * @param perMill the mille percent character
293 public void setPerMill(char perMill) {
294 this.perMill = perMill;
810 perMill == other.perMill &&
939 perMill = numberElements[7].charAt(0);
    [all...]
DecimalFormat.java     [all...]
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DecimalFormatSymbolsICU.java 199 public void setPerMill(char perMill) {
200 fIcuDecfs.setPerMill(perMill);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDecimalFormatSymbols.java 86 char perMill = en.getPerMill();
87 fr.setPerMill(perMill);
89 errln("ERROR: get/set PerMill failed");
IntlTestDecimalFormatSymbolsC.java 61 char perMill = en.getPerMill();
62 fr.setPerMill(perMill);
64 errln("ERROR: get/set PerMill failed");
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 55 jstring percent0, jchar perMill, jchar zeroDigit) {
84 result->setSymbol(icu::DecimalFormatSymbols::kPerMillSymbol, icu::UnicodeString(perMill));
105 jstring percent, jchar perMill, jchar zeroDigit) {
109 monetaryDecimalSeparator, nan, patternSeparator, percent, perMill,
119 jstring percent, jchar perMill, jchar zeroDigit) {
129 monetaryDecimalSeparator, nan, patternSeparator, percent, perMill,
  /frameworks/base/tools/layoutlib/bridge/src/libcore/icu/
ICU_Delegate.java 230 result.perMill = '\u2030';
  /libcore/luni/src/main/java/libcore/icu/
LocaleData.java 103 public char perMill;
NativeDecimalFormat.java 176 data.percent, data.perMill, data.zeroDigit);
280 localeData.percent, localeData.perMill, localeData.zeroDigit);
630 char perMill, char zeroDigit);
636 char perMill, char zeroDigit);
  /external/icu/icu4c/source/test/intltest/
tsdcfmsy.cpp 71 UnicodeString perMill = en.getSymbol(DecimalFormatSymbols::kPerMillSymbol);
72 fr.setSymbol(DecimalFormatSymbols::kPerMillSymbol, perMill);
74 errln("ERROR: get/set PerMill failed");
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 704 milliseconds