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

  /external/icu4c/test/intltest/
tsdcfmsy.cpp 75 UnicodeString perMill = en.getSymbol(DecimalFormatSymbols::kPerMillSymbol);
76 fr.setSymbol(DecimalFormatSymbols::kPerMillSymbol, perMill);
78 errln("ERROR: get/set PerMill failed");
  /libcore/luni/src/main/java/java/text/
DecimalFormatSymbols.java 51 private char perMill;
91 this.perMill = localeData.perMill;
186 perMill == obj.perMill &&
206 ",perMill=" + perMill +
338 return perMill;
367 result = 31*result + perMill;
542 this.perMill = value
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
LocaleData.java 88 public char perMill;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1021 milliseconds