Searched defs:RelDateTimeFmtDataSink (Results 1 – 1 of 1) sorted by relevance
187 struct RelDateTimeFmtDataSink : public ResourceSink { struct195 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 == future295 UDateRelativeDateTimeFormatterStyle style; // {LONG, SHORT, NARROW}296 RelAbsUnit genericUnit;298 RelativeDateTimeCacheData &outputData;[all …]