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

  /external/chromium_org/third_party/icu/source/test/intltest/
tsdcfmsy.cpp 75 UnicodeString perMill = en.getSymbol(DecimalFormatSymbols::kPerMillSymbol);
76 fr.setSymbol(DecimalFormatSymbols::kPerMillSymbol, perMill);
78 errln("ERROR: get/set PerMill failed");
  /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 96 public char perMill;
  /prebuilts/tools/common/m2/internal/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 

Completed in 23 milliseconds