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

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

Completed in 92 milliseconds