Searched refs:icase (Results 1 - 6 of 6) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | regexec.c | 125 tre_neg_char_classes_match(tre_ctype_t *classes, tre_cint_t wc, int icase) in tre_neg_char_classes_match() argument 128 if ((!icase && tre_isctype(wc, *classes)) in tre_neg_char_classes_match() 129 || (icase && (tre_isctype(tre_toupper(wc), *classes) in tre_neg_char_classes_match()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | regexec.c | 125 tre_neg_char_classes_match(tre_ctype_t *classes, tre_cint_t wc, int icase) in tre_neg_char_classes_match() argument 128 if ((!icase && tre_isctype(wc, *classes)) in tre_neg_char_classes_match() 129 || (icase && (tre_isctype(tre_toupper(wc), *classes) in tre_neg_char_classes_match()
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | regexec.c | 125 tre_neg_char_classes_match(tre_ctype_t *classes, tre_cint_t wc, int icase) in tre_neg_char_classes_match() argument 128 if ((!icase && tre_isctype(wc, *classes)) in tre_neg_char_classes_match() 129 || (icase && (tre_isctype(tre_toupper(wc), *classes) in tre_neg_char_classes_match()
|
/third_party/musl/src/regex/ |
H A D | regexec.c | 125 tre_neg_char_classes_match(tre_ctype_t *classes, tre_cint_t wc, int icase) in tre_neg_char_classes_match() argument 128 if ((!icase && tre_isctype(wc, *classes)) in tre_neg_char_classes_match() 129 || (icase && (tre_isctype(tre_toupper(wc), *classes) in tre_neg_char_classes_match()
|
/third_party/musl/Benchmark/musl/ |
H A D | benchmark_framework.cpp | 204 std::regex re(jsonFuncName, std::regex::icase); in MatchFuncNameInJson()
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 11775 flags |= std::regex::icase;
|
Completed in 21 milliseconds