Home
last modified time | relevance | path

Searched refs:negSuffix (Results 1 - 14 of 14) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DPropertiesAffixPatternProvider.java9 private final String negSuffix; field in PropertiesAffixPatternProvider
74 negSuffix = nso; in PropertiesAffixPatternProvider()
76 negSuffix = nsp; in PropertiesAffixPatternProvider()
79 negSuffix = psp == null ? "" : psp; in PropertiesAffixPatternProvider()
113 return negSuffix; in getString()
128 negSuffix != posSuffix || in hasNegativeSubpattern()
138 || AffixUtils.containsType(negSuffix, AffixUtils.TYPE_MINUS_SIGN); in negativeHasMinusSign()
149 || AffixUtils.containsType(negPrefix, type) || AffixUtils.containsType(negSuffix, type); in containsSymbolType()
172 + negSuffix in toString()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DPropertiesAffixPatternProvider.java13 private final String negSuffix; field in PropertiesAffixPatternProvider
77 negSuffix = nso; in PropertiesAffixPatternProvider()
79 negSuffix = nsp; in PropertiesAffixPatternProvider()
82 negSuffix = psp == null ? "" : psp; in PropertiesAffixPatternProvider()
113 return negSuffix; in getString()
128 negSuffix != posSuffix || in hasNegativeSubpattern()
138 || AffixUtils.containsType(negSuffix, AffixUtils.TYPE_MINUS_SIGN); in negativeHasMinusSign()
149 || AffixUtils.containsType(negPrefix, type) || AffixUtils.containsType(negSuffix, type); in containsSymbolType()
167 + negSuffix in toString()
/third_party/icu/icu4c/source/i18n/
H A Dnumber_mapper.cpp374 negSuffix = nso; in setTo()
376 negSuffix = nsp; in setTo()
379 negSuffix = psp.isBogus() ? u"" : psp; in setTo()
414 return negSuffix; in getStringInternal()
429 (negSuffix != posSuffix) || in hasNegativeSubpattern()
438 AffixUtils::containsType(negSuffix, TYPE_MINUS_SIGN, localStatus); in negativeHasMinusSign()
449 AffixUtils::containsType(negSuffix, type, status); in containsSymbolType()
H A Dnumber_mapper.h65 UnicodeString negSuffix; member in number::impl::PropertiesAffixPatternProvider
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_mapper.cpp374 negSuffix = nso; in setTo()
376 negSuffix = nsp; in setTo()
379 negSuffix = psp.isBogus() ? u"" : psp; in setTo()
414 return negSuffix; in getStringInternal()
429 (negSuffix != posSuffix) || in hasNegativeSubpattern()
438 AffixUtils::containsType(negSuffix, TYPE_MINUS_SIGN, localStatus); in negativeHasMinusSign()
449 AffixUtils::containsType(negSuffix, type, status); in containsSymbolType()
H A Dnumber_mapper.h65 UnicodeString negSuffix; member in number::impl::PropertiesAffixPatternProvider
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_mapper.cpp370 negSuffix = nso; in setTo()
372 negSuffix = nsp; in setTo()
375 negSuffix = psp.isBogus() ? u"" : psp; in setTo()
407 return negSuffix; in getStringInternal()
422 (negSuffix != posSuffix) || in hasNegativeSubpattern()
431 AffixUtils::containsType(negSuffix, TYPE_MINUS_SIGN, localStatus); in negativeHasMinusSign()
442 AffixUtils::containsType(negSuffix, type, status); in containsSymbolType()
H A Dnumber_mapper.h63 UnicodeString negSuffix; member in number::impl::PropertiesAffixPatternProvider
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDecimalFormatAPI.java208 String negSuffix; in TestAPI()
210 negSuffix = pat.getNegativeSuffix(); in TestAPI()
211 logln("Negative suffix (should be ~): " + negSuffix); in TestAPI()
212 assertEquals("ERROR: setNegativeSuffix() failed", "~", negSuffix); in TestAPI()
H A DIntlTestDecimalFormatAPIC.java167 String negSuffix; in TestAPI()
169 negSuffix = pat.getNegativeSuffix(); in TestAPI()
170 logln("Negative suffix (should be ~): " + negSuffix); in TestAPI()
171 assertEquals("ERROR: setNegativeSuffix() failed", "~", negSuffix); in TestAPI()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DIntlTestDecimalFormatAPI.java211 String negSuffix; in TestAPI()
213 negSuffix = pat.getNegativeSuffix(); in TestAPI()
214 logln("Negative suffix (should be ~): " + negSuffix); in TestAPI()
215 assertEquals("ERROR: setNegativeSuffix() failed", "~", negSuffix); in TestAPI()
H A DIntlTestDecimalFormatAPIC.java170 String negSuffix; in TestAPI()
172 negSuffix = pat.getNegativeSuffix(); in TestAPI()
173 logln("Negative suffix (should be ~): " + negSuffix); in TestAPI()
174 assertEquals("ERROR: setNegativeSuffix() failed", "~", negSuffix); in TestAPI()
/third_party/icu/icu4c/source/test/intltest/
H A Ddcfmapts.cpp312 UnicodeString negSuffix; in testAPI() local
314 negSuffix = pat.getNegativeSuffix(negSuffix); in testAPI()
315 logln((UnicodeString)"Negative suffix (should be ~): " + negSuffix); in testAPI()
316 if(negSuffix != "~") { in testAPI()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 10 milliseconds