Searched refs:UColAttribute (Results 1 - 25 of 29) 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.c664 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) {
H A Dcmsccoll.c2898 static const UColAttribute att[] = { UCOL_DECOMPOSITION_MODE };
2914 static const UColAttribute att[] = { UCOL_DECOMPOSITION_MODE };
2933 static const UColAttribute att[] = { UCOL_ALTERNATE_HANDLING, UCOL_STRENGTH };
2950 static const UColAttribute att[] = { UCOL_CASE_FIRST};
3509 static const UColAttribute att[] = { UCOL_STRENGTH };
3512 static const UColAttribute attShifted[] = { UCOL_STRENGTH, UCOL_ALTERNATE_HANDLING};
4335 UColAttribute att = UCOL_NUMERIC_COLLATION;
4853 UColAttribute att[] = { UCOL_STRENGTH, UCOL_CASE_FIRST };
4862 UColAttribute att[] = { UCOL_STRENGTH, UCOL_CASE_LEVEL };
4866 UColAttribute att
[all...]
/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 Dcallcoll.c664 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) {
H A Dcmsccoll.c1625 static const UColAttribute att[] = { UCOL_DECOMPOSITION_MODE };
1641 static const UColAttribute att[] = { UCOL_DECOMPOSITION_MODE };
1660 static const UColAttribute att[] = { UCOL_ALTERNATE_HANDLING, UCOL_STRENGTH };
1677 static const UColAttribute att[] = { UCOL_CASE_FIRST};
2199 static const UColAttribute att[] = { UCOL_STRENGTH };
2202 static const UColAttribute attShifted[] = { UCOL_STRENGTH, UCOL_ALTERNATE_HANDLING};
3038 UColAttribute att = UCOL_NUMERIC_COLLATION;
3479 UColAttribute att[] = { UCOL_STRENGTH, UCOL_CASE_FIRST };
3488 UColAttribute att[] = { UCOL_STRENGTH, UCOL_CASE_LEVEL };
3492 UColAttribute att
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_tok.h156 UColAttribute attr;
191 UColAttribute *attrib, UColAttributeValue *value,
H A Dtblcoll.cpp483 void RuleBasedCollator::setAttribute(UColAttribute attr,
493 UColAttributeValue RuleBasedCollator::getAttribute(UColAttribute attr,
H A Ducol_sit.cpp543 if(forceDefaults || ucol_getAttribute(result, (UColAttribute)i, status) != s.options[i]) {
544 ucol_setAttribute(result, (UColAttribute)i, s.options[i], status);
636 attribute = ucol_getAttributeOrDefault(coll, (UColAttribute)options[i].attr, status);
683 ucol_getAttributeOrDefault(const UCollator *coll, UColAttribute attr, UErrorCode *status)
H A Ducol_res.cpp598 if(ucol_getAttribute(source, (UColAttribute)i, &status) != ucol_getAttribute(target, (UColAttribute)i, &status) || U_FAILURE(status)) {
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducol.h329 * The number of UColAttribute constants.
333 } UColAttribute; typedef in typeref:enum:__anon12151
1139 * @see UColAttribute
1145 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status);
1153 * @see UColAttribute
1159 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status);
1324 * @see UColAttribute
1330 ucol_getAttributeOrDefault(const UCollator *coll, UColAttribute attr, UErrorCode *status);
H A Dcoll.h871 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
882 virtual UColAttributeValue getAttribute(UColAttribute attr,
H A Dtblcoll.h488 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
498 virtual UColAttributeValue getAttribute(UColAttribute attr,
/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h337 * The number of UColAttribute constants.
341 } UColAttribute; typedef in typeref:enum:__anon21937
1155 * @see UColAttribute
1161 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status);
1169 * @see UColAttribute
1175 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status);
H A Dcoll.h857 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
868 virtual UColAttributeValue getAttribute(UColAttribute attr,
H A Dtblcoll.h502 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
512 virtual UColAttributeValue getAttribute(UColAttribute attr,
797 * Effectively extends UColAttribute.
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddadrcoll.cpp151 UColAttribute attrib;
H A Dapicoll.cpp1935 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
1937 virtual UColAttributeValue getAttribute(UColAttribute attr,
2086 void TestCollator::setAttribute(UColAttribute /*attr*/, UColAttributeValue /*value*/,
2091 UColAttributeValue TestCollator::getAttribute(UColAttribute attr,
/external/chromium_org/third_party/icu/source/tools/dumpce/
H A Ddumpce.cpp292 UColAttribute attribute = UCOL_FRENCH_COLLATION;
317 attribute = (UColAttribute)(attribute + 1);
446 ucol_setAttribute(collator, (UColAttribute)count,
1371 UColAttribute attr = UCOL_FRENCH_COLLATION;
1401 attr = (UColAttribute)(attr + 1);
/external/icu/icu4c/source/i18n/
H A Ducol.cpp337 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status) {
346 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status) {
H A Ducol_sit.cpp529 if(forceDefaults || ucol_getAttribute(result, (UColAttribute)i, status) != s.options[i]) {
530 ucol_setAttribute(result, (UColAttribute)i, s.options[i], status);
H A Drulebasedcollator.cpp397 RuleBasedCollator::getAttribute(UColAttribute attr, UErrorCode &errorCode) const {
430 RuleBasedCollator::setAttribute(UColAttribute attr, UColAttributeValue value,
H A Dcoll.cpp265 UColAttribute attr;
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp2016 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
2018 virtual UColAttributeValue getAttribute(UColAttribute attr,
2167 void TestCollator::setAttribute(UColAttribute /*attr*/, UColAttributeValue /*value*/,
2172 UColAttributeValue TestCollator::getAttribute(UColAttribute attr,
H A Dcollationtest.cpp1054 UColAttribute attr;
1127 UColAttribute attr;

Completed in 8109 milliseconds

12