Searched refs:localeExists (Results 1 – 6 of 6) sorted by relevance
180 const auto localeExists = [](const std::string name) { in TEST_F() local202 if (localeExists(locale)) in TEST_F()
146 int localeExists(const char* loc, UBool* exists) { in localeExists() function323 if (localeExists(key, &exists)) { in list()
582 if (intl.DateFormat.localeExists(localeName)) {587 } else if (intl.DateFormat.localeExists(locale.languageCode)) {601 if (intl.NumberFormat.localeExists(localeName)) {604 } else if (intl.NumberFormat.localeExists(locale.languageCode)) {
429 if (intl.DateFormat.localeExists(localeName)) {431 } else if (intl.DateFormat.localeExists(locale.languageCode)) {
54 systemLocale, intl.NumberFormat.localeExists,