Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dudat.h1619 typedef UDateFormat* (U_EXPORT2 *UDateFormatOpener) (UDateFormatStyle timeStyle, typedef
1633 udat_registerOpener(UDateFormatOpener opener, UErrorCode *status);
1639 U_INTERNAL UDateFormatOpener U_EXPORT2
1640 udat_unregisterOpener(UDateFormatOpener opener, UErrorCode *status);
/external/icu/icu4c/source/i18n/
Dudat.cpp93 static UDateFormatOpener gOpener = NULL;
96 udat_registerOpener(UDateFormatOpener opener, UErrorCode *status) in udat_registerOpener()
108 U_INTERNAL UDateFormatOpener U_EXPORT2
109 udat_unregisterOpener(UDateFormatOpener opener, UErrorCode *status) in udat_unregisterOpener()
112 UDateFormatOpener oldOpener = NULL; in udat_unregisterOpener()