/external/libcxx/test/std/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...] |
/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...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
DateFormatRoundTripTest.java | 185 int smatch = 0; // s[smatch].equals(s[smatch-1]) local 194 if (smatch == 0) { 196 if (smatch == 0) { 198 smatch = loop; 215 if (smatch != 0 && dmatch != 0) 220 // max(smatch, dmatch), that is, the index at which we have string and 226 if (dmatch > maxDmatch || smatch > maxSmatch) { 243 if (dmatch > maxDmatch || smatch > maxSmatch) [all...] |
/external/icu/icu4c/source/test/intltest/ |
dtfmtrtts.cpp | 337 int smatch = 0; // s[smatch].equals(s[smatch-1]) local 355 if(smatch == 0) { 357 if(smatch == 0) { 359 smatch = loop; 376 if(smatch != 0 && dmatch != 0) 381 // max(smatch, dmatch), that is, the index at which we have string and 405 if(smatch > maxSmatch) { // Don't compute unless necessary 424 && !failure(status, "error status [smatch>maxSmatch]" [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
DateFormatRoundTripTest.java | 181 int smatch = 0; // s[smatch].equals(s[smatch-1]) local 190 if (smatch == 0) { 192 if (smatch == 0) { 194 smatch = loop; 211 if (smatch != 0 && dmatch != 0) 216 // max(smatch, dmatch), that is, the index at which we have string and 222 if (dmatch > maxDmatch || smatch > maxSmatch) { 239 if (dmatch > maxDmatch || smatch > maxSmatch) [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-linux-glibc2.15-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/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
regex.h | 1890 typedef match_results<string::const_iterator> smatch; typedef [all...] |