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

  /libcore/ojluni/src/main/java/java/text/
DecimalFormatSymbols.java 211 return perMill;
217 public void setPerMill(char perMill) {
218 this.perMill = perMill;
536 perMill == other.perMill &&
558 result = result * 37 + perMill;
595 values[8] = String.valueOf(localeData.perMill);
613 perMill = numberElements[8].charAt(0);
764 new ObjectStreamField("perMill", char.class)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DecimalFormatSymbols.java 266 return perMill;
271 * @param perMill the mille percent character
273 public void setPerMill(char perMill) {
274 this.perMill = perMill;
750 perMill == other.perMill &&
816 perMill = numberElements[7].charAt(0);
    [all...]
DecimalFormat.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDecimalFormatSymbolsC.java 65 char perMill = en.getPerMill();
66 fr.setPerMill(perMill);
68 errln("ERROR: get/set PerMill failed");
IntlTestDecimalFormatSymbols.java 98 char perMill = en.getPerMill();
99 fr.setPerMill(perMill);
101 errln("ERROR: get/set PerMill failed");
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DecimalFormatSymbols.java 249 * @param perMill the mille percent character
252 public void setPerMill(char perMill) {
253 dfs.setPerMill(perMill);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormatSymbols.java 284 return perMill;
289 * @param perMill the mille percent character
292 public void setPerMill(char perMill) {
293 this.perMill = perMill;
807 perMill == other.perMill &&
874 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/
IntlTestDecimalFormatSymbolsC.java 61 char perMill = en.getPerMill();
62 fr.setPerMill(perMill);
64 errln("ERROR: get/set PerMill failed");
IntlTestDecimalFormatSymbols.java 94 char perMill = en.getPerMill();
95 fr.setPerMill(perMill);
97 errln("ERROR: get/set PerMill failed");
  /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;
  /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/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 2523 milliseconds