Home
last modified time | relevance | path

Searched refs:UDateFormatOpener (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dudat.h1635 typedef UDateFormat* (U_EXPORT2 *UDateFormatOpener) (UDateFormatStyle timeStyle, typedef
1649 udat_registerOpener(UDateFormatOpener opener, UErrorCode *status);
1655 U_INTERNAL UDateFormatOpener U_EXPORT2
1656 udat_unregisterOpener(UDateFormatOpener opener, UErrorCode *status);
/external/icu/icu4c/source/i18n/
Dudat.cpp95 static UDateFormatOpener gOpener = NULL;
98 udat_registerOpener(UDateFormatOpener opener, UErrorCode *status) in udat_registerOpener()
110 U_INTERNAL UDateFormatOpener U_EXPORT2
111 udat_unregisterOpener(UDateFormatOpener opener, UErrorCode *status) in udat_unregisterOpener()
114 UDateFormatOpener oldOpener = NULL; in udat_unregisterOpener()