/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | PropertiesAffixPatternProvider.java | 7 private final String posSuffix; field in PropertiesAffixPatternProvider 55 posSuffix = pso; in PropertiesAffixPatternProvider() 57 posSuffix = psp; in PropertiesAffixPatternProvider() 60 posSuffix = ""; in PropertiesAffixPatternProvider() 115 return posSuffix; in getString() 122 || AffixUtils.containsType(posSuffix, AffixUtils.TYPE_PLUS_SIGN); in positiveHasPlusSign() 128 negSuffix != posSuffix || in hasNegativeSubpattern() 148 return AffixUtils.containsType(posPrefix, type) || AffixUtils.containsType(posSuffix, type) in containsSymbolType() 168 + posSuffix in toString()
|
D | PatternStringParser.java | 705 String posSuffix = patternInfo.getString(0); in patternInfoToProperties() local 712 + AffixUtils.estimateLength(posSuffix); in patternInfoToProperties() 738 properties.setPositiveSuffixPattern(posSuffix); in patternInfoToProperties()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
D | PropertiesAffixPatternProvider.java | 11 private final String posSuffix; field in PropertiesAffixPatternProvider 58 posSuffix = pso; in PropertiesAffixPatternProvider() 60 posSuffix = psp; in PropertiesAffixPatternProvider() 63 posSuffix = ""; in PropertiesAffixPatternProvider() 115 return posSuffix; in getString() 122 || AffixUtils.containsType(posSuffix, AffixUtils.TYPE_PLUS_SIGN); in positiveHasPlusSign() 128 negSuffix != posSuffix || in hasNegativeSubpattern() 148 return AffixUtils.containsType(posPrefix, type) || AffixUtils.containsType(posSuffix, type) in containsSymbolType() 163 + posSuffix in toString()
|
D | PatternStringParser.java | 659 String posSuffix = patternInfo.getString(0); in patternInfoToProperties() local 666 + AffixUtils.estimateLength(posSuffix); in patternInfoToProperties() 692 properties.setPositiveSuffixPattern(posSuffix); in patternInfoToProperties()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_mapper.cpp | 351 posSuffix = pso; in setTo() 353 posSuffix = psp; in setTo() 356 posSuffix = u""; in setTo() 409 return posSuffix; in getStringInternal() 417 AffixUtils::containsType(posSuffix, TYPE_PLUS_SIGN, localStatus); in positiveHasPlusSign() 422 (negSuffix != posSuffix) || in hasNegativeSubpattern() 440 AffixUtils::containsType(posSuffix, type, status) || in containsSymbolType()
|
D | numparse_affixes.cpp | 280 AffixPatternMatcher* posSuffix = nullptr; in createAffixMatchers() local 316 posSuffix = suffix; in createAffixMatchers() 317 } else if (equals(prefix, posPrefix) && equals(suffix, posSuffix)) { in createAffixMatchers() 333 if (type == PATTERN_SIGN_TYPE_POS || !equals(suffix, posSuffix)) { in createAffixMatchers()
|
D | number_mapper.h | 61 UnicodeString posSuffix; variable
|
D | number_patternstring.cpp | 590 UnicodeString posSuffix = patternInfo.getString(0); in patternInfoToProperties() local 597 AffixUtils::estimateLength(posSuffix, status); in patternInfoToProperties() 622 properties.positiveSuffixPattern = posSuffix; in patternInfoToProperties()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | number_mapper.cpp | 355 posSuffix = pso; in setTo() 357 posSuffix = psp; in setTo() 360 posSuffix = u""; in setTo() 416 return posSuffix; in getStringInternal() 424 AffixUtils::containsType(posSuffix, TYPE_PLUS_SIGN, localStatus); in positiveHasPlusSign() 429 (negSuffix != posSuffix) || in hasNegativeSubpattern() 447 AffixUtils::containsType(posSuffix, type, status) || in containsSymbolType()
|
D | numparse_affixes.cpp | 284 AffixPatternMatcher* posSuffix = nullptr; in createAffixMatchers() local 330 posSuffix = suffix; in createAffixMatchers() 331 } else if (equals(prefix, posPrefix) && equals(suffix, posSuffix)) { in createAffixMatchers() 347 if (type == PATTERN_SIGN_TYPE_POS || !equals(suffix, posSuffix)) { in createAffixMatchers()
|
D | number_mapper.h | 63 UnicodeString posSuffix; variable
|
D | number_patternstring.cpp | 638 UnicodeString posSuffix = patternInfo.getString(0); in patternInfoToProperties() local 645 AffixUtils::estimateLength(posSuffix, status); in patternInfoToProperties() 670 properties.positiveSuffixPattern = posSuffix; in patternInfoToProperties()
|
/third_party/icu/icu4c/source/i18n/ |
D | number_mapper.cpp | 355 posSuffix = pso; in setTo() 357 posSuffix = psp; in setTo() 360 posSuffix = u""; in setTo() 416 return posSuffix; in getStringInternal() 424 AffixUtils::containsType(posSuffix, TYPE_PLUS_SIGN, localStatus); in positiveHasPlusSign() 429 (negSuffix != posSuffix) || in hasNegativeSubpattern() 447 AffixUtils::containsType(posSuffix, type, status) || in containsSymbolType()
|
D | numparse_affixes.cpp | 284 AffixPatternMatcher* posSuffix = nullptr; in createAffixMatchers() local 330 posSuffix = suffix; in createAffixMatchers() 331 } else if (equals(prefix, posPrefix) && equals(suffix, posSuffix)) { in createAffixMatchers() 347 if (type == PATTERN_SIGN_TYPE_POS || !equals(suffix, posSuffix)) { in createAffixMatchers()
|
D | number_mapper.h | 63 UnicodeString posSuffix; variable
|
D | number_patternstring.cpp | 638 UnicodeString posSuffix = patternInfo.getString(0); in patternInfoToProperties() local 645 AffixUtils::estimateLength(posSuffix, status); in patternInfoToProperties() 670 properties.positiveSuffixPattern = posSuffix; in patternInfoToProperties()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
D | AffixMatcher.java | 97 AffixPatternMatcher posSuffix = null; in createMatchers() local 134 posSuffix = suffix; in createMatchers() 135 } else if (Objects.equals(prefix, posPrefix) && Objects.equals(suffix, posSuffix)) { in createMatchers() 151 if (type == PatternSignType.POS || !Objects.equals(suffix, posSuffix)) { in createMatchers()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
D | AffixMatcher.java | 95 AffixPatternMatcher posSuffix = null; in createMatchers() local 136 posSuffix = suffix; in createMatchers() 137 } else if (Objects.equals(prefix, posPrefix) && Objects.equals(suffix, posSuffix)) { in createMatchers() 153 if (type == PatternSignType.POS || !Objects.equals(suffix, posSuffix)) { in createMatchers()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDecimalFormatAPI.java | 202 String posSuffix; in TestAPI() local 204 posSuffix = pat.getPositiveSuffix(); in TestAPI() 205 logln("Positive suffix (should be _): " + posSuffix); in TestAPI() 206 assertEquals("ERROR: setPositiveSuffix() failed", "_", posSuffix); in TestAPI()
|
D | IntlTestDecimalFormatAPIC.java | 161 String posSuffix; in TestAPI() local 163 posSuffix = pat.getPositiveSuffix(); in TestAPI() 164 logln("Positive suffix (should be _): " + posSuffix); in TestAPI() 165 assertEquals("ERROR: setPositiveSuffix() failed", "_", posSuffix); in TestAPI()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | IntlTestDecimalFormatAPI.java | 205 String posSuffix; in TestAPI() local 207 posSuffix = pat.getPositiveSuffix(); in TestAPI() 208 logln("Positive suffix (should be _): " + posSuffix); in TestAPI() 209 assertEquals("ERROR: setPositiveSuffix() failed", "_", posSuffix); in TestAPI()
|
D | IntlTestDecimalFormatAPIC.java | 164 String posSuffix; in TestAPI() local 166 posSuffix = pat.getPositiveSuffix(); in TestAPI() 167 logln("Positive suffix (should be _): " + posSuffix); in TestAPI() 168 assertEquals("ERROR: setPositiveSuffix() failed", "_", posSuffix); in TestAPI()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | dcfmapts.cpp | 304 UnicodeString posSuffix; in testAPI() local 306 posSuffix = pat.getPositiveSuffix(posSuffix); in testAPI() 307 logln((UnicodeString)"Positive suffix (should be _): " + posSuffix); in testAPI() 308 if(posSuffix != "_") { in testAPI()
|