Home
last modified time | relevance | path

Searched refs:formatStyle (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/i18n/
H A Dlocalization.h225 * @param formatStyle the measure format style.
228 std::string TimeUnitFormat(double timeValue, TimeUnitStyle timeStyle, MeasureFormatStyle formatStyle);
H A Dlocalization.cpp105 UMeasureFormatWidth GetMeasureFormatWidth(MeasureFormatStyle formatStyle) in GetMeasureFormatWidth() argument
107 switch (formatStyle) { in GetMeasureFormatWidth()
684 std::string Localization::TimeUnitFormat(double timeValue, TimeUnitStyle timeStyle, MeasureFormatStyle formatStyle) in TimeUnitFormat() argument
688 MeasureFormat measureFormat(locale_->instance, GetMeasureFormatWidth(formatStyle), status); in TimeUnitFormat()

Completed in 3 milliseconds