Home
last modified time | relevance | path

Searched defs:RelDateTimeFmtDataSink (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Dreldatefmt.cpp187 struct RelDateTimeFmtDataSink : public ResourceSink { struct
195 typedef enum RelAbsUnit {
212 } RelAbsUnit;
214 static int32_t relUnitFromGeneric(RelAbsUnit genUnit) { in relUnitFromGeneric()
240 static int32_t absUnitFromGeneric(RelAbsUnit genUnit) { in absUnitFromGeneric()
274 static int32_t keyToDirection(const char* key) { in keyToDirection()
294 int32_t pastFutureIndex; // 0 == past or 1 == future
295 UDateRelativeDateTimeFormatterStyle style; // {LONG, SHORT, NARROW}
296 RelAbsUnit genericUnit;
298 RelativeDateTimeCacheData &outputData;
[all …]