Lines Matching refs:__icase
1003 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)
2207 __negate_(__negate), __icase_(__icase), __collate_(__collate),