HomeSort by relevance Sort by last modified time
    Searched refs:smatch (Results 1 - 24 of 24) sorted by null

  /external/libcxx/test/re/re.alg/re.alg.match/
parse_curly_brackets.pass.cpp 31 std::smatch smatch; local
32 assert((std::regex_match(target, smatch, regex)));
41 std::smatch smatch; local
42 assert((std::regex_match(target, smatch, regex)));
51 std::smatch smatch; local
52 assert((std::regex_match(target, smatch, regex)));
61 std::smatch smatch local
    [all...]
basic.fail.cpp 33 std::smatch m;
lookahead_capture.pass.cpp 34 std::smatch m;
46 std::smatch m;
60 std::smatch m;
75 std::smatch m;
89 std::smatch m;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/
parse_curly_brackets.pass.cpp 31 std::smatch smatch; local
32 assert((std::regex_match(target, smatch, regex)));
41 std::smatch smatch; local
42 assert((std::regex_match(target, smatch, regex)));
51 std::smatch smatch; local
52 assert((std::regex_match(target, smatch, regex)));
61 std::smatch smatch local
    [all...]
basic.fail.cpp 33 std::smatch m;
lookahead_capture.pass.cpp 34 std::smatch m;
46 std::smatch m;
60 std::smatch m;
75 std::smatch m;
89 std::smatch m;
  /external/libcxx/test/re/re.syn/
smatch.pass.cpp 12 // typedef match_results<string::const_iterator> smatch;
19 static_assert((std::is_same<std::match_results<std::string::const_iterator>, std::smatch>::value), "");
Android.mk 63 test_name := re/re.syn/smatch
64 test_src := smatch.pass.cpp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.syn/
smatch.pass.cpp 12 // typedef match_results<string::const_iterator> smatch;
19 static_assert((std::is_same<std::match_results<std::string::const_iterator>, std::smatch>::value), "");
  /external/libcxx/test/re/re.alg/re.alg.search/
basic.fail.cpp 33 std::smatch m;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/
basic.fail.cpp 33 std::smatch m;
  /external/chromium_org/third_party/icu/source/test/intltest/
dtfmtrtts.cpp 334 int smatch = 0; // s[smatch].equals(s[smatch-1]) local
352 if(smatch == 0) {
354 if(smatch == 0) {
356 smatch = loop;
373 if(smatch != 0 && dmatch != 0)
378 // max(smatch, dmatch), that is, the index at which we have string and
402 if(smatch > maxSmatch) { // Don't compute unless necessary
421 && !failure(status, "error status [smatch>maxSmatch]"
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmtrtts.cpp 332 int smatch = 0; // s[smatch].equals(s[smatch-1]) local
350 if(smatch == 0) {
352 if(smatch == 0) {
354 smatch = loop;
371 if(smatch != 0 && dmatch != 0)
376 // max(smatch, dmatch), that is, the index at which we have string and
400 if(smatch > maxSmatch) { // Don't compute unless necessary
419 && !failure(status, "error status [smatch>maxSmatch]"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
regex.h 1830 typedef match_results<string::const_iterator> smatch; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex.h 1796 typedef match_results<string::const_iterator> smatch; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex.h 1796 typedef match_results<string::const_iterator> smatch; typedef
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex.h 1830 typedef match_results<string::const_iterator> smatch; typedef
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h 1834 typedef match_results<string::const_iterator> smatch; typedef
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex.h 1830 typedef match_results<string::const_iterator> smatch; typedef
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h 1834 typedef match_results<string::const_iterator> smatch; typedef
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex.h 1796 typedef match_results<string::const_iterator> smatch; typedef
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex.h 1890 typedef match_results<string::const_iterator> smatch; typedef
    [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 1393 milliseconds