Searched refs:short_names (Results 1 – 5 of 5) sorted by relevance
26 short find_match(const charT* const* short_names, in find_match() argument31 if(short_names[i] == s || long_names[i] == s){ in find_match()
94 const input_collection_type& short_names, in date_facet() argument100 m_month_short_names(short_names) in date_facet()142 void short_weekday_names(const input_collection_type& short_names) in short_weekday_names() argument144 m_weekday_short_names = short_names; in short_weekday_names()151 void short_month_names(const input_collection_type& short_names) in short_month_names() argument153 m_month_short_names = short_names; in short_month_names()
246 self.short_names = set()309 if file is None or file in self.short_names:319 if file not in self.short_names: break324 self.short_names.add(file)
485 std::map<std::string, Counts> short_names; local501 Counts& short_names_counts = short_names[short_name];575 for (const auto& pair : short_names) {
1179 short_names = prop[2]1180 if short_names and prop[0] != "Binary":1181 for name in sorted(short_names):