Searched defs:OUStringLess (Results 1 – 2 of 2) sorted by relevance
145 struct OUStringLess struct147 bool operator() ( const ::rtl::OUString& r1, const ::rtl::OUString& r2 ) const in operator ()()
1107 struct OUStringLess : public std::binary_function<OUString, OUString, bool> struct1109 bool operator()(const OUString& x, const OUString& y) const in operator ()()
Completed in 31 milliseconds