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