Searched defs:formatter (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | logger.cpp | 37 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()
|
| D | logger.h | 299 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/ |
| D | IntlNumberFormat.cpp | 250 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
|
| D | IntlListFormat.cpp | 119 auto formatter = in FormatToParts() local
|
| D | IntlPluralRules.cpp | 139 auto formatter = icu::number::NumberFormatter::withLocale(locale) in IcuPluralSelect() local
|
| D | IntlRelativeTimeFormat.cpp | 248 icu::RelativeDateTimeFormatter formatter(*icuLocale, status); in StdCoreIntlRelativeTimeFormatFormatImpl() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_relative_time_format.cpp | 263 icu::RelativeDateTimeFormatter *formatter = relativeTimeFormat->GetIcuRTFFormatter(thread); in GetIcuFormatted() local 499 …[[maybe_unused]] icu::RelativeDateTimeFormatter *formatter = relativeTimeFormat->GetIcuRTFFormatte… in ResolvedOptions() local
|
| D | js_number_format.h | 163 icu::number::LocalizedNumberFormatter &icuNumberformatter, const JSHandle<T> &formatter) in SetICUFormatterDigitOptions()
|
| /arkcompiler/runtime_core/static_core/compiler/tools/aotdump/ |
| D | aotdump.cpp | 366 ZydisFormatter formatter; in PrintCodeX8664() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | encode.cpp | 3351 ZydisFormatter formatter; in DisasmInstr() local
|