Lines Matching defs:key
533 // key values. intl.js maps them to BCP47 values for key "ca".
537 // Maps ICU calendar names to LDML/BCP47 types for key 'ca'.
1081 std::string key;
1082 tz_id.toUTF8String<std::string>(key);
1083 key += ":";
1084 key += locale.getName();
1087 auto it = map_.find(key);
1113 map_[key].reset(calendar.release());
1114 return map_[key]->clone();
1217 std::string key;
1218 skeleton.toUTF8String<std::string>(key);
1219 key += ":";
1220 key += icu_locale.getName();
1223 auto it = map_.find(key);
1234 map_[key] = std::move(instance);
1235 return static_cast<icu::SimpleDateFormat*>(map_[key]->clone());
1468 std::string key(locale.getName());
1470 auto it = map_.find(key);
1485 map_[key].reset(orig);
1896 // extension key in the input locale.