Searched refs:setPropertiesFromPattern (Results 1 – 4 of 4) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DecimalFormat.java | 315 setPropertiesFromPattern(pattern, PatternStringParser.IGNORE_ROUNDING_IF_CURRENCY); in DecimalFormat() 343 setPropertiesFromPattern(pattern, PatternStringParser.IGNORE_ROUNDING_IF_CURRENCY); in DecimalFormat() 371 setPropertiesFromPattern(pattern, PatternStringParser.IGNORE_ROUNDING_IF_CURRENCY); in DecimalFormat() 413 setPropertiesFromPattern(pattern, PatternStringParser.IGNORE_ROUNDING_ALWAYS); in DecimalFormat() 415 setPropertiesFromPattern(pattern, PatternStringParser.IGNORE_ROUNDING_IF_CURRENCY); in DecimalFormat() 454 setPropertiesFromPattern(pattern, PatternStringParser.IGNORE_ROUNDING_NEVER); in applyPattern() 2383 void setPropertiesFromPattern(String pattern, int ignoreRounding) { in setPropertiesFromPattern() method in DecimalFormat
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DecimalFormat.java | 322 setPropertiesFromPattern(pattern, PatternStringParser.IGNORE_ROUNDING_IF_CURRENCY); in DecimalFormat() 351 setPropertiesFromPattern(pattern, PatternStringParser.IGNORE_ROUNDING_IF_CURRENCY); in DecimalFormat() 380 setPropertiesFromPattern(pattern, PatternStringParser.IGNORE_ROUNDING_IF_CURRENCY); in DecimalFormat() 423 setPropertiesFromPattern(pattern, PatternStringParser.IGNORE_ROUNDING_ALWAYS); in DecimalFormat() 425 setPropertiesFromPattern(pattern, PatternStringParser.IGNORE_ROUNDING_IF_CURRENCY); in DecimalFormat() 466 setPropertiesFromPattern(pattern, PatternStringParser.IGNORE_ROUNDING_NEVER); in applyPattern() 2573 void setPropertiesFromPattern(String pattern, int ignoreRounding) { in setPropertiesFromPattern() method in DecimalFormat
|
/external/icu/icu4c/source/i18n/ |
D | decimfmt.cpp | 56 setPropertiesFromPattern(patternString, IGNORE_ROUNDING_IF_CURRENCY, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 62 setPropertiesFromPattern(pattern, IGNORE_ROUNDING_IF_CURRENCY, status); in DecimalFormat() 69 setPropertiesFromPattern(pattern, IGNORE_ROUNDING_IF_CURRENCY, status); in DecimalFormat() 82 setPropertiesFromPattern(pattern, IGNORE_ROUNDING_ALWAYS, status); in DecimalFormat() 84 setPropertiesFromPattern(pattern, IGNORE_ROUNDING_IF_CURRENCY, status); in DecimalFormat() 375 setPropertiesFromPattern(pattern, IGNORE_ROUNDING_IF_CURRENCY, status); in DecimalFormat() 382 setPropertiesFromPattern(pattern, IGNORE_ROUNDING_IF_CURRENCY, status); in DecimalFormat() 964 setPropertiesFromPattern(pattern, IGNORE_ROUNDING_NEVER, status); in applyPattern() 1175 void DecimalFormat::setPropertiesFromPattern(const UnicodeString& pattern, int32_t ignoreRounding, in setPropertiesFromPattern() function in DecimalFormat
|
/external/icu/icu4c/source/i18n/unicode/ |
D | decimfmt.h | 2134 void setPropertiesFromPattern(const UnicodeString& pattern, int32_t ignoreRounding,
|