Searched refs:u_catopen (Results 1 - 10 of 10) sorted by relevance
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucat.h | 107 u_catopen(const char* name, const char* locale, UErrorCode* ec); 123 * @param catd a message catalog descriptor returned by u_catopen.
|
H A D | urename.h | 217 #define u_catopen U_ICU_ENTRY_POINT_RENAME(u_catopen) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucat.h | 107 u_catopen(const char* name, const char* locale, UErrorCode* ec); 123 * @param catd a message catalog descriptor returned by u_catopen.
|
H A D | urename.h | 218 #define u_catopen U_ICU_ENTRY_POINT_RENAME(u_catopen) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucat.h | 107 u_catopen(const char* name, const char* locale, UErrorCode* ec); 123 * @param catd a message catalog descriptor returned by u_catopen.
|
H A D | urename.h | 212 #define u_catopen U_ICU_ENTRY_POINT_RENAME(u_catopen) macro
|
/third_party/icu/icu4c/source/common/ |
H A D | ucat.cpp | 40 u_catopen(const char* name, const char* locale, UErrorCode* ec) { in u_catopen() function
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucat.cpp | 40 u_catopen(const char* name, const char* locale, UErrorCode* ec) { in u_catopen() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucat.cpp | 40 u_catopen(const char* name, const char* locale, UErrorCode* ec) { in u_catopen() function
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cposxtst.c | 67 catd = u_catopen(path, "mc", &ec); in TestMessageCatalog() 69 log_data_err("FAIL: u_catopen => %s\n", u_errorName(ec)); in TestMessageCatalog()
|
Completed in 25 milliseconds