Searched refs:percent (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/main/java/java/text/ |
D | DecimalFormatSymbols.java | 50 private String percent; field in DecimalFormatSymbols 95 this.percent = localeData.percent; in DecimalFormatSymbols() 192 percent.equals(obj.percent) && in equals() 212 ",percent=" + percent + in toString() 311 return percent; in getPercentString() 349 if (percent.length() == 1) { in getPercent() 350 return percent.charAt(0); in getPercent() 352 throw new UnsupportedOperationException("Percent spans multiple characters: " + percent); in getPercent() 389 result = 31*result + percent.hashCode(); in hashCode() 552 this.percent = String.valueOf(value); in setPercent()
|
/libcore/luni/src/main/native/ |
D | libcore_icu_NativeDecimalFormat.cpp | 62 ScopedJavaUnicodeString percent(env, percent0); in makeDecimalFormatSymbols() local 78 result->setSymbol(DecimalFormatSymbols::kPercentSymbol, percent.unicodeString()); in makeDecimalFormatSymbols() 100 jstring percent, jchar perMill, jchar zeroDigit) { in NativeDecimalFormat_setDecimalFormatSymbols() argument 104 monetaryDecimalSeparator, nan, patternSeparator, percent, perMill, in NativeDecimalFormat_setDecimalFormatSymbols() 114 jstring percent, jchar perMill, jchar zeroDigit) { in NativeDecimalFormat_open() argument 124 monetaryDecimalSeparator, nan, patternSeparator, percent, perMill, in NativeDecimalFormat_open()
|
/libcore/luni/src/main/java/libcore/icu/ |
D | NativeDecimalFormat.java | 176 data.percent, data.perMill, data.zeroDigit); in NativeDecimalFormat() 280 localeData.percent, localeData.perMill, localeData.zeroDigit); in setDecimalFormatSymbols() 629 char monetaryDecimalSeparator, String nan, char patternSeparator, String percent, in open() argument 635 char monetaryDecimalSeparator, String nan, char patternSeparator, String percent, in setDecimalFormatSymbols() argument
|
D | LocaleData.java | 105 public String percent; field in LocaleData
|
/libcore/benchmarks/libs/ |
D | caliper.jar.txt | 21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|