/external/icu/icu4c/source/i18n/ |
D | collationsettings.h | 156 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()
|
D | collationruleparser.cpp | 528 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
|
D | collationsettings.cpp | 291 CollationSettings::setFlag(int32_t bit, UColAttributeValue value, in setFlag() 311 CollationSettings::setCaseFirst(UColAttributeValue value, in setCaseFirst() 335 CollationSettings::setAlternateHandling(UColAttributeValue value, in setAlternateHandling()
|
D | ucol_sit.cpp | 96 UColAttributeValue options[UCOL_ATTRIBUTE_COUNT]; 113 UColAttributeValue value; 132 static UColAttributeValue
|
D | coleitr.cpp | 312 UColAttributeValue s = (UColAttributeValue)rbc_->settings->getStrength(); in strengthOrder()
|
D | collationruleparser.h | 164 static UColAttributeValue getOnOffValue(const UnicodeString &s);
|
D | collationbuilder.cpp | 119 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()
|
D | ucol.cpp | 340 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status… in ucol_setAttribute() 348 U_CAPI UColAttributeValue U_EXPORT2
|
D | rulebasedcollator.cpp | 410 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()
|
D | coll.cpp | 280 UColAttributeValue value; 924 setAttribute(UCOL_STRENGTH, (UColAttributeValue)newStrength, intStatus); in setStrength()
|
/external/icu/icu4c/source/test/cintltst/ |
D | callcoll.h | 53 …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…
|
D | cmsccoll.c | 280 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 …]
|
D | callcoll.c | 284 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()
|
D | capitst.c | 99 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/ |
D | tblcoll.h | 148 UColAttributeValue decompositionMode, 163 UColAttributeValue decompositionMode, 509 virtual void setAttribute(UColAttribute attr, UColAttributeValue value, 519 virtual UColAttributeValue getAttribute(UColAttribute attr, 775 UColAttributeValue decompositionMode,
|
D | ucol.h | 135 } 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
|
D | coll.h | 863 virtual void setAttribute(UColAttribute attr, UColAttributeValue value, 874 virtual UColAttributeValue getAttribute(UColAttribute attr,
|
/external/icu/libandroidicu/include/unicode/ |
D | ucol.h | 135 } 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/ |
D | DebugUtilitiesData.java | 23 public static final int UColAttributeValue = 5; field in DebugUtilitiesData
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | DebugUtilitiesData.java | 19 public static final int UColAttributeValue = 5; field in DebugUtilitiesData
|
/external/icu/icu4c/source/tools/toolutil/ |
D | udbgutil.cpp | 258 COUNT_CASE(UColAttributeValue) in _udbg_enumCount() 281 FIELD_CASE(UColAttributeValue) in _udbg_enumFields()
|
/external/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 163 UColAttributeValue collatorStrength = UCOL_PRIMARY; in searchTest() 182 UColAttributeValue normalize = UCOL_OFF; in searchTest() 192 UColAttributeValue alternateHandling = UCOL_NON_IGNORABLE; in searchTest()
|
D | apicoll.cpp | 2032 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()
|
D | tscoll.cpp | 146 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status); in doTestVariant()
|
D | collationtest.cpp | 1096 UColAttributeValue value; 1173 UColAttributeValue value; in parseAndSetAttribute()
|