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 71 UnicodeString perMill = en.getSymbol(DecimalFormatSymbols::kPerMillSymbol);
72 fr.setSymbol(DecimalFormatSymbols::kPerMillSymbol, perMill);
74 errln("ERROR: get/set PerMill failed");
  /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");
  /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 +
361 return perMill;
390 result = 31*result + perMill;
562 this.perMill = value
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
LocaleData.java 106 public char perMill;
  /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 

Completed in 93 milliseconds