HomeSort by relevance Sort by last modified time
    Searched refs:UColAttributeValue (Results 1 - 24 of 24) sorted by null

  /external/icu/icu4c/source/test/cintltst/
callcoll.h 51 void genericLocaleStarterWithOptions(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize);
52 void genericLocaleStarterWithOptionsAndResult(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result);
55 void genericRulesStarterWithOptionsAndResult(const char *rules, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result);
cmsccoll.c 281 UColAttributeValue caseFirst[] = {
288 UColAttributeValue alternateHandling[] = {
293 UColAttributeValue caseLevel[] = {
298 UColAttributeValue strengths[] = {
854 const static UColAttributeValue caseTestAttributes[][2] =
    [all...]
callcoll.c 279 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status);
664 void genericRulesStarterWithOptionsAndResult(const char *rules, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result) {
687 void genericLocaleStarterWithOptionsAndResult(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result) {
709 void genericLocaleStarterWithOptions(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize) {
    [all...]
capitst.c 97 UColAttributeValue val[5];
99 UColAttributeValue nonValue;
111 UColAttributeValue value;
    [all...]
  /external/icu/icu4c/source/i18n/
collationsettings.h 154 void setFlag(int32_t bit, UColAttributeValue value,
157 UColAttributeValue getFlag(int32_t bit) const {
161 void setCaseFirst(UColAttributeValue value, int32_t defaultOptions, UErrorCode &errorCode);
163 UColAttributeValue getCaseFirst() const {
169 void setAlternateHandling(UColAttributeValue value,
172 UColAttributeValue getAlternateHandling() const {
collationsettings.cpp 289 CollationSettings::setFlag(int32_t bit, UColAttributeValue value,
309 CollationSettings::setCaseFirst(UColAttributeValue value,
333 CollationSettings::setAlternateHandling(UColAttributeValue value,
collationruleparser.cpp 526 UColAttributeValue value = UCOL_DEFAULT;
557 UColAttributeValue value = UCOL_DEFAULT;
571 UColAttributeValue value = getOnOffValue(v);
578 UColAttributeValue value = getOnOffValue(v);
585 UColAttributeValue value = getOnOffValue(v);
592 UColAttributeValue value = getOnOffValue(v);
733 UColAttributeValue
collationruleparser.h 162 static UColAttributeValue getOnOffValue(const UnicodeString &s);
coleitr.cpp 309 UColAttributeValue s = (UColAttributeValue)rbc_->settings->getStrength();
ucol_sit.cpp 94 UColAttributeValue options[UCOL_ATTRIBUTE_COUNT];
111 UColAttributeValue value;
130 static UColAttributeValue
ucol.cpp 337 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status) {
345 U_CAPI UColAttributeValue U_EXPORT2
collationbuilder.cpp 117 UColAttributeValue decompositionMode,
131 UColAttributeValue decompositionMode,
159 UColAttributeValue decompositionMode,
183 setAttribute(UCOL_STRENGTH, (UColAttributeValue)strength, errorCode);
    [all...]
rulebasedcollator.cpp 408 UColAttributeValue
427 return (UColAttributeValue)settings->getStrength();
442 RuleBasedCollator::setAttribute(UColAttribute attr, UColAttributeValue value,
444 UColAttributeValue oldValue = getAttribute(attr, errorCode);
    [all...]
coll.cpp 276 UColAttributeValue value;
913 setAttribute(UCOL_STRENGTH, (UColAttributeValue)newStrength, intStatus);
  /external/icu/icu4c/source/i18n/unicode/
tblcoll.h 146 UColAttributeValue decompositionMode,
161 UColAttributeValue decompositionMode,
507 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
517 virtual UColAttributeValue getAttribute(UColAttribute attr,
    [all...]
ucol.h 128 } UColAttributeValue;
225 * These values can be now found in the UColAttributeValue enum.
228 typedef UColAttributeValue UCollationStrength;
419 UColAttributeValue normalizationMode,
    [all...]
coll.h     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DebugUtilitiesData.java 17 public static final int UColAttributeValue = 5;
24 "UColAttributeValue", /* 5 */
35 "UColAttributeValue", /* 5 */
92 /* UColAttributeValue, 5 */
116 5, /* UColAttributeValue */
173 /* UColAttributeValue, 5 */
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DebugUtilitiesData.java 16 public static final int UColAttributeValue = 5;
23 "UColAttributeValue", /* 5 */
34 "UColAttributeValue", /* 5 */
91 /* UColAttributeValue, 5 */
115 5, /* UColAttributeValue */
172 /* UColAttributeValue, 5 */
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 162 UColAttributeValue collatorStrength = UCOL_PRIMARY;
181 UColAttributeValue normalize = UCOL_OFF;
191 UColAttributeValue alternateHandling = UCOL_NON_IGNORABLE;
    [all...]
tscoll.cpp 144 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status);
apicoll.cpp     [all...]
collationtest.cpp     [all...]
  /external/icu/icu4c/source/tools/toolutil/
udbgutil.cpp 259 COUNT_CASE(UColAttributeValue)
282 FIELD_CASE(UColAttributeValue)

Completed in 134 milliseconds