Home
last modified time | relevance | path

Searched refs:negativeSuffixPattern (Results 1 – 7 of 7) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DDecimalFormatProperties.java110 private transient String negativeSuffixPattern; field in DecimalFormatProperties
182 negativeSuffixPattern = null; in _clear()
228 negativeSuffixPattern = other.negativeSuffixPattern; in _copyFrom()
275 eq = eq && _equalsHelper(negativeSuffixPattern, other.negativeSuffixPattern); in _equals()
338 hashCode ^= _hashCodeHelper(negativeSuffixPattern); in _hashCode()
513 return negativeSuffixPattern; in getNegativeSuffixPattern()
1076 public DecimalFormatProperties setNegativeSuffixPattern(String negativeSuffixPattern) { in setNegativeSuffixPattern() argument
1077 this.negativeSuffixPattern = negativeSuffixPattern; in setNegativeSuffixPattern()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalFormatProperties.java105 private transient String negativeSuffixPattern; field in DecimalFormatProperties
177 negativeSuffixPattern = null; in _clear()
223 negativeSuffixPattern = other.negativeSuffixPattern; in _copyFrom()
270 eq = eq && _equalsHelper(negativeSuffixPattern, other.negativeSuffixPattern); in _equals()
333 hashCode ^= _hashCodeHelper(negativeSuffixPattern); in _hashCode()
508 return negativeSuffixPattern; in getNegativeSuffixPattern()
1071 public DecimalFormatProperties setNegativeSuffixPattern(String negativeSuffixPattern) { in setNegativeSuffixPattern() argument
1072 this.negativeSuffixPattern = negativeSuffixPattern; in setNegativeSuffixPattern()
/external/icu/icu4c/source/i18n/
Dnumber_decimfmtprops.cpp60 negativeSuffixPattern.setToBogus(); in clear()
123 eq = eq && negativeSuffixPattern == other.negativeSuffixPattern; in _equals()
Dnumber_decimfmtprops.h121 UnicodeString negativeSuffixPattern; member
Dnumber_patternstring.cpp625 properties.negativeSuffixPattern = patternInfo.getString( in patternInfoToProperties()
629 properties.negativeSuffixPattern.setToBogus(); in patternInfoToProperties()
674 UnicodeString nsp = properties.negativeSuffixPattern; in propertiesToPatternString()
Dnumber_mapper.cpp344 const UnicodeString& nsp = properties.negativeSuffixPattern; in setTo()
Ddecimfmt.cpp941 tprops.negativeSuffixPattern, localStatus)); in toPattern()
1292 UBool trivialNS = fields->properties->negativeSuffixPattern.isEmpty(); in setupFastFormat()