Searched defs:RelDateTimeFmtDataSink (Results 1 – 4 of 4) sorted by relevance
214 struct RelDateTimeFmtDataSink : public ResourceSink { struct222 typedef enum RelAbsUnit {239 } RelAbsUnit;241 static int32_t relUnitFromGeneric(RelAbsUnit genUnit) { in relUnitFromGeneric()279 static int32_t absUnitFromGeneric(RelAbsUnit genUnit) { in absUnitFromGeneric()311 static int32_t keyToDirection(const char* key) { in keyToDirection()331 int32_t pastFutureIndex; // 0 == past or 1 == future332 UDateRelativeDateTimeFormatterStyle style; // {LONG, SHORT, NARROW}333 RelAbsUnit genericUnit;335 RelativeDateTimeCacheData &outputData;[all …]
226 struct RelDateTimeFmtDataSink : public ResourceSink { struct234 typedef enum RelAbsUnit {251 } RelAbsUnit;253 static int32_t relUnitFromGeneric(RelAbsUnit genUnit) { in relUnitFromGeneric()291 static int32_t absUnitFromGeneric(RelAbsUnit genUnit) { in absUnitFromGeneric()327 static int32_t keyToDirection(const char* key) { in keyToDirection()347 int32_t pastFutureIndex; // 0 == past or 1 == future348 UDateRelativeDateTimeFormatterStyle style; // {LONG, SHORT, NARROW}349 RelAbsUnit genericUnit;351 RelativeDateTimeCacheData &outputData;[all …]