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

  /external/chromium_org/third_party/icu/source/i18n/
scriptset.h 68 uhash_compareScriptSet(const UElement key1, const UElement key2);
identifier_info.cpp 87 fScriptSetSet = uhash_open(uhash_hashScriptSet, uhash_compareScriptSet, NULL, &status);
305 sorted.sort(uhash_compareScriptSet, status);
scriptset.cpp 252 uhash_compareScriptSet(UElement key0, UElement key1) {
  /external/icu/icu4c/source/i18n/
scriptset.h 68 uhash_compareScriptSet(const UElement key1, const UElement key2);
identifier_info.cpp 82 fScriptSetSet = uhash_open(uhash_hashScriptSet, uhash_compareScriptSet, NULL, &status);
300 sorted.sort(uhash_compareScriptSet, status);
scriptset.cpp 252 uhash_compareScriptSet(UElement key0, UElement key1) {
  /external/chromium_org/third_party/icu/source/test/intltest/
itspoof.cpp 467 TEST_ASSERT(uhash_compareScriptSet(arabEl, latinEl) < 0);
468 TEST_ASSERT(uhash_compareScriptSet(latinEl, arabEl) > 0);
475 UHashtable *alternates = uhash_open(uhash_hashScriptSet ,uhash_compareScriptSet, NULL, &status);
  /external/icu/icu4c/source/test/intltest/
itspoof.cpp 467 TEST_ASSERT(uhash_compareScriptSet(arabEl, latinEl) < 0);
468 TEST_ASSERT(uhash_compareScriptSet(latinEl, arabEl) > 0);
475 UHashtable *alternates = uhash_open(uhash_hashScriptSet ,uhash_compareScriptSet, NULL, &status);
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 131 milliseconds