/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | PropertiesAffixPatternProvider.java | 9 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 D | PropertiesAffixPatternProvider.java | 13 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 D | number_mapper.cpp | 374 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 D | number_mapper.h | 65 UnicodeString negSuffix; member in number::impl::PropertiesAffixPatternProvider
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_mapper.cpp | 374 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 D | number_mapper.h | 65 UnicodeString negSuffix; member in number::impl::PropertiesAffixPatternProvider
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_mapper.cpp | 370 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 D | number_mapper.h | 63 UnicodeString negSuffix; member in number::impl::PropertiesAffixPatternProvider
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | IntlTestDecimalFormatAPI.java | 208 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 D | IntlTestDecimalFormatAPIC.java | 167 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 D | IntlTestDecimalFormatAPI.java | 211 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 D | IntlTestDecimalFormatAPIC.java | 170 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 D | dcfmapts.cpp | 312 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 D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |