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

1 2

  /external/chromium/third_party/icu/source/test/cintltst/
capitst.c 363 log_verbose("testing ucol_getStrength() method ...\n");
364 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object has the wrong strength");
365 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
369 doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object's strength is secondary difference");
370 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
371 doAssert( (ucol_getStrength(col) == UCOL_SECONDARY), "collation object has the wrong strength");
420 log_verbose("testing ucol_getStrength() method again ...\n");
421 doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object has the wrong strength");
422 doAssert( (ucol_getStrength(col) == UCOL_PRIMARY), "collation object's strength is not primary difference");
426 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object's strength is not tertiary difference")
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 368 log_verbose("testing ucol_getStrength() method ...\n");
369 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object has the wrong strength");
370 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
374 doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object's strength is secondary difference");
375 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
376 doAssert( (ucol_getStrength(col) == UCOL_SECONDARY), "collation object has the wrong strength");
430 log_verbose("testing ucol_getStrength() method again ...\n");
431 doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object has the wrong strength");
432 doAssert( (ucol_getStrength(col) == UCOL_PRIMARY), "collation object's strength is not primary difference");
436 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/third_party/icu/public/i18n/unicode/
ucol.h 485 ucol_getStrength(const UCollator *coll);
493 * @see ucol_getStrength
    [all...]
  /external/icu4c/i18n/
coleitr.cpp 256 UCollationStrength s = ucol_getStrength(m_data_->iteratordata_.coll);
bmsearch.cpp 100 strength = ucol_getStrength(coll);
ucoleitr.cpp 231 strength = ucol_getStrength(coll);
514 // UCollationStrength strength = ucol_getStrength(coll);
colldata.cpp 53 UCollationStrength strength = ucol_getStrength(coll);
usearch.cpp     [all...]
  /external/icu4c/i18n/unicode/
ucol.h 509 ucol_getStrength(const UCollator *coll);
517 * @see ucol_getStrength
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
ucol.h 483 ucol_getStrength(const UCollator *coll);
491 * @see ucol_getStrength
    [all...]
urename.h 586 #define ucol_getStrength ucol_getStrength_3_2
    [all...]
  /external/webkit/WebCore/icu/unicode/
ucol.h 483 ucol_getStrength(const UCollator *coll);
491 * @see ucol_getStrength
    [all...]
urename.h 586 #define ucol_getStrength ucol_getStrength_3_2
    [all...]
  /external/chromium/third_party/icu/source/i18n/
coleitr.cpp 258 UCollationStrength s = ucol_getStrength(m_data_->iteratordata_.coll);
bmsearch.cpp 98 strength = ucol_getStrength(coll);
ucoleitr.cpp 231 strength = ucol_getStrength(coll);
527 // UCollationStrength strength = ucol_getStrength(coll);
colldata.cpp 53 UCollationStrength strength = ucol_getStrength(coll);
usearch.cpp     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h 586 #define ucol_getStrength ucol_getStrength_3_2
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h 586 #define ucol_getStrength ucol_getStrength_3_2
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h 695 #define ucol_getStrength ucol_getStrength_4_2
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
ssearch.cpp 725 switch (ucol_getStrength(coll))
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 718 switch (ucol_getStrength(coll))
    [all...]

Completed in 397 milliseconds

1 2