/external/regex-re2/re2/testing/ |
tester.cc | 83 bool have_submatch; // computed all submatch info 84 bool have_submatch0; // computed just submatch[0] 85 StringPiece submatch[kMaxSubmatch]; member in struct:re2::TestInstance::Result 307 result->submatch, nsubmatch); 318 result->submatch, nsubmatch); 337 prog_->SearchDFA(text, context, anchor, kind_, result->submatch, 342 if (!rprog_->SearchDFA(result->submatch[0], context, 344 result->submatch, 363 result->submatch, nsubmatch); 373 result->submatch, nsubmatch) [all...] |
backtrack.cc | 55 StringPiece* submatch, int nsubmatch); 96 StringPiece* submatch, int nsubmatch) { 108 submatch_ = submatch;
|
re2_test.cc | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
regex | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
regex.h | 849 /** @brief Standard regex submatch over a C-style null-terminated string. */ 851 /** @brief Standard regex submatch over a standard string. */ 854 /** @brief Regex submatch over a C-style null-terminated wide string. */ 856 /** @brief Regex submatch over a standard wide string. */ 864 * @param lhs First regular expression submatch. 865 * @param rhs Second regular expression submatch. 876 * @param lhs First regular expression submatch. 877 * @param rhs Second regular expression submatch. 888 * @param lhs First regular expression submatch. 889 * @param rhs Second regular expression submatch [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
regex | [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 | 849 /** @brief Standard regex submatch over a C-style null-terminated string. */ 851 /** @brief Standard regex submatch over a standard string. */ 854 /** @brief Regex submatch over a C-style null-terminated wide string. */ 856 /** @brief Regex submatch over a standard wide string. */ 864 * @param lhs First regular expression submatch. 865 * @param rhs Second regular expression submatch. 876 * @param lhs First regular expression submatch. 877 * @param rhs Second regular expression submatch. 888 * @param lhs First regular expression submatch. 889 * @param rhs Second regular expression submatch [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
regex | [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
regex | [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
regex | [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
regex | [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/ |
regex | [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
regex.h | 849 /** @brief Standard regex submatch over a C-style null-terminated string. */ 851 /** @brief Standard regex submatch over a standard string. */ 854 /** @brief Regex submatch over a C-style null-terminated wide string. */ 856 /** @brief Regex submatch over a standard wide string. */ 864 * @param lhs First regular expression submatch. 865 * @param rhs Second regular expression submatch. 876 * @param lhs First regular expression submatch. 877 * @param rhs Second regular expression submatch. 888 * @param lhs First regular expression submatch. 889 * @param rhs Second regular expression submatch [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
regex | [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
regex | [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
regex.h | 852 /** @brief Standard regex submatch over a C-style null-terminated string. */ 854 /** @brief Standard regex submatch over a standard string. */ 857 /** @brief Regex submatch over a C-style null-terminated wide string. */ 859 /** @brief Regex submatch over a standard wide string. */ 867 * @param __lhs First regular expression submatch. 868 * @param __rhs Second regular expression submatch. 879 * @param __lhs First regular expression submatch. 880 * @param __rhs Second regular expression submatch. 891 * @param __lhs First regular expression submatch. 892 * @param __rhs Second regular expression submatch [all...] |
/external/regex-re2/re2/ |
bitstate.cc | 7 // Prog::SearchBitState is a regular expression search with submatch 40 StringPiece* submatch, int nsubmatch); 295 StringPiece* submatch, int nsubmatch) { 308 submatch_ = submatch;
|
nfa.cc | 16 // over the DFA implementation is that it tracks submatch boundaries. 18 // When the choice of submatch boundaries is ambiguous, this particular 46 // Records submatch boundaries in submatch[1..nsubmatch-1]. 47 // Submatch[0] is the entire match. When there is a choice in 48 // which text matches each subexpression, the submatch boundaries 52 StringPiece* submatch, int nsubmatch); 402 StringPiece* submatch, int nsubmatch) { 610 submatch[i].set(match_[2*i], match_[2*i+1] - match_[2*i]);
|
re2.cc | 225 // cares about submatch information, but the one-pass 330 // Returns the maximum submatch needed for the rewrite to be done by Replace(). 529 StringPiece* submatch, 675 // If only a small amount of text and need submatch 721 submatch[0] = match; 731 // to find submatch locations. 742 if (!prog_->SearchOnePass(subtext1, text, anchor, kind, submatch, ncap)) { 753 kind, submatch, ncap)) { 763 if (!prog_->SearchNFA(subtext1, text, anchor, kind, submatch, ncap)) { 773 submatch[0] = StringPiece(submatch[0].begin() - prefixlen [all...] |
prog.h | 149 // For \n (the submatch for the nth parentheses), 182 // match but still makes its submatch choices the way 251 // If match found, fills match[0..nmatch-1] with submatch info. 253 // If a particular submatch is not matched during the regexp match,
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/ |
regress-105972.js | 81 * The submatch $1 = (:|$) will contain the ':' 99 * The submatch $1 = (:|$) will contain the empty string
|
/ndk/sources/cxx-stl/llvm-libc++/test/re/re.iter/re.tokiter/re.tokiter.cnstr/ |
int.pass.cpp | 15 // const regex_type& re, int submatch = 0,
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
vim.php | 120 'strlen', 'strpart', 'strridx', 'strtrans', 'submatch',
|
/external/regex-re2/ |
ucs2.diff | 523 - AdjustUCS2ToUTF8(context, orig_context, &result->submatch[0]); 526 - AdjustUCS2ToUTF8(context, orig_context, &result->submatch[i]); 534 memset(result->submatch, 0, sizeof result->submatch);
|
/external/clang/test/ |
cxx-sections.data | [all...] |