Searched defs:formatted (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/toolchain/common/ |
| H A D | log_wrapper.cpp | 46 std::string formatted = StripFormatString(fmt); in PrintLog() local 60 std::string formatted = StripFormatString(fmt); in PrintLog() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_plural_rules.cpp | 272 icu::number::FormattedNumber formatted = icuFormatter->formatDouble(n, status); in FormatNumericToString() local
|
| H A D | js_list_format.cpp | 280 icu::FormattedList formatted = icuListFormat->formatStringsToValue(usArray.data(), in GetIcuFormatted() local 286 void FormatListToArray(JSThread *thread, const icu::FormattedList &formatted, const JSHandle<JSArray> &receiver, in FormatListToArray() argument 363 icu::FormattedList formatted = GetIcuFormatted(thread, listFormat, listArray); in FormatList() local 382 icu::FormattedList formatted = GetIcuFormatted(thread, listFormat, listArray); in FormatListToParts() local [all...] |
| H A D | js_relative_time_format.cpp | 280 icu::FormattedRelativeDateTime formatted; in GetIcuFormatted() local 360 icu::FormattedRelativeDateTime formatted = GetIcuFormatted(thread, relativeTimeFormat, value, unit); in Format() local 372 FormatToArray(JSThread *thread, const JSHandle<JSArray> &array, const icu::FormattedRelativeDateTime &formatted, double value, const JSHandle<EcmaString> &unit) FormatToArray() argument 478 icu::FormattedRelativeDateTime formatted = GetIcuFormatted(thread, relativeTimeFormat, value, unit); FormatToParts() local [all...] |
| H A D | js_number_format.cpp | 817 void GroupToParts(JSThread *thread, const icu::number::FormattedNumber &formatted, const JSHandle<JSArray> &receiver, in GroupToParts() argument
|
| H A D | js_date_time_format.cpp | 1244 icu::FormattedDateInterval formatted = dateIntervalFormat->formatToValue(dateInterval, status); in ConstructDTFRange() local 1266 icu::FormattedDateInterval formatted = ConstructDTFRange(thread, dtf, x, y); in NormDateTimeRange() local 1309 icu::FormattedDateInterval formatted = ConstructDTFRange(thread, dtf, x, y); in NormDateTimeRangeToParts() local 1329 ConstructFDateIntervalToJSArray(JSThread *thread, const icu::FormattedDateInterval &formatted) ConstructFDateIntervalToJSArray() argument [all...] |
Completed in 10 milliseconds