Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dlogger.cpp37 void Logger::Initialize(const base_options::Options &options, Formatter formatter) in Initialize()
186 bool isFastLogging, Formatter formatter) in InitializeFileLogging()
227 void Logger::InitializeStdLogging(Level level, ComponentMask componentMask, Formatter formatter) in InitializeStdLogging()
252 void Logger::InitializeDummyLogging(Level level, ComponentMask componentMask, Formatter formatter) in InitializeDummyLogging()
Dlogger.h299 Logger(FILE *stream, Level level, ComponentMask componentMask, Formatter formatter) in Logger()
312 Logger(FILE *stream, Level level, ComponentMask componentMask, Formatter formatter, in Logger()
370 FileLogger(FILE *stream, Level level, ComponentMask componentMask, Formatter formatter)
393 FastFileLogger(FILE *stream, Level level, ComponentMask componentMask, Formatter formatter)
417 StderrLogger(Level level, ComponentMask componentMask, Formatter formatter)
435 DummyLogger(Level level, ComponentMask componentMask, Formatter formatter)
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlNumberFormat.cpp250 LocNumFmt formatter = g_intlState->fmtsCache.NumFmtsCacheInvalidation(env, options, err); in IcuFormatDouble() local
271 LocNumFmt formatter = g_intlState->fmtsCache.NumFmtsCacheInvalidation(env, options, err); in IcuFormatDecStr() local
295 …LocNumRangeFmt formatter = g_intlState->fmtsCache.NumRangeFmtsCacheInvalidation(env, options, err); in IcuFormatRange() local
529 LocNumFmt formatter = g_intlState->fmtsCache.NumFmtsCacheInvalidation(env, options, err); in IcuFormatToParts() local
574 …LocNumRangeFmt formatter = g_intlState->fmtsCache.NumRangeFmtsCacheInvalidation(env, options, err); in IcuFormatToRangeParts() local
DIntlListFormat.cpp119 auto formatter = in FormatToParts() local
DIntlPluralRules.cpp139 auto formatter = icu::number::NumberFormatter::withLocale(locale) in IcuPluralSelect() local
DIntlRelativeTimeFormat.cpp248 icu::RelativeDateTimeFormatter formatter(*icuLocale, status); in StdCoreIntlRelativeTimeFormatFormatImpl() local
/arkcompiler/ets_runtime/ecmascript/
Djs_relative_time_format.cpp263 icu::RelativeDateTimeFormatter *formatter = relativeTimeFormat->GetIcuRTFFormatter(thread); in GetIcuFormatted() local
499 …[[maybe_unused]] icu::RelativeDateTimeFormatter *formatter = relativeTimeFormat->GetIcuRTFFormatte… in ResolvedOptions() local
Djs_number_format.h163 icu::number::LocalizedNumberFormatter &icuNumberformatter, const JSHandle<T> &formatter) in SetICUFormatterDigitOptions()
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
Daotdump.cpp366 ZydisFormatter formatter; in PrintCodeX8664() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp3351 ZydisFormatter formatter; in DisasmInstr() local