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

  /external/icu/icu4c/source/test/cintltst/
capitst.c 347 log_verbose("testing ucol_getStrength() method ...\n");
348 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object has the wrong strength");
349 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
353 doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object's strength is secondary difference");
354 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
355 doAssert( (ucol_getStrength(col) == UCOL_SECONDARY), "collation object has the wrong strength");
417 log_verbose("testing ucol_getStrength() method again ...\n");
418 doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object has the wrong strength");
419 doAssert( (ucol_getStrength(col) == UCOL_PRIMARY), "collation object's strength is not primary difference");
423 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/i18n/unicode/
ucol.h 667 ucol_getStrength(const UCollator *coll);
675 * @see ucol_getStrength
    [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...]

Completed in 453 milliseconds