Home
last modified time | relevance | path

Searched defs:currencySign (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_number_format.cpp129 JSHandle<JSTaggedValue> OptionToEcmaString(JSThread *thread, CurrencySignOption currencySign) in OptionToEcmaString()
373 auto currencySign = JSLocale::GetOptionOfString<CurrencySignOption>( in SetNumberFormatUnitOptions() local
703 CurrencySignOption currencySign = numberFormat->GetCurrencySign(); in InitializeNumberFormat() local
1058 CurrencySignOption currencySign = numberFormat->GetCurrencySign(); in ResolvedOptions() local
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlNumberFormatters.h83 std::string currencySign; member