Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/intl/components/src/
H A DCollator.cpp85 #define FEATURE_TO_ICU(featureICU, feature) \ argument
88 (featureICU) = UCOL_ON; \
91 (featureICU) = UCOL_OFF; \
94 (featureICU) = UCOL_DEFAULT; \
126 UColAttributeValue featureICU; in SetCaseLevel() local
127 FEATURE_TO_ICU(featureICU, aFeature); in SetCaseLevel()
155 UColAttributeValue featureICU; in SetNumericCollation() local
156 FEATURE_TO_ICU(featureICU, aFeature); in SetNumericCollation()
158 ucol_setAttribute(mCollator.GetMut(), UCOL_NUMERIC_COLLATION, featureICU, in SetNumericCollation()
165 UColAttributeValue featureICU; in SetNormalizationMode() local
[all …]