Home
last modified time | relevance | path

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

/external/libcxx/src/
Dregex.cpp240 __get_classname(const char* s, bool __icase) in __get_classname() argument
250 else if (__icase) in __get_classname()
/external/llvm-project/libcxx/src/
Dregex.cpp241 __get_classname(const char* s, bool __icase) in __get_classname() argument
251 else if (__icase) in __get_classname()
/external/llvm-project/libcxx/include/
Dregex1054 bool __icase = false) const
1055 {return __lookup_classname(__f, __l, __icase, char_type());}
1084 bool __icase, char) const;
1088 bool __icase, wchar_t) const;
1252 __get_classname(const char* __s, bool __icase);
1259 bool __icase, char) const
1263 return __get_classname(__s.c_str(), __icase);
1271 bool __icase, wchar_t) const
1284 return __get_classname(__n.c_str(), __icase);
2285 bool __negate, bool __icase, bool __collate)
[all …]
/external/libcxx/include/
Dregex1038 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 …]