Searched refs:IsWellFormedCurrencyCode (Results 1 – 4 of 4) sorted by relevance
296 if (!JSLocale::IsWellFormedCurrencyCode(cCode)) { in CanonicalCodeForDisplayNames()
483 static bool IsWellFormedCurrencyCode(const std::string ¤cy);
624 bool JSLocale::IsWellFormedCurrencyCode(const std::string ¤cy) in IsWellFormedCurrencyCode() function in panda::ecmascript::JSLocale
293 if (!JSLocale::IsWellFormedCurrencyCode(currencyCStr)) { in SetNumberFormatUnitOptions()