Searched refs:UCOL_TERTIARY (Results 51 - 68 of 68) sorted by relevance

123

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcitertst.c372 coll = ucol_openRules(rule, rulelen, UCOL_ON, UCOL_TERTIARY, NULL, &status);
1878 UCOL_TERTIARY, UCOL_QUATERNARY,
H A Dencoll.c275 ucol_setStrength(myCollation, UCOL_TERTIARY);
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_sit.cpp116 { '3', UCOL_TERTIARY },
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsmthred.cpp1304 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status);
/external/chromium_org/third_party/icu/source/test/perf/collperf/
H A Dcollperf.cpp652 case 3: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_TERTIARY, &status); break;
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dudbgutil.cpp168 FIELD_NAME_STR( LEN_UCOL, UCOL_TERTIARY ),
/external/chromium_org/v8/src/
H A Di18n.cc554 case UCOL_TERTIARY:
/external/icu/icu4c/source/i18n/
H A Dcoll.cpp282 { "tertiary", UCOL_TERTIARY },
/external/icu/icu4c/source/test/cintltst/
H A Dcitertst.c367 coll = ucol_openRules(rule, rulelen, UCOL_ON, UCOL_TERTIARY, NULL, &status);
H A Dencoll.c275 ucol_setStrength(myCollation, UCOL_TERTIARY);
/external/icu/icu4c/source/test/intltest/
H A Dtsmthred.cpp1309 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status);
H A Dcollationtest.cpp1073 { "tertiary", UCOL_TERTIARY },
/external/icu/icu4c/source/test/perf/collperf/
H A Dcollperf.cpp652 case 3: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_TERTIARY, &status); break;
/external/icu/icu4c/source/tools/toolutil/
H A Dudbgutil.cpp168 FIELD_NAME_STR( LEN_UCOL, UCOL_TERTIARY ),
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
H A Dcollperf.cpp1492 ucol_setAttribute(gCol, UCOL_STRENGTH, UCOL_TERTIARY, &status);
/external/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp1492 ucol_setAttribute(gCol, UCOL_STRENGTH, UCOL_TERTIARY, &status);
/external/icu/icu4c/source/test/perf/collperf2/
H A Dcollperf2.cpp1162 val = UCOL_TERTIARY;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextIterator.cpp2006 UCollationStrength strength = m_options & CaseInsensitive ? UCOL_PRIMARY : UCOL_TERTIARY;

Completed in 903 milliseconds

123