Searched refs:UColAttributeValue (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcallcoll.h51 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);
H A Dcallcoll.c279 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) {
/external/icu/icu4c/source/test/cintltst/
H A Dcallcoll.h51 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);
H A Dcmsccoll.c281 UColAttributeValue caseFirst[] = {
288 UColAttributeValue alternateHandling[] = {
293 UColAttributeValue caseLevel[] = {
298 UColAttributeValue strengths[] = {
854 const static UColAttributeValue caseTestAttributes[][2] =
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 valO
[all...]
H A Dcallcoll.c279 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) {
/external/icu/icu4c/source/i18n/
H A Dcollationsettings.h135 void setFlag(int32_t bit, UColAttributeValue value,
138 UColAttributeValue getFlag(int32_t bit) const {
142 void setCaseFirst(UColAttributeValue value, int32_t defaultOptions, UErrorCode &errorCode);
144 UColAttributeValue getCaseFirst() const {
150 void setAlternateHandling(UColAttributeValue value,
153 UColAttributeValue getAlternateHandling() const {
H A Dcollationsettings.cpp152 CollationSettings::setFlag(int32_t bit, UColAttributeValue value,
172 CollationSettings::setCaseFirst(UColAttributeValue value,
196 CollationSettings::setAlternateHandling(UColAttributeValue value,
H A Dcollationruleparser.cpp528 UColAttributeValue value = UCOL_DEFAULT;
559 UColAttributeValue value = UCOL_DEFAULT;
573 UColAttributeValue value = getOnOffValue(v);
580 UColAttributeValue value = getOnOffValue(v);
587 UColAttributeValue value = getOnOffValue(v);
594 UColAttributeValue value = getOnOffValue(v);
744 UColAttributeValue
H A Dcollationruleparser.h162 static UColAttributeValue getOnOffValue(const UnicodeString &s);
H A Dcoleitr.cpp309 UColAttributeValue s = (UColAttributeValue)rbc_->settings->getStrength();
H A Ducol_sit.cpp94 UColAttributeValue options[UCOL_ATTRIBUTE_COUNT];
111 UColAttributeValue value;
130 static UColAttributeValue
H A Ducol.cpp337 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status) {
345 U_CAPI UColAttributeValue U_EXPORT2
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtblcoll.h153 UColAttributeValue decompositionMode,
169 UColAttributeValue decompositionMode,
488 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
498 virtual UColAttributeValue getAttribute(UColAttribute attr,
743 UColAttributeValue collationStrength,
744 UColAttributeValue decompositionMode,
H A Ducol.h134 } UColAttributeValue; typedef in typeref:enum:__anon12149
231 * These values can be now found in the UColAttributeValue enum.
234 typedef UColAttributeValue UCollationStrength;
403 UColAttributeValue normalizationMode,
1140 * @see UColAttributeValue
1145 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status);
1154 * @see UColAttributeValue
1158 U_STABLE UColAttributeValue U_EXPORT2
1325 * @see UColAttributeValue
1329 U_INTERNAL UColAttributeValue U_EXPORT
[all...]
H A Dcoll.h871 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
882 virtual UColAttributeValue getAttribute(UColAttribute attr,
/external/chromium_org/third_party/icu/source/i18n/
H A Dtblcoll.cpp104 (UColAttributeValue)collationStrength,
110 UColAttributeValue decompositionMode,
122 UColAttributeValue decompositionMode,
126 (UColAttributeValue)collationStrength,
157 UColAttributeValue collationStrength,
158 UColAttributeValue decompositionMode,
484 UColAttributeValue value,
493 UColAttributeValue RuleBasedCollator::getAttribute(UColAttribute attr,
H A Ducol_tok.h148 UColAttributeValue attrVal;
191 UColAttribute *attrib, UColAttributeValue *value,
H A Ducol_imp.h777 /*UColAttributeValue*/ int32_t frenchCollation;
778 /*UColAttributeValue*/ int32_t alternateHandling; /* attribute for handling variable elements*/
779 /*UColAttributeValue*/ int32_t caseFirst; /* who goes first, lower case or uppercase */
780 /*UColAttributeValue*/ int32_t caseLevel; /* do we have an extra case level */
781 /*UColAttributeValue*/ int32_t normalizationMode; /* attribute for normalization */
782 /*UColAttributeValue*/ int32_t strength; /* attribute for strength */
783 /*UColAttributeValue*/ int32_t hiraganaQ; /* attribute for special Hiragana */
784 /*UColAttributeValue*/ int32_t numericCollation; /* attribute for numeric collation */
876 uint32_t /*UColAttributeValue*/ alternateHandling;
878 uint32_t /*UColAttributeValue*/ frenchCollatio
[all...]
H A Ducol_sit.cpp93 UColAttributeValue options[UCOL_ATTRIBUTE_COUNT];
110 UColAttributeValue value;
130 ucol_sit_attributeValueToLetter(UColAttributeValue value, UErrorCode *status) {
139 fprintf(stderr, "%s:%d: unknown UColAttributeValue %d: %s\n", __FILE__, __LINE__, value, u_errorName(*status));
144 static UColAttributeValue
633 UColAttributeValue attribute = UCOL_DEFAULT;
682 U_CAPI UColAttributeValue U_EXPORT2
H A Ducol.cpp751 result->caseFirst = (UColAttributeValue)opts->caseFirst;
752 result->caseLevel = (UColAttributeValue)opts->caseLevel;
753 result->frenchCollation = (UColAttributeValue)opts->frenchCollation;
754 result->normalizationMode = (UColAttributeValue)opts->normalizationMode;
758 result->strength = (UColAttributeValue)opts->strength;
760 result->alternateHandling = (UColAttributeValue)opts->alternateHandling;
761 result->hiraganaQ = (UColAttributeValue)opts->hiraganaQ;
762 result->numericCollation = (UColAttributeValue)opts->numericCollation;
4572 UColAttributeValue strength = coll->strength;
6496 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue valu
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dtblcoll.h145 UColAttributeValue decompositionMode,
160 UColAttributeValue decompositionMode,
502 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
512 virtual UColAttributeValue getAttribute(UColAttribute attr,
758 UColAttributeValue decompositionMode,
H A Ducol.h128 } UColAttributeValue; typedef in typeref:enum:__anon21935
225 * These values can be now found in the UColAttributeValue enum.
228 typedef UColAttributeValue UCollationStrength;
419 UColAttributeValue normalizationMode,
1156 * @see UColAttributeValue
1161 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status);
1170 * @see UColAttributeValue
1174 U_STABLE UColAttributeValue U_EXPORT2
H A Dcoll.h857 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
868 virtual UColAttributeValue getAttribute(UColAttribute attr,
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
H A DCollatorICU.cpp108 UColAttributeValue cachedCollatorLowerFirst = ucol_getAttribute(cachedCollator, UCOL_CASE_FIRST, &status);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddadrcoll.cpp152 UColAttributeValue value;

Completed in 369 milliseconds

12