Searched refs:perMill (Results 1 – 11 of 11) sorted by relevance
266 return perMill; in getPerMill()273 public void setPerMill(char perMill) { in setPerMill() argument274 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
4655 char perMill = PATTERN_PER_MILLE; in applyPatternWithoutExpandAffix() local4668 perMill = symbols.getPerMill(); in applyPatternWithoutExpandAffix()4912 } else if (ch == percent || ch == perMill) { in applyPatternWithoutExpandAffix()
284 return perMill; in getPerMill()292 public void setPerMill(char perMill) { in setPerMill() argument293 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
4726 char perMill = PATTERN_PER_MILLE; in applyPatternWithoutExpandAffix() local4739 perMill = symbols.getPerMill(); in applyPatternWithoutExpandAffix()4983 } else if (ch == percent || ch == perMill) { in applyPatternWithoutExpandAffix()
252 public void setPerMill(char perMill) { in setPerMill() argument253 dfs.setPerMill(perMill); in setPerMill()
61 char perMill = en.getPerMill(); in TestSymbols() local62 fr.setPerMill(perMill); in TestSymbols()
94 char perMill = en.getPerMill(); in TestSymbols() local95 fr.setPerMill(perMill); in TestSymbols()
65 char perMill = en.getPerMill(); in TestSymbols() local66 fr.setPerMill(perMill); in TestSymbols()
98 char perMill = en.getPerMill(); in TestSymbols() local99 fr.setPerMill(perMill); in TestSymbols()
199 public void setPerMill(char perMill) { in setPerMill() argument200 fIcuDecfs.setPerMill(perMill); in setPerMill()
71 UnicodeString perMill = en.getSymbol(DecimalFormatSymbols::kPerMillSymbol); in testSymbols() local72 fr.setSymbol(DecimalFormatSymbols::kPerMillSymbol, perMill); in testSymbols()