Searched refs:u_catopen (Results 1 – 4 of 4) sorted by relevance
105 u_catopen(const char* name, const char* locale, UErrorCode* ec);
209 #define u_catopen U_ICU_ENTRY_POINT_RENAME(u_catopen) macro
38 u_catopen(const char* name, const char* locale, UErrorCode* ec) { in u_catopen() function
65 catd = u_catopen(path, "mc", &ec); in TestMessageCatalog()