Home
last modified time | relevance | path

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

12

/external/icu/libicu/cts_headers/
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.h164 static UColAttributeValue getOnOffValue(const UnicodeString &s);
/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()
738 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.cpp100 UColAttributeValue options[UCOL_ATTRIBUTE_COUNT];
126 UColAttributeValue value;
145 static UColAttributeValue
Dcoleitr.cpp312 UColAttributeValue s = (UColAttributeValue)rbc_->settings->getStrength(); in strengthOrder()
Dcollationruleparser.h164 static UColAttributeValue getOnOffValue(const UnicodeString &s);
Ducol.cpp340 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status… in ucol_setAttribute()
348 U_CAPI UColAttributeValue U_EXPORT2
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()
1639 UColAttributeValue normalizationMode, UCollationStrength strength, in ucol_openRules()
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.cpp278 UColAttributeValue value;
922 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[] = {
852 const static UColAttributeValue caseTestAttributes[][2] = in TestCase()
1628 static const UColAttributeValue valOn[] = { UCOL_ON };
1629 static const UColAttributeValue valOff[] = { UCOL_OFF };
1644 static const UColAttributeValue valOn[] = { UCOL_ON };
1645 static const UColAttributeValue valOff[] = { UCOL_OFF };
1663 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()
/external/icu/libicu/cts_headers/unicode/
Dtblcoll.h150 UColAttributeValue decompositionMode,
165 UColAttributeValue decompositionMode,
513 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
523 virtual UColAttributeValue getAttribute(UColAttribute attr,
781 UColAttributeValue decompositionMode,
Ducol.h138 } UColAttributeValue; typedef
239 typedef UColAttributeValue UCollationStrength;
435 UColAttributeValue normalizationMode,
1209 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status…
1222 U_CAPI UColAttributeValue U_EXPORT2
Dcoll.h877 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
888 virtual UColAttributeValue getAttribute(UColAttribute attr,
/external/icu/icu4c/source/i18n/unicode/
Dtblcoll.h150 UColAttributeValue decompositionMode,
165 UColAttributeValue decompositionMode,
513 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
523 virtual UColAttributeValue getAttribute(UColAttribute attr,
781 UColAttributeValue decompositionMode,
Ducol.h138 } UColAttributeValue; typedef
239 typedef UColAttributeValue UCollationStrength;
435 UColAttributeValue normalizationMode,
1209 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status…
1222 U_CAPI UColAttributeValue U_EXPORT2
Dcoll.h877 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
888 virtual UColAttributeValue getAttribute(UColAttribute attr,
/external/icu/libandroidicu/include/unicode/
Ducol.h138 } UColAttributeValue; typedef
239 typedef UColAttributeValue UCollationStrength;
435 UColAttributeValue normalizationMode,
1209 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status…
1222 U_CAPI 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()

12