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

  /external/chromium_org/ppapi/proxy/
pdf_resource.cc 79 if (ucol_getStrength(collator) != strength) {
  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c 345 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(col) == UCOL_TERTIARY), "collation object's strength is not tertiary difference")
    [all...]
callcoll.c 157 while(strength <= UCOL_QUATERNARY && strength <= ucol_getStrength(coll)) {
178 if(ucol_getStrength(coll) == UCOL_IDENTICAL) {
    [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c 348 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(col) == UCOL_TERTIARY), "collation object's strength is not tertiary difference")
    [all...]
callcoll.c 157 while(strength <= UCOL_QUATERNARY && strength <= ucol_getStrength(coll)) {
178 if(ucol_getStrength(coll) == UCOL_IDENTICAL) {
    [all...]
  /external/chromium_org/components/pdf/renderer/
ppb_pdf_impl.cc 148 if (ucol_getStrength(collator) != strength) {
  /external/chromium_org/third_party/icu/source/i18n/
coleitr.cpp 257 UCollationStrength s = ucol_getStrength(m_data_->iteratordata_.coll);
ucoleitr.cpp 231 strength = ucol_getStrength(coll);
514 // UCollationStrength strength = ucol_getStrength(coll);
usearch.cpp     [all...]
ucol.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
ucol.h 650 ucol_getStrength(const UCollator *coll);
658 * @see ucol_getStrength
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucol.h 666 ucol_getStrength(const UCollator *coll);
674 * @see ucol_getStrength
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
colldata.cpp 42 UCollationStrength strength = ucol_getStrength(coll);
ssearch.cpp 367 switch (ucol_getStrength(coll))
    [all...]
  /external/icu/icu4c/source/i18n/
ucol.cpp 363 ucol_getStrength(const UCollator *coll)
usearch.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
colldata.cpp 44 UCollationStrength strength = ucol_getStrength(coll);
ssearch.cpp 367 switch (ucol_getStrength(coll))
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp     [all...]

Completed in 334 milliseconds