Searched refs:__icase (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/src/ |
D | regex.cpp | 240 __get_classname(const char* s, bool __icase) in __get_classname() argument 250 else if (__icase) in __get_classname()
|
/external/libcxx/include/ |
D | regex | 1038 bool __icase = false) const 1039 {return __lookup_classname(__f, __l, __icase, char_type());} 1068 bool __icase, char) const; 1072 bool __icase, wchar_t) const; 1236 __get_classname(const char* __s, bool __icase); 1243 bool __icase, char) const 1247 return __get_classname(__s.c_str(), __icase); 1255 bool __icase, wchar_t) const 1268 return __get_classname(__n.c_str(), __icase); 2246 bool __negate, bool __icase, bool __collate) [all …]
|