Searched refs:ucol_getStrength (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Dpdf_resource.cc79 if (ucol_getStrength(collator) != strength) {
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c345 log_verbose("testing ucol_getStrength() method ...\n");
346 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object has the wrong strength");
347 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
351 doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object's strength is secondary difference");
352 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
353 doAssert( (ucol_getStrength(col) == UCOL_SECONDARY), "collation object has the wrong strength");
402 log_verbose("testing ucol_getStrength() method again ...\n");
403 doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object has the wrong strength");
404 doAssert( (ucol_getStrength(col) == UCOL_PRIMARY), "collation object's strength is not primary difference");
408 doAssert( (ucol_getStrength(co
[all...]
H A Dcallcoll.c157 while(strength <= UCOL_QUATERNARY && strength <= ucol_getStrength(coll)) {
178 if(ucol_getStrength(coll) == UCOL_IDENTICAL) {
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c348 log_verbose("testing ucol_getStrength() method ...\n");
349 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object has the wrong strength");
350 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
354 doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object's strength is secondary difference");
355 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
356 doAssert( (ucol_getStrength(col) == UCOL_SECONDARY), "collation object has the wrong strength");
405 log_verbose("testing ucol_getStrength() method again ...\n");
406 doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object has the wrong strength");
407 doAssert( (ucol_getStrength(col) == UCOL_PRIMARY), "collation object's strength is not primary difference");
411 doAssert( (ucol_getStrength(co
[all...]
H A Dcallcoll.c157 while(strength <= UCOL_QUATERNARY && strength <= ucol_getStrength(coll)) {
178 if(ucol_getStrength(coll) == UCOL_IDENTICAL) {
/external/chromium_org/components/pdf/renderer/
H A Dppb_pdf_impl.cc148 if (ucol_getStrength(collator) != strength) {
/external/chromium_org/third_party/icu/source/i18n/
H A Dcoleitr.cpp257 UCollationStrength s = ucol_getStrength(m_data_->iteratordata_.coll);
H A Ducoleitr.cpp231 strength = ucol_getStrength(coll);
514 // UCollationStrength strength = ucol_getStrength(coll);
H A Dusearch.cpp2696 result->strength = ucol_getStrength(collator);
3018 strsrch->strength = ucol_getStrength(collator);
3389 UCollationStrength newStrength = ucol_getStrength(strsrch->collator);
3395 strsrch->strength = ucol_getStrength(strsrch->collator);
H A Ducol.cpp6678 ucol_getStrength(const UCollator *coll) function
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducol.h650 ucol_getStrength(const UCollator *coll);
658 * @see ucol_getStrength
/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h666 ucol_getStrength(const UCollator *coll);
674 * @see ucol_getStrength
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcolldata.cpp42 UCollationStrength strength = ucol_getStrength(coll);
H A Dssearch.cpp367 switch (ucol_getStrength(coll))
/external/icu/icu4c/source/i18n/
H A Ducol.cpp363 ucol_getStrength(const UCollator *coll) function
H A Dusearch.cpp2683 result->strength = ucol_getStrength(collator);
3030 strsrch->strength = ucol_getStrength(collator);
3397 UCollationStrength newStrength = ucol_getStrength(strsrch->collator);
3403 strsrch->strength = ucol_getStrength(strsrch->collator);
/external/icu/icu4c/source/test/intltest/
H A Dcolldata.cpp44 UCollationStrength strength = ucol_getStrength(coll);
H A Dssearch.cpp367 switch (ucol_getStrength(coll))
/external/icu/icu4c/source/common/unicode/
H A Durename.h718 #define ucol_getStrength U_ICU_ENTRY_POINT_RENAME(ucol_getStrength) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h746 #define ucol_getStrength U_ICU_ENTRY_POINT_RENAME(ucol_getStrength) macro
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextIterator.cpp2007 if (ucol_getStrength(collator) != strength) {

Completed in 500 milliseconds