|   /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ | 
| regex  |     [all...] | 
|   /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ | 
| regex  |     [all...] | 
|   /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ | 
| regex.h  | 833   /** @brief Standard regex submatch over a C-style null-terminated string. */ 836   /** @brief Standard regex submatch over a standard string. */ 840   /** @brief Regex submatch over a C-style null-terminated wide string. */ 843   /** @brief Regex submatch over a standard wide string. */ 851    * @param __lhs First regular expression submatch. 852    * @param __rhs Second regular expression submatch. 862    * @param __lhs First regular expression submatch. 863    * @param __rhs Second regular expression submatch. 873    * @param __lhs First regular expression submatch. 874    * @param __rhs Second regular expression submatch     [all...] | 
|   /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ | 
| regex.h  | 833   /** @brief Standard regex submatch over a C-style null-terminated string. */ 836   /** @brief Standard regex submatch over a standard string. */ 840   /** @brief Regex submatch over a C-style null-terminated wide string. */ 843   /** @brief Regex submatch over a standard wide string. */ 851    * @param __lhs First regular expression submatch. 852    * @param __rhs Second regular expression submatch. 862    * @param __lhs First regular expression submatch. 863    * @param __rhs Second regular expression submatch. 873    * @param __lhs First regular expression submatch. 874    * @param __rhs Second regular expression submatch     [all...] | 
|   /prebuilts/go/darwin-x86/src/regexp/testdata/ | 
| README  | 14   * The submatch choice is first match, not the POSIX rule.
  | 
|   /prebuilts/go/linux-x86/src/regexp/testdata/ | 
| README  | 14   * The submatch choice is first match, not the POSIX rule.
  | 
|   /external/libcxx/test/std/re/re.iter/re.regiter/re.regiter.cnstr/ | 
| cnstr.fail.cpp  | 16 //                      int submatch = 0,
  | 
|   /external/libcxx/test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/ | 
| int.fail.cpp  | 15 //                      const regex_type&& re, int submatch = 0,
  | 
| int.pass.cpp  | 15 //                      const regex_type& re, int submatch = 0,
  | 
|   /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.iter/re.regiter/re.regiter.cnstr/ | 
| cnstr.fail.cpp  | 16 //                      int submatch = 0,
  | 
|   /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/ | 
| int.fail.cpp  | 15 //                      const regex_type&& re, int submatch = 0,
  | 
| int.pass.cpp  | 15 //                      const regex_type& re, int submatch = 0,
  | 
|   /prebuilts/go/darwin-x86/src/regexp/ | 
| regexp.go  | 27 //	Find(All)?(String)?(Submatch)?(Index)? 39 // If 'Submatch' is present, the return value is a slice identifying the 43 // parenthesis. Submatch 0 is the match of the entire expression, submatch 1 48 // the nth submatch. The pair for n==0 identifies the match of the entire 50 // text of the match/submatch. If an index is negative, it means that 148 // submatch choices, and here this package diverges from POSIX. 478 // in Expand, so for instance $1 represents the text of the first submatch. 577 // in Expand, so for instance $1 represents the text of the first submatch. 784 // subexpressions, as defined by the 'Submatch' descriptions in the packag     [all...] | 
| exec.go  | 112 // If so, m.matchcap holds the submatch information. 311 // If so, m.matchcap holds the submatch information.
  | 
| find_test.go  | 14 // We can derive the textual results from the indexed results, the non-submatch 312 // Now come the Submatch cases. 393 			t.Errorf("match %d: submatch error: expected %v got %v: %s", n, expect, result, test)
  | 
| backtrack.go  | 5 // backtrack is a regular expression search with submatch
  | 
| exec_test.go  | 52 // submatch indices. An unmatched subexpression formats 291 			// Process a single pair.  - means no submatch.
  | 
|   /prebuilts/go/linux-x86/src/regexp/ | 
| regexp.go  | 27 //	Find(All)?(String)?(Submatch)?(Index)? 39 // If 'Submatch' is present, the return value is a slice identifying the 43 // parenthesis. Submatch 0 is the match of the entire expression, submatch 1 48 // the nth submatch. The pair for n==0 identifies the match of the entire 50 // text of the match/submatch. If an index is negative, it means that 148 // submatch choices, and here this package diverges from POSIX. 478 // in Expand, so for instance $1 represents the text of the first submatch. 577 // in Expand, so for instance $1 represents the text of the first submatch. 784 // subexpressions, as defined by the 'Submatch' descriptions in the packag     [all...] | 
| exec.go  | 112 // If so, m.matchcap holds the submatch information. 311 // If so, m.matchcap holds the submatch information.
  | 
| find_test.go  | 14 // We can derive the textual results from the indexed results, the non-submatch 312 // Now come the Submatch cases. 393 			t.Errorf("match %d: submatch error: expected %v got %v: %s", n, expect, result, test)
  | 
| backtrack.go  | 5 // backtrack is a regular expression search with submatch
  | 
|   /prebuilts/go/darwin-x86/src/regexp/syntax/ | 
| doc.go  | 54   (re)           numbered capturing group (submatch) 55   (?P<name>re)   named & numbered capturing group (submatch)
  | 
|   /prebuilts/go/linux-x86/src/regexp/syntax/ | 
| doc.go  | 54   (re)           numbered capturing group (submatch) 55   (?P<name>re)   named & numbered capturing group (submatch)
  | 
|   /build/soong/cmd/javac_wrapper/ | 
| javac_wrapper.go  | 151 // If line matches re, make it bold and apply color to the first submatch
  | 
|   /device/google/wahoo/usb/ | 
| Usb.cpp  | 613         std::csub_match submatch = match[1];  local  614         checkUsbDeviceAutoSuspend("/sys" +  submatch.str());
  |