Searched refs:udat_getContext (Results 1 – 4 of 4) sorted by relevance
1572 udat_getContext(const UDateFormat* fmt, UDisplayContextType type, UErrorCode* status);
1229 udat_getContext(const UDateFormat* fmt, UDisplayContextType type, UErrorCode* status) in udat_getContext() function
812 #define udat_getContext U_ICU_ENTRY_POINT_RENAME(udat_getContext) macro
1527 getContext = udat_getContext(udfmt, UDISPCTX_TYPE_CAPITALIZATION, &status); in TestContext()