Home
last modified time | relevance | path

Searched refs:short_names (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/date_time/
Dfind_match.hpp26 short find_match(const charT* const* short_names, in find_match() argument
31 if(short_names[i] == s || long_names[i] == s){ in find_match()
Ddate_facet.hpp94 const input_collection_type& short_names, in date_facet() argument
100 m_month_short_names(short_names) in date_facet()
142 void short_weekday_names(const input_collection_type& short_names) in short_weekday_names() argument
144 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() argument
153 m_month_short_names = short_names; in short_month_names()
/third_party/python/Lib/msilib/
D__init__.py246 self.short_names = set()
309 if file is None or file in self.short_names:
319 if file not in self.short_names: break
324 self.short_names.add(file)
/third_party/gn/src/gn/
Dninja_build_writer.cc485 std::map<std::string, Counts> short_names; local
501 Counts& short_names_counts = short_names[short_name];
575 for (const auto& pair : short_names) {
/third_party/icu/tools/unicode/py/
Dpreparseucd.py1179 short_names = prop[2]
1180 if short_names and prop[0] != "Binary":
1181 for name in sorted(short_names):