Home
last modified time | relevance | path

Searched defs:collate (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/SemaTemplate/
Dcrash-10438657.cpp5 class collate : public locale::facet { class
/external/rust/crates/rusqlite/src/
Dcollation.rs189 fn collate(db: Connection) -> Result<()> { in collate() function
/external/libcups/filter/
Dpstops.c89 int collate, /* Collate copies? */ member
/external/toybox/toys/posix/
Dps.c1270 static struct procpid **collate(int count, struct dirtree *dt) in collate() function
/external/python/setuptools/setuptools/_vendor/more_itertools/
Dmore.py398 def collate(*iterables, **kwargs): function
/external/libcxx/src/
Dlocale.cpp151 const locale::category locale::collate; member in locale
6103 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS collate<char>; variable
6104 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS collate<wchar_t>; variable
/external/python/setuptools/pkg_resources/_vendor/more_itertools/
Dmore.py412 def collate(*iterables, **kwargs): function