Home
last modified time | relevance | path

Searched refs:IsWellFormedCurrencyCode (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_displaynames.cpp295 if (!JSLocale::IsWellFormedCurrencyCode(cCode)) { in CanonicalCodeForDisplayNames()
Djs_locale.h484 static bool IsWellFormedCurrencyCode(const std::string &currency);
Djs_locale.cpp624 bool JSLocale::IsWellFormedCurrencyCode(const std::string &currency) in IsWellFormedCurrencyCode() function in panda::ecmascript::JSLocale
Djs_number_format.cpp292 if (!JSLocale::IsWellFormedCurrencyCode(currencyCStr)) { in SetNumberFormatUnitOptions()