Home
last modified time | relevance | path

Searched refs:perMill (Results 1 – 11 of 11) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DDecimalFormatSymbols.java266 return perMill; in getPerMill()
273 public void setPerMill(char perMill) { in setPerMill() argument
274 this.perMill = perMill; in setPerMill()
750 perMill == other.perMill && in equals()
816 perMill = numberElements[7].charAt(0); in initialize()
1063 private char perMill; field in DecimalFormatSymbols
DDecimalFormat.java4655 char perMill = PATTERN_PER_MILLE; in applyPatternWithoutExpandAffix() local
4668 perMill = symbols.getPerMill(); in applyPatternWithoutExpandAffix()
4912 } else if (ch == percent || ch == perMill) { in applyPatternWithoutExpandAffix()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormatSymbols.java284 return perMill; in getPerMill()
292 public void setPerMill(char perMill) { in setPerMill() argument
293 this.perMill = perMill; in setPerMill()
807 perMill == other.perMill && in equals()
874 perMill = numberElements[7].charAt(0); in initialize()
1121 private char perMill; field in DecimalFormatSymbols
DDecimalFormat.java4726 char perMill = PATTERN_PER_MILLE; in applyPatternWithoutExpandAffix() local
4739 perMill = symbols.getPerMill(); in applyPatternWithoutExpandAffix()
4983 } else if (ch == percent || ch == perMill) { in applyPatternWithoutExpandAffix()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DDecimalFormatSymbols.java252 public void setPerMill(char perMill) { in setPerMill() argument
253 dfs.setPerMill(perMill); in setPerMill()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDecimalFormatSymbolsC.java61 char perMill = en.getPerMill(); in TestSymbols() local
62 fr.setPerMill(perMill); in TestSymbols()
DIntlTestDecimalFormatSymbols.java94 char perMill = en.getPerMill(); in TestSymbols() local
95 fr.setPerMill(perMill); in TestSymbols()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDecimalFormatSymbolsC.java65 char perMill = en.getPerMill(); in TestSymbols() local
66 fr.setPerMill(perMill); in TestSymbols()
DIntlTestDecimalFormatSymbols.java98 char perMill = en.getPerMill(); in TestSymbols() local
99 fr.setPerMill(perMill); in TestSymbols()
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DDecimalFormatSymbolsICU.java199 public void setPerMill(char perMill) { in setPerMill() argument
200 fIcuDecfs.setPerMill(perMill); in setPerMill()
/external/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp71 UnicodeString perMill = en.getSymbol(DecimalFormatSymbols::kPerMillSymbol); in testSymbols() local
72 fr.setSymbol(DecimalFormatSymbols::kPerMillSymbol, perMill); in testSymbols()