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