Home
last modified time | relevance | path

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

/haiku/headers/os/locale/
H A DRelativeDateTimeFormat.h23 class RelativeDateTimeFormatter; variable
39 U_ICU_NAMESPACE::RelativeDateTimeFormatter* fFormatter;
/haiku/src/kits/locale/
H A DRelativeDateTimeFormat.cpp59 fFormatter = new RelativeDateTimeFormatter(icuLocale, icuStatus); in BRelativeDateTimeFormat()
83 fFormatter = new RelativeDateTimeFormatter(icuLocale, icuStatus); in BRelativeDateTimeFormat()
103 ? new RelativeDateTimeFormatter(*other.fFormatter) : NULL), in BRelativeDateTimeFormat()