Home
last modified time | relevance | path

Searched refs:getConstSymbol (Results 1 – 25 of 138) sorted by relevance

123456

/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/i18n/
H A Ddigitformatter.cpp46 … fLocalizedDigits[0] = symbols.getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); in setOtherDecimalFormatSymbols()
47 fLocalizedDigits[1] = symbols.getConstSymbol(DecimalFormatSymbols::kOneDigitSymbol).char32At(0); in setOtherDecimalFormatSymbols()
48 fLocalizedDigits[2] = symbols.getConstSymbol(DecimalFormatSymbols::kTwoDigitSymbol).char32At(0); in setOtherDecimalFormatSymbols()
52 fLocalizedDigits[6] = symbols.getConstSymbol(DecimalFormatSymbols::kSixDigitSymbol).char32At(0); in setOtherDecimalFormatSymbols()
57 fNegativeSign = symbols.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol); in setOtherDecimalFormatSymbols()
58 fPositiveSign = symbols.getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol); in setOtherDecimalFormatSymbols()
60 fNan.setTo(symbols.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), UNUM_INTEGER_FIELD); in setOtherDecimalFormatSymbols()
61 fExponent = symbols.getConstSymbol(DecimalFormatSymbols::kExponentialSymbol); in setOtherDecimalFormatSymbols()
69 fDecimal = symbols.getConstSymbol(DecimalFormatSymbols::kMonetarySeparatorSymbol); in setDecimalFormatSymbolsForMonetary()
76 fGroupingSeparator = symbols.getConstSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol); in setDecimalFormatSymbols()
[all …]
H A Ddecimalformatpattern.cpp109 fZeroDigit = symbols.getConstSymbol( in useSymbols()
111 fSigDigit = symbols.getConstSymbol( in useSymbols()
115 fDecimalSeparator = symbols.getConstSymbol( in useSymbols()
117 fPercent = symbols.getConstSymbol( in useSymbols()
119 fPerMill = symbols.getConstSymbol( in useSymbols()
121 fDigit = symbols.getConstSymbol( in useSymbols()
123 fSeparator = symbols.getConstSymbol( in useSymbols()
125 fExponent = symbols.getConstSymbol( in useSymbols()
127 fPlus = symbols.getConstSymbol( in useSymbols()
129 fMinus = symbols.getConstSymbol( in useSymbols()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/i18n/
H A Ddigitformatter.cpp46 … fLocalizedDigits[0] = symbols.getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); in setOtherDecimalFormatSymbols()
47 fLocalizedDigits[1] = symbols.getConstSymbol(DecimalFormatSymbols::kOneDigitSymbol).char32At(0); in setOtherDecimalFormatSymbols()
48 fLocalizedDigits[2] = symbols.getConstSymbol(DecimalFormatSymbols::kTwoDigitSymbol).char32At(0); in setOtherDecimalFormatSymbols()
52 fLocalizedDigits[6] = symbols.getConstSymbol(DecimalFormatSymbols::kSixDigitSymbol).char32At(0); in setOtherDecimalFormatSymbols()
57 fNegativeSign = symbols.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol); in setOtherDecimalFormatSymbols()
58 fPositiveSign = symbols.getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol); in setOtherDecimalFormatSymbols()
60 fNan.setTo(symbols.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), UNUM_INTEGER_FIELD); in setOtherDecimalFormatSymbols()
61 fExponent = symbols.getConstSymbol(DecimalFormatSymbols::kExponentialSymbol); in setOtherDecimalFormatSymbols()
69 fDecimal = symbols.getConstSymbol(DecimalFormatSymbols::kMonetarySeparatorSymbol); in setDecimalFormatSymbolsForMonetary()
76 fGroupingSeparator = symbols.getConstSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol); in setDecimalFormatSymbols()
[all …]
H A Ddecimalformatpattern.cpp109 fZeroDigit = symbols.getConstSymbol( in useSymbols()
111 fSigDigit = symbols.getConstSymbol( in useSymbols()
115 fDecimalSeparator = symbols.getConstSymbol( in useSymbols()
117 fPercent = symbols.getConstSymbol( in useSymbols()
119 fPerMill = symbols.getConstSymbol( in useSymbols()
121 fDigit = symbols.getConstSymbol( in useSymbols()
123 fSeparator = symbols.getConstSymbol( in useSymbols()
125 fExponent = symbols.getConstSymbol( in useSymbols()
127 fPlus = symbols.getConstSymbol( in useSymbols()
129 fMinus = symbols.getConstSymbol( in useSymbols()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/i18n/
H A Ddigitformatter.cpp44 … fLocalizedDigits[0] = symbols.getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); in setOtherDecimalFormatSymbols()
45 fLocalizedDigits[1] = symbols.getConstSymbol(DecimalFormatSymbols::kOneDigitSymbol).char32At(0); in setOtherDecimalFormatSymbols()
46 fLocalizedDigits[2] = symbols.getConstSymbol(DecimalFormatSymbols::kTwoDigitSymbol).char32At(0); in setOtherDecimalFormatSymbols()
50 fLocalizedDigits[6] = symbols.getConstSymbol(DecimalFormatSymbols::kSixDigitSymbol).char32At(0); in setOtherDecimalFormatSymbols()
55 fNegativeSign = symbols.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol); in setOtherDecimalFormatSymbols()
56 fPositiveSign = symbols.getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol); in setOtherDecimalFormatSymbols()
58 fNan.setTo(symbols.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), UNUM_INTEGER_FIELD); in setOtherDecimalFormatSymbols()
59 fExponent = symbols.getConstSymbol(DecimalFormatSymbols::kExponentialSymbol); in setOtherDecimalFormatSymbols()
67 fDecimal = symbols.getConstSymbol(DecimalFormatSymbols::kMonetarySeparatorSymbol); in setDecimalFormatSymbolsForMonetary()
74 fGroupingSeparator = symbols.getConstSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol); in setDecimalFormatSymbols()
[all …]
H A Ddecimalformatpattern.cpp107 fZeroDigit = symbols.getConstSymbol( in useSymbols()
109 fSigDigit = symbols.getConstSymbol( in useSymbols()
113 fDecimalSeparator = symbols.getConstSymbol( in useSymbols()
115 fPercent = symbols.getConstSymbol( in useSymbols()
117 fPerMill = symbols.getConstSymbol( in useSymbols()
119 fDigit = symbols.getConstSymbol( in useSymbols()
121 fSeparator = symbols.getConstSymbol( in useSymbols()
123 fExponent = symbols.getConstSymbol( in useSymbols()
125 fPlus = symbols.getConstSymbol( in useSymbols()
127 fMinus = symbols.getConstSymbol( in useSymbols()
[all …]
/dports/devel/icu-lx/icu/source/test/intltest/
H A Dstatic_unisets_test.cpp82 ASSERT_IN_SET(decimals, dfs.getConstSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol)); in testSetCoverage()
83 ASSERT_IN_SET(grouping, dfs.getConstSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol)); in testSetCoverage()
84 ASSERT_IN_SET(plusSign, dfs.getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol)); in testSetCoverage()
85 ASSERT_IN_SET(minusSign, dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol)); in testSetCoverage()
86 ASSERT_IN_SET(percent, dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol)); in testSetCoverage()
87 ASSERT_IN_SET(permille, dfs.getConstSymbol(DecimalFormatSymbols::kPerMillSymbol)); in testSetCoverage()
88 ASSERT_IN_SET(infinity, dfs.getConstSymbol(DecimalFormatSymbols::kInfinitySymbol)); in testSetCoverage()
/dports/devel/icu/icu/source/test/intltest/
H A Dstatic_unisets_test.cpp82 ASSERT_IN_SET(decimals, dfs.getConstSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol)); in testSetCoverage()
83 ASSERT_IN_SET(grouping, dfs.getConstSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol)); in testSetCoverage()
84 ASSERT_IN_SET(plusSign, dfs.getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol)); in testSetCoverage()
85 ASSERT_IN_SET(minusSign, dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol)); in testSetCoverage()
86 ASSERT_IN_SET(percent, dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol)); in testSetCoverage()
87 ASSERT_IN_SET(permille, dfs.getConstSymbol(DecimalFormatSymbols::kPerMillSymbol)); in testSetCoverage()
88 ASSERT_IN_SET(infinity, dfs.getConstSymbol(DecimalFormatSymbols::kInfinitySymbol)); in testSetCoverage()
/dports/devel/icu-lx/icu/source/i18n/
H A Dnumparse_symbols.cpp98 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kInfinitySymbol), unisets::INFINITY_SIGN)… in InfinityMatcher()
112 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol), unisets::MINUS_SIGN), in MinusSignMatcher()
127 : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), unisets::EMPTY) { in NanMatcher()
157 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol), unisets::PERCENT_SIGN) { in PercentMatcher()
171 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPerMillSymbol), unisets::PERMILLE_SIGN) { in PermilleMatcher()
185 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol), unisets::PLUS_SIGN), in PlusSignMatcher()
H A Dnumparse_scientific.cpp36 : fExponentSeparatorString(dfs.getConstSymbol(DecimalFormatSymbols::kExponentialSymbol)), in ScientificMatcher()
40 const UnicodeString& minusSign = dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol); in ScientificMatcher()
47 const UnicodeString& plusSign = dfs.getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol); in ScientificMatcher()
/dports/devel/icu/icu/source/i18n/
H A Dnumparse_symbols.cpp98 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kInfinitySymbol), unisets::INFINITY_SIGN)… in InfinityMatcher()
112 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol), unisets::MINUS_SIGN), in MinusSignMatcher()
127 : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), unisets::EMPTY) { in NanMatcher()
157 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol), unisets::PERCENT_SIGN) { in PercentMatcher()
171 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPerMillSymbol), unisets::PERMILLE_SIGN) { in PermilleMatcher()
185 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol), unisets::PLUS_SIGN), in PlusSignMatcher()
H A Dnumparse_scientific.cpp36 : fExponentSeparatorString(dfs.getConstSymbol(DecimalFormatSymbols::kExponentialSymbol)), in ScientificMatcher()
40 const UnicodeString& minusSign = dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol); in ScientificMatcher()
47 const UnicodeString& plusSign = dfs.getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol); in ScientificMatcher()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/
H A Dnumparse_symbols.cpp98 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kInfinitySymbol), unisets::INFINITY_SIGN)… in InfinityMatcher()
112 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol), unisets::MINUS_SIGN), in MinusSignMatcher()
127 : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), unisets::EMPTY) { in NanMatcher()
157 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol), unisets::PERCENT_SIGN) { in PercentMatcher()
171 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPerMillSymbol), unisets::PERMILLE_SIGN) { in PermilleMatcher()
185 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol), unisets::PLUS_SIGN), in PlusSignMatcher()
H A Dnumparse_scientific.cpp36 : fExponentSeparatorString(dfs.getConstSymbol(DecimalFormatSymbols::kExponentialSymbol)), in ScientificMatcher()
40 const UnicodeString& minusSign = dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol); in ScientificMatcher()
47 const UnicodeString& plusSign = dfs.getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol); in ScientificMatcher()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/i18n/
H A Dnumparse_symbols.cpp98 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kInfinitySymbol), unisets::INFINITY_SIGN)… in InfinityMatcher()
112 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol), unisets::MINUS_SIGN), in MinusSignMatcher()
127 : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), unisets::EMPTY) { in NanMatcher()
157 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol), unisets::PERCENT_SIGN) { in PercentMatcher()
171 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPerMillSymbol), unisets::PERMILLE_SIGN) { in PermilleMatcher()
185 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol), unisets::PLUS_SIGN), in PlusSignMatcher()
/dports/textproc/R-cran-stringi/stringi/src/icu69/i18n/
H A Dnumparse_symbols.cpp98 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kInfinitySymbol), unisets::INFINITY_SIGN)… in InfinityMatcher()
112 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol), unisets::MINUS_SIGN), in MinusSignMatcher()
127 : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), unisets::EMPTY) { in NanMatcher()
157 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol), unisets::PERCENT_SIGN) { in PercentMatcher()
171 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPerMillSymbol), unisets::PERMILLE_SIGN) { in PermilleMatcher()
185 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol), unisets::PLUS_SIGN), in PlusSignMatcher()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/i18n/
H A Dnumparse_symbols.cpp98 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kInfinitySymbol), unisets::INFINITY_SIGN)… in InfinityMatcher()
112 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol), unisets::MINUS_SIGN), in MinusSignMatcher()
127 : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), unisets::EMPTY) { in NanMatcher()
157 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol), unisets::PERCENT_SIGN) { in PercentMatcher()
171 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPerMillSymbol), unisets::PERMILLE_SIGN) { in PermilleMatcher()
185 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol), unisets::PLUS_SIGN), in PlusSignMatcher()
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/
H A Dnumparse_symbols.cpp98 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kInfinitySymbol), unisets::INFINITY_SIGN)… in InfinityMatcher()
112 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol), unisets::MINUS_SIGN), in MinusSignMatcher()
127 : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), unisets::EMPTY) { in NanMatcher()
157 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol), unisets::PERCENT_SIGN) { in PercentMatcher()
171 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPerMillSymbol), unisets::PERMILLE_SIGN) { in PermilleMatcher()
185 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol), unisets::PLUS_SIGN), in PlusSignMatcher()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Dnumparse_symbols.cpp98 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kInfinitySymbol), unisets::INFINITY_SIGN)… in InfinityMatcher()
112 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol), unisets::MINUS_SIGN), in MinusSignMatcher()
127 : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), unisets::EMPTY) { in NanMatcher()
157 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol), unisets::PERCENT_SIGN) { in PercentMatcher()
171 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPerMillSymbol), unisets::PERMILLE_SIGN) { in PermilleMatcher()
185 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol), unisets::PLUS_SIGN), in PlusSignMatcher()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/
H A Dnumparse_symbols.cpp98 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kInfinitySymbol), unisets::INFINITY_SIGN)… in InfinityMatcher()
112 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol), unisets::MINUS_SIGN), in MinusSignMatcher()
127 : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), unisets::EMPTY) { in NanMatcher()
157 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol), unisets::PERCENT_SIGN) { in PercentMatcher()
171 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPerMillSymbol), unisets::PERMILLE_SIGN) { in PermilleMatcher()
185 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol), unisets::PLUS_SIGN), in PlusSignMatcher()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/i18n/
H A Dnumparse_symbols.cpp98 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kInfinitySymbol), unisets::INFINITY_SIGN)… in InfinityMatcher()
112 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol), unisets::MINUS_SIGN), in MinusSignMatcher()
127 : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), unisets::EMPTY) { in NanMatcher()
157 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol), unisets::PERCENT_SIGN) { in PercentMatcher()
171 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPerMillSymbol), unisets::PERMILLE_SIGN) { in PermilleMatcher()
185 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol), unisets::PLUS_SIGN), in PlusSignMatcher()
/dports/www/node10/node-v10.24.1/deps/icu-small/source/i18n/
H A Dnumparse_symbols.cpp93 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kInfinitySymbol), unisets::INFINITY_SIGN)… in InfinityMatcher()
107 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol), unisets::MINUS_SIGN), in MinusSignMatcher()
122 : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), unisets::EMPTY) { in NanMatcher()
152 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol), unisets::PERCENT_SIGN) { in PercentMatcher()
166 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPerMillSymbol), unisets::PERMILLE_SIGN) { in PermilleMatcher()
180 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol), unisets::PLUS_SIGN), in PlusSignMatcher()
H A Dnumparse_scientific.cpp35 : fExponentSeparatorString(dfs.getConstSymbol(DecimalFormatSymbols::kExponentialSymbol)), in ScientificMatcher()
38 const UnicodeString& minusSign = dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol); in ScientificMatcher()
45 const UnicodeString& plusSign = dfs.getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol); in ScientificMatcher()
/dports/textproc/R-cran-stringi/stringi/src/icu55/i18n/
H A Ddecimfmt.cpp1534 appendTo += getConstSymbol(DecimalFormatSymbols::kNaNSymbol);
1747 appendTo += getConstSymbol(DecimalFormatSymbols::kNaNSymbol);
1767 appendTo += getConstSymbol(DecimalFormatSymbols::kInfinitySymbol);
1948 appendTo += getConstSymbol(DecimalFormatSymbols::kExponentialSymbol);
1960 appendTo += getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol);
1963 appendTo += getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol);
3479 affix = &getConstSymbol(DecimalFormatSymbols::kPercentSymbol);
3482 affix = &getConstSymbol(DecimalFormatSymbols::kPerMillSymbol);
3612 getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol) ==
4425 affix += getConstSymbol(DecimalFormatSymbols::kPercentSymbol);
[all …]
H A Ddecimalformatpattern.cpp122 fZeroDigit = symbols.getConstSymbol( in useSymbols()
124 fSigDigit = symbols.getConstSymbol( in useSymbols()
128 fDecimalSeparator = symbols.getConstSymbol( in useSymbols()
130 fPercent = symbols.getConstSymbol( in useSymbols()
132 fPerMill = symbols.getConstSymbol( in useSymbols()
134 fDigit = symbols.getConstSymbol( in useSymbols()
136 fSeparator = symbols.getConstSymbol( in useSymbols()
138 fExponent = symbols.getConstSymbol( in useSymbols()
140 fPlus = symbols.getConstSymbol( in useSymbols()
142 fMinus = symbols.getConstSymbol( in useSymbols()
[all …]

123456