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

  /external/icu4c/test/cintltst/
capitst.c 373 log_verbose("testing ucol_getStrength() method ...\n");
374 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object has the wrong strength");
375 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
379 doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object's strength is secondary difference");
380 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
381 doAssert( (ucol_getStrength(col) == UCOL_SECONDARY), "collation object has the wrong strength");
436 log_verbose("testing ucol_getStrength() method again ...\n");
437 doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object has the wrong strength");
438 doAssert( (ucol_getStrength(col) == UCOL_PRIMARY), "collation object's strength is not primary difference");
442 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/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...]
ucol.cpp     [all...]
  /external/icu4c/i18n/unicode/
ucol.h 574 ucol_getStrength(const UCollator *coll);
582 * @see ucol_getStrength
    [all...]
  /external/webkit/Source/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/Source/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/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 586 #define ucol_getStrength ucol_getStrength_3_2
    [all...]
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 586 #define ucol_getStrength ucol_getStrength_3_2
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 718 switch (ucol_getStrength(coll))
    [all...]

Completed in 1150 milliseconds