Home
last modified time | relevance | path

Searched refs:UColAttributeValue (Results 1 – 25 of 26) sorted by relevance

12

/external/icu/icu4c/source/i18n/
Dcollationsettings.h156 void setFlag(int32_t bit, UColAttributeValue value,
159 UColAttributeValue getFlag(int32_t bit) const { in getFlag()
163 void setCaseFirst(UColAttributeValue value, int32_t defaultOptions, UErrorCode &errorCode);
165 UColAttributeValue getCaseFirst() const { in getCaseFirst()
171 void setAlternateHandling(UColAttributeValue value,
174 UColAttributeValue getAlternateHandling() const { in getAlternateHandling()
Dcollationruleparser.cpp528 UColAttributeValue value = UCOL_DEFAULT; in parseSetting()
559 UColAttributeValue value = UCOL_DEFAULT; in parseSetting()
573 UColAttributeValue value = getOnOffValue(v); in parseSetting()
580 UColAttributeValue value = getOnOffValue(v); in parseSetting()
587 UColAttributeValue value = getOnOffValue(v); in parseSetting()
594 UColAttributeValue value = getOnOffValue(v); in parseSetting()
735 UColAttributeValue
Dcollationsettings.cpp291 CollationSettings::setFlag(int32_t bit, UColAttributeValue value, in setFlag()
311 CollationSettings::setCaseFirst(UColAttributeValue value, in setCaseFirst()
335 CollationSettings::setAlternateHandling(UColAttributeValue value, in setAlternateHandling()
Ducol_sit.cpp96 UColAttributeValue options[UCOL_ATTRIBUTE_COUNT];
113 UColAttributeValue value;
132 static UColAttributeValue
Dcoleitr.cpp312 UColAttributeValue s = (UColAttributeValue)rbc_->settings->getStrength(); in strengthOrder()
Dcollationruleparser.h164 static UColAttributeValue getOnOffValue(const UnicodeString &s);
Dcollationbuilder.cpp119 UColAttributeValue decompositionMode, in RuleBasedCollator()
133 UColAttributeValue decompositionMode, in RuleBasedCollator()
161 UColAttributeValue decompositionMode, in internalBuildTailoring()
185 setAttribute(UCOL_STRENGTH, (UColAttributeValue)strength, errorCode); in internalBuildTailoring()
1640 UColAttributeValue normalizationMode, UCollationStrength strength, in ucol_openRules()
Ducol.cpp340 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status… in ucol_setAttribute()
348 U_CAPI UColAttributeValue U_EXPORT2
Drulebasedcollator.cpp410 UColAttributeValue
429 return (UColAttributeValue)settings->getStrength(); in getAttribute()
444 RuleBasedCollator::setAttribute(UColAttribute attr, UColAttributeValue value, in setAttribute()
446 UColAttributeValue oldValue = getAttribute(attr, errorCode); in setAttribute()
1526 void appendAttribute(CharString &s, char letter, UColAttributeValue value, in appendAttribute()
Dcoll.cpp280 UColAttributeValue value;
924 setAttribute(UCOL_STRENGTH, (UColAttributeValue)newStrength, intStatus); in setStrength()
/external/icu/icu4c/source/test/cintltst/
Dcallcoll.h53 …char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uin…
54 …char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uin…
57 …char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uin…
Dcmsccoll.c280 UColAttributeValue caseFirst[] = {
287 UColAttributeValue alternateHandling[] = {
292 UColAttributeValue caseLevel[] = {
297 UColAttributeValue strengths[] = {
850 const static UColAttributeValue caseTestAttributes[][2] = in TestCase()
1626 static const UColAttributeValue valOn[] = { UCOL_ON };
1627 static const UColAttributeValue valOff[] = { UCOL_OFF };
1642 static const UColAttributeValue valOn[] = { UCOL_ON };
1643 static const UColAttributeValue valOff[] = { UCOL_OFF };
1661 static const UColAttributeValue valOn[] = { UCOL_SHIFTED, UCOL_QUATERNARY };
[all …]
Dcallcoll.c284 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status); in doTestVariant()
669 …char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uin… in genericRulesStarterWithOptionsAndResult()
692 …char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uin… in genericLocaleStarterWithOptionsAndResult()
714 …char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uin… in genericLocaleStarterWithOptions()
Dcapitst.c99 UColAttributeValue val[5]; in TestGetSetAttr()
101 UColAttributeValue nonValue; in TestGetSetAttr()
113 UColAttributeValue value; in TestGetSetAttr()
1922 UColAttributeValue strength; in TestMergeSortKeys()
/external/icu/icu4c/source/i18n/unicode/
Dtblcoll.h148 UColAttributeValue decompositionMode,
163 UColAttributeValue decompositionMode,
509 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
519 virtual UColAttributeValue getAttribute(UColAttribute attr,
775 UColAttributeValue decompositionMode,
Ducol.h135 } UColAttributeValue; typedef
236 typedef UColAttributeValue UCollationStrength;
430 UColAttributeValue normalizationMode,
1204 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status…
1217 U_STABLE UColAttributeValue U_EXPORT2
Dcoll.h863 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
874 virtual UColAttributeValue getAttribute(UColAttribute attr,
/external/icu/libandroidicu/include/unicode/
Ducol.h135 } UColAttributeValue; typedef
236 typedef UColAttributeValue UCollationStrength;
430 UColAttributeValue normalizationMode,
1204 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status…
1217 U_STABLE UColAttributeValue U_EXPORT2
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DDebugUtilitiesData.java23 public static final int UColAttributeValue = 5; field in DebugUtilitiesData
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDebugUtilitiesData.java19 public static final int UColAttributeValue = 5; field in DebugUtilitiesData
/external/icu/icu4c/source/tools/toolutil/
Dudbgutil.cpp258 COUNT_CASE(UColAttributeValue) in _udbg_enumCount()
281 FIELD_CASE(UColAttributeValue) in _udbg_enumFields()
/external/icu/icu4c/source/test/intltest/
Dssearch.cpp163 UColAttributeValue collatorStrength = UCOL_PRIMARY; in searchTest()
182 UColAttributeValue normalize = UCOL_OFF; in searchTest()
192 UColAttributeValue alternateHandling = UCOL_NON_IGNORABLE; in searchTest()
Dapicoll.cpp2032 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
2034 virtual UColAttributeValue getAttribute(UColAttribute attr,
2183 void TestCollator::setAttribute(UColAttribute /*attr*/, UColAttributeValue /*value*/, in setAttribute() argument
2188 UColAttributeValue TestCollator::getAttribute(UColAttribute attr, in getAttribute()
2338 UColAttributeValue val = c1->getAttribute(UCOL_CASE_FIRST, status); in TestClone()
Dtscoll.cpp146 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status); in doTestVariant()
Dcollationtest.cpp1096 UColAttributeValue value;
1173 UColAttributeValue value; in parseAndSetAttribute()

12