Lines Matching defs:path
122 // Still pretty-fast path for the input with non-ASCII Latin-1 characters.
136 // need to take the 16-bit path.
403 // Go to the full Unicode path if there are characters whose uppercase
546 bool ValidateResource(const icu::Locale locale, const char* path,
550 UResourceBundle* bundle = ures_open(path, locale.getName(), &status);
567 return ValidateResource(without_country.c_str(), path, key);
572 return ValidateResource(language.c_str(), path, key);
581 const std::vector<std::string>& icu_available_locales, const char* path,
585 if (path != nullptr || validate_key != nullptr) {
586 if (!ValidateResource(icu::Locale(locale.c_str()), path, validate_key)) {
592 if (!ValidateResource(icu::Locale("no"), path, validate_key)) {
684 // codes. Instead, let them be handled by ICU in the slow path. However,
900 // TODO(jshin): Consider adding a fast path for ASCII or Latin-1. The fastpath
924 // fast path conditions. See the StringLocaleCompareFastPath test as a
975 // We may be able to take the fast path, depending on the `locales` and
984 // We may use the cached icu::Collator for a fast path.
1293 // This fast path looks somewhat complex; mostly because it combines multiple
1478 // We may use the cached icu::NumberFormat for a fast path.
2680 static const char* path() { return nullptr; }