Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dureldatefmt.h181 struct URelativeDateTimeFormatter;
182 typedef struct URelativeDateTimeFormatter URelativeDateTimeFormatter; /**< C typedef for struct UR… typedef
217 U_STABLE URelativeDateTimeFormatter* U_EXPORT2
231 ureldatefmt_close(URelativeDateTimeFormatter *reldatefmt);
246 U_DEFINE_LOCAL_OPEN_POINTER(LocalURelativeDateTimeFormatterPointer, URelativeDateTimeFormatter, ure…
281 ureldatefmt_formatNumeric( const URelativeDateTimeFormatter* reldatefmt,
317 ureldatefmt_format( const URelativeDateTimeFormatter* reldatefmt,
354 ureldatefmt_combineDateAndTime( const URelativeDateTimeFormatter* reldatefmt,
/external/icu/libandroidicu/include/unicode/
Dureldatefmt.h181 struct URelativeDateTimeFormatter;
182 typedef struct URelativeDateTimeFormatter URelativeDateTimeFormatter; /**< C typedef for struct UR… typedef
217 U_STABLE URelativeDateTimeFormatter* U_EXPORT2
231 ureldatefmt_close(URelativeDateTimeFormatter *reldatefmt);
246 U_DEFINE_LOCAL_OPEN_POINTER(LocalURelativeDateTimeFormatterPointer, URelativeDateTimeFormatter, ure…
281 ureldatefmt_formatNumeric( const URelativeDateTimeFormatter* reldatefmt,
317 ureldatefmt_format( const URelativeDateTimeFormatter* reldatefmt,
354 ureldatefmt_combineDateAndTime( const URelativeDateTimeFormatter* reldatefmt,
/external/icu/icu4c/source/i18n/
Dreldatefmt.cpp1068 U_CAPI URelativeDateTimeFormatter* U_EXPORT2
1084 return (URelativeDateTimeFormatter*)formatter.orphan(); in ureldatefmt_open()
1088 ureldatefmt_close(URelativeDateTimeFormatter *reldatefmt) in ureldatefmt_close()
1094 ureldatefmt_formatNumeric( const URelativeDateTimeFormatter* reldatefmt, in ureldatefmt_formatNumeric()
1122 ureldatefmt_format( const URelativeDateTimeFormatter* reldatefmt, in ureldatefmt_format()
1150 ureldatefmt_combineDateAndTime( const URelativeDateTimeFormatter* reldatefmt, in ureldatefmt_combineDateAndTime()
/external/icu/icu4c/source/test/cintltst/
Dcrelativedateformattest.c169 URelativeDateTimeFormatter *reldatefmt = NULL; in TestRelDateFmt()
264 URelativeDateTimeFormatter *reldatefmt = NULL; in TestCombineDateTime()
/external/icu/libandroidicu/static_shim/
Dshim.cpp2361 void ureldatefmt_close_android(URelativeDateTimeFormatter * reldatefmt) { in ureldatefmt_close_android()
2364 int32_t ureldatefmt_combineDateAndTime_android(const URelativeDateTimeFormatter * reldatefmt, const… in ureldatefmt_combineDateAndTime_android()
2367 int32_t ureldatefmt_format_android(const URelativeDateTimeFormatter * reldatefmt, double offset, UR… in ureldatefmt_format_android()
2370 int32_t ureldatefmt_formatNumeric_android(const URelativeDateTimeFormatter * reldatefmt, double off… in ureldatefmt_formatNumeric_android()
2373 URelativeDateTimeFormatter * ureldatefmt_open_android(const char * locale, UNumberFormat * nfToAdop… in ureldatefmt_open_android()