Home
last modified time | relevance | path

Searched refs:__icase (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dregex.cpp258 __get_classname(const char* s, bool __icase) in __get_classname() argument
268 else if (__icase) in __get_classname()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dregex1003 bool __icase = false) const
1004 {return __lookup_classname(__f, __l, __icase, char_type());}
1033 bool __icase, char) const;
1037 bool __icase, wchar_t) const;
1199 ctype_base::mask _LIBCPP_FUNC_VIS __get_classname(const char* __s, bool __icase);
1206 bool __icase, char) const
1210 return __get_classname(__s.c_str(), __icase);
1218 bool __icase, wchar_t) const
1231 return __get_classname(__n.c_str(), __icase);
2205 bool __negate, bool __icase, bool __collate)
[all …]