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

  /external/chromium/third_party/icu/public/i18n/unicode/
bms.h 27 * of this, they are cached. When you call <code>ucd_open</code> it
52 ucd_open(UCollator *coll, UErrorCode *status);
112 * To do a search, you first need to get a <code>UCD</code> object by calling <code>ucd_open</code>.
124 * ucd = ucd_open(collator, &status);
  /external/icu4c/i18n/unicode/
bms.h 27 * of this, they are cached. When you call <code>ucd_open</code> it
52 ucd_open(UCollator *coll, UErrorCode *status);
112 * To do a search, you first need to get a <code>UCD</code> object by calling <code>ucd_open</code>.
124 * ucd = ucd_open(collator, &status);
  /external/chromium/third_party/icu/source/i18n/
bms.cpp 29 ucd_open(UCollator *coll, UErrorCode *status) function
  /external/icu4c/i18n/
bms.cpp 29 ucd_open(UCollator *coll, UErrorCode *status) function
  /external/chromium/third_party/icu/public/common/unicode/
uintrnal.h 99 # define ucd_open ucd_open_INTERNAL_API_DO_NOT_USE macro
urename.h 537 #define ucd_open ucd_open_4_2 macro
    [all...]
  /external/icu4c/common/unicode/
uintrnal.h 94 # define ucd_open ucd_open_INTERNAL_API_DO_NOT_USE macro
urename.h 574 #define ucd_open macro
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
ssearch.cpp 453 ucd = ucd_open(coll, &status);
641 UCD *ucd = ucd_open(collator, &status);
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 446 ucd = ucd_open(coll, &status);
634 UCD *ucd = ucd_open(collator, &status);
    [all...]

Completed in 365 milliseconds