Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_number_format.cpp351 std::string currencyCStr = intl::LocaleHelper::ConvertToStdString(currencyStr); in SetNumberFormatUnitOptions() local
352 if (!JSLocale::IsWellFormedCurrencyCode(currencyCStr)) { in SetNumberFormatUnitOptions()
426 std::string currencyCStr = intl::LocaleHelper::ConvertToStdString(currencyStr); in SetNumberFormatUnitOptions() local
427 std::transform(currencyCStr.begin(), currencyCStr.end(), currencyCStr.begin(), toupper); in SetNumberFormatUnitOptions()
429 JSHandle<JSTaggedValue> currencyValue = JSHandle<JSTaggedValue>::Cast(factory->NewFromStdString(currencyCStr)); in SetNumberFormatUnitOptions()
431 currencyUStr = currencyCStr.c_str(); in SetNumberFormatUnitOptions()

Completed in 2 milliseconds