/external/icu/icu4c/source/i18n/ |
D | collationsettings.h | 154 void setFlag(int32_t bit, UColAttributeValue value, 157 UColAttributeValue getFlag(int32_t bit) const { in getFlag() 161 void setCaseFirst(UColAttributeValue value, int32_t defaultOptions, UErrorCode &errorCode); 163 UColAttributeValue getCaseFirst() const { in getCaseFirst() 169 void setAlternateHandling(UColAttributeValue value, 172 UColAttributeValue getAlternateHandling() const { in getAlternateHandling()
|
D | collationruleparser.cpp | 526 UColAttributeValue value = UCOL_DEFAULT; in parseSetting() 557 UColAttributeValue value = UCOL_DEFAULT; in parseSetting() 571 UColAttributeValue value = getOnOffValue(v); in parseSetting() 578 UColAttributeValue value = getOnOffValue(v); in parseSetting() 585 UColAttributeValue value = getOnOffValue(v); in parseSetting() 592 UColAttributeValue value = getOnOffValue(v); in parseSetting() 733 UColAttributeValue
|
D | collationsettings.cpp | 289 CollationSettings::setFlag(int32_t bit, UColAttributeValue value, in setFlag() 309 CollationSettings::setCaseFirst(UColAttributeValue value, in setCaseFirst() 333 CollationSettings::setAlternateHandling(UColAttributeValue value, in setAlternateHandling()
|
D | ucol_sit.cpp | 94 UColAttributeValue options[UCOL_ATTRIBUTE_COUNT]; 111 UColAttributeValue value; 130 static UColAttributeValue
|
D | coleitr.cpp | 309 UColAttributeValue s = (UColAttributeValue)rbc_->settings->getStrength(); in strengthOrder()
|
D | collationruleparser.h | 162 static UColAttributeValue getOnOffValue(const UnicodeString &s);
|
D | ucol.cpp | 337 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status… in ucol_setAttribute() 345 U_CAPI UColAttributeValue U_EXPORT2
|
D | collationbuilder.cpp | 117 UColAttributeValue decompositionMode, in RuleBasedCollator() 131 UColAttributeValue decompositionMode, in RuleBasedCollator() 159 UColAttributeValue decompositionMode, in internalBuildTailoring() 183 setAttribute(UCOL_STRENGTH, (UColAttributeValue)strength, errorCode); in internalBuildTailoring() 1638 UColAttributeValue normalizationMode, UCollationStrength strength, in ucol_openRules()
|
D | rulebasedcollator.cpp | 408 UColAttributeValue 427 return (UColAttributeValue)settings->getStrength(); in getAttribute() 442 RuleBasedCollator::setAttribute(UColAttribute attr, UColAttributeValue value, in setAttribute() 444 UColAttributeValue oldValue = getAttribute(attr, errorCode); in setAttribute() 1524 void appendAttribute(CharString &s, char letter, UColAttributeValue value, in appendAttribute()
|
D | coll.cpp | 276 UColAttributeValue value; 913 setAttribute(UCOL_STRENGTH, (UColAttributeValue)newStrength, intStatus); in setStrength()
|
/external/icu/icu4c/source/test/cintltst/ |
D | callcoll.h | 51 …char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uin… 52 …char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uin… 55 …char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uin…
|
D | cmsccoll.c | 281 UColAttributeValue caseFirst[] = { 288 UColAttributeValue alternateHandling[] = { 293 UColAttributeValue caseLevel[] = { 298 UColAttributeValue strengths[] = { 854 const static UColAttributeValue caseTestAttributes[][2] = in TestCase() 1630 static const UColAttributeValue valOn[] = { UCOL_ON }; 1631 static const UColAttributeValue valOff[] = { UCOL_OFF }; 1646 static const UColAttributeValue valOn[] = { UCOL_ON }; 1647 static const UColAttributeValue valOff[] = { UCOL_OFF }; 1665 static const UColAttributeValue valOn[] = { UCOL_SHIFTED, UCOL_QUATERNARY }; [all …]
|
D | callcoll.c | 279 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status); in doTestVariant() 664 …char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uin… in genericRulesStarterWithOptionsAndResult() 687 …char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uin… in genericLocaleStarterWithOptionsAndResult() 709 …char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uin… in genericLocaleStarterWithOptions()
|
D | capitst.c | 97 UColAttributeValue val[5]; in TestGetSetAttr() 99 UColAttributeValue nonValue; in TestGetSetAttr() 111 UColAttributeValue value; in TestGetSetAttr() 1920 UColAttributeValue strength; in TestMergeSortKeys()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | tblcoll.h | 146 UColAttributeValue decompositionMode, 161 UColAttributeValue decompositionMode, 507 virtual void setAttribute(UColAttribute attr, UColAttributeValue value, 517 virtual UColAttributeValue getAttribute(UColAttribute attr, 772 UColAttributeValue decompositionMode,
|
D | ucol.h | 128 } UColAttributeValue; typedef 228 typedef UColAttributeValue UCollationStrength; 419 UColAttributeValue normalizationMode, 1187 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status… 1200 U_STABLE UColAttributeValue U_EXPORT2
|
D | coll.h | 858 virtual void setAttribute(UColAttribute attr, UColAttributeValue value, 869 virtual UColAttributeValue getAttribute(UColAttribute attr,
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | DebugUtilitiesData.java | 17 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 | 16 public static final int UColAttributeValue = 5; field in DebugUtilitiesData
|
/external/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 162 UColAttributeValue collatorStrength = UCOL_PRIMARY; in searchTest() 181 UColAttributeValue normalize = UCOL_OFF; in searchTest() 191 UColAttributeValue alternateHandling = UCOL_NON_IGNORABLE; in searchTest()
|
D | apicoll.cpp | 2001 virtual void setAttribute(UColAttribute attr, UColAttributeValue value, 2003 virtual UColAttributeValue getAttribute(UColAttribute attr, 2152 void TestCollator::setAttribute(UColAttribute /*attr*/, UColAttributeValue /*value*/, in setAttribute() argument 2157 UColAttributeValue TestCollator::getAttribute(UColAttribute attr, in getAttribute() 2307 UColAttributeValue val = c1->getAttribute(UCOL_CASE_FIRST, status); in TestClone()
|
D | tscoll.cpp | 144 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status); in doTestVariant()
|
D | collationtest.cpp | 1098 UColAttributeValue value; 1175 UColAttributeValue value; in parseAndSetAttribute()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | udbgutil.cpp | 259 COUNT_CASE(UColAttributeValue) in _udbg_enumCount() 282 FIELD_CASE(UColAttributeValue) in _udbg_enumFields()
|