Home
last modified time | relevance | path

Searched refs:URelativeDateTimeFormatter (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dureldatefmt.h185 struct URelativeDateTimeFormatter;
186 typedef struct URelativeDateTimeFormatter URelativeDateTimeFormatter; /**< C typedef for struct UR… typedef
221 U_DRAFT URelativeDateTimeFormatter* U_EXPORT2
235 ureldatefmt_close(URelativeDateTimeFormatter *reldatefmt);
250 U_DEFINE_LOCAL_OPEN_POINTER(LocalURelativeDateTimeFormatterPointer, URelativeDateTimeFormatter, ure…
285 ureldatefmt_formatNumeric( const URelativeDateTimeFormatter* reldatefmt,
321 ureldatefmt_format( const URelativeDateTimeFormatter* reldatefmt,
358 ureldatefmt_combineDateAndTime( const URelativeDateTimeFormatter* reldatefmt,
/external/icu/icu4c/source/i18n/
Dreldatefmt.cpp1019 U_CAPI URelativeDateTimeFormatter* U_EXPORT2
1035 return (URelativeDateTimeFormatter*)formatter.orphan(); in ureldatefmt_open()
1039 ureldatefmt_close(URelativeDateTimeFormatter *reldatefmt) in ureldatefmt_close()
1045 ureldatefmt_formatNumeric( const URelativeDateTimeFormatter* reldatefmt, in ureldatefmt_formatNumeric()
1073 ureldatefmt_format( const URelativeDateTimeFormatter* reldatefmt, in ureldatefmt_format()
1101 ureldatefmt_combineDateAndTime( const URelativeDateTimeFormatter* reldatefmt, in ureldatefmt_combineDateAndTime()
/external/icu/icu4c/source/test/cintltst/
Dcrelativedateformattest.c147 URelativeDateTimeFormatter *reldatefmt = NULL; in TestRelDateFmt()
242 URelativeDateTimeFormatter *reldatefmt = NULL; in TestCombineDateTime()