Lines Matching defs:key
547 const char* key) {
552 if (key == nullptr) {
556 ures_getByKey(bundle, key, nullptr, &status);
567 return ValidateResource(without_country.c_str(), path, key);
572 return ValidateResource(language.c_str(), path, key);
2170 // 1. 1. Let key be ? ToString(key).
2174 // 2. If key is "calendar", then
2179 // 3. Else if key is "collation", then
2184 // 4. Else if key is "currency", then
2189 // 5. Else if key is "numberingSystem", then
2194 // 6. Else if key is "timeZone", then
2199 // 7. Else if key is "unit", then
2211 factory->NewStringFromStaticChars("key"), key_str),
2235 bool IsValidExtension(const icu::Locale& locale, const char* key,
2237 const char* legacy_type = uloc_toLegacyType(key, value.c_str());
2243 T::getKeywordValuesForLocale(key, icu::Locale(locale.getBaseName()),
2679 static const char* key() { return "calendar"; }