Searched refs:matchAll (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
H A Dpackage.d15 $(LREF matchAll)
54 // matchAll() returns a range that can be iterated
56 foreach (c; matchAll(line, r))
73 auto m = "abc:43 12,34".matchAll(multi);
82 // The result of the `matchAll/matchFirst` is directly testable with if/assert/while.
409 auto m = "abc:43 12,34".matchAll(multi);
772 auto m = matchAll("Hello, world!", regex(`\w+`));
911 alias method=matchAll, R, RegEx)(R input, RegEx re)
929 $(LREF matchAll) or $(LREF matchFirst).
1031 public auto matchAll(
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/regex/
H A Dpackage.d16 $(LREF matchAll)
55 // matchAll() returns a range that can be iterated
57 foreach (c; matchAll(line, r))
74 auto m = "abc:43 12,34".matchAll(multi);
83 // The result of `matchAll/matchFirst` is directly testable with `if/assert/while`,
425 auto m = str.matchAll(multi);
795 auto m = matchAll("Hello, world!", regex(`\w+`));
965 alias method=matchAll, R, RegEx)(R input, RegEx re)
983 $(LREF matchAll) or $(LREF matchFirst).
1066 public auto matchAll(
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dtests2.d595 assert(matchAll(v, ctPat2).front.hit == v);
666 assert(equal!equal(s.matchAll(ctr), outcomes));
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/net/
H A Disemail.d401 auto matchesIp = addressLiteral.matchAll(ipRegex).map!(a => a.hit).array;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dtests.d1011 assert(matchAll(v, ctPat2).front.hit == v);
1082 assert(equal!equal(s.matchAll(ctr), outcomes));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddtemplate.c1065 MATCH matchAll(Type *tt) function
3290 result = xt->matchAll(tt);
3335 result = xt->matchAll(tt);
4222 MATCH match1 = xt ? xt->matchAll(tt) : MATCHnomatch;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtemplate.d2571 MATCH matchAll(Type tt)
3638 result = xt.matchAll(tt);
3682 result = xt.matchAll(tt);
4612 MATCH match1 = xt ? xt.matchAll(tt) : MATCH.nomatch;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c128553 u8 matchAll; /* "*" or "%" */ member in struct:compareInfo
128633 u32 matchAll = pInfo->matchAll; /* "*" or "%" */ local
[all...]

Completed in 580 milliseconds