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

  /external/icu/icu4c/source/common/unicode/
ucat.h 107 u_catopen(const char* name, const char* locale, UErrorCode* ec);
123 * @param catd a message catalog descriptor returned by u_catopen.
urename.h 206 #define u_catopen U_ICU_ENTRY_POINT_RENAME(u_catopen) macro
    [all...]
  /external/icu/icu4c/source/common/
ucat.cpp 40 u_catopen(const char* name, const char* locale, UErrorCode* ec) { function
  /external/icu/icu4c/source/test/cintltst/
cposxtst.c 67 catd = u_catopen(path, "mc", &ec);
69 log_data_err("FAIL: u_catopen => %s\n", u_errorName(ec));

Completed in 237 milliseconds