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

  /ndk/sources/cxx-stl/llvm-libc++/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/icu4c/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex.h 1830 typedef match_results<string::const_iterator> smatch; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex.h 1830 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...]

Completed in 1079 milliseconds