Home
last modified time | relevance | path

Searched defs:regexp (Results 1 – 25 of 89) sorted by relevance

1234

/external/icu4c/i18n/
Duregex.cpp324 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_pattern() local
344 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_patternUText() local
356 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_flags() local
375 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_setText() local
408 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_setUText() local
438 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_getText() local
478 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_getUText() local
495 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_refreshUText() local
519 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_matches64() local
549 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_lookingAt64() local
[all …]
/external/chromium_org/third_party/icu/source/i18n/
Duregex.cpp323 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_pattern() local
343 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_patternUText() local
355 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_flags() local
374 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_setText() local
407 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_setUText() local
437 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_getText() local
477 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_getUText() local
501 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_matches64() local
531 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_lookingAt64() local
562 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_find64() local
[all …]
/external/chromium_org/third_party/re2/re2/testing/
Dregexp_benchmark.cc42 const char* regexp = "(\\d+)-(\\d+)-(\\d+)"; in MemoryUsage() local
150 void Search(int iters, int nbytes, const char* regexp, SearchImpl* search) { in Search()
243 string regexp = "^" + s + ".*$"; in SearchBigFixed() local
286 void SearchSuccess(int iters, int nbytes, const char* regexp, SearchImpl* search) { in SearchSuccess()
566 void ParseRegexp(int iters, const string& regexp) { in ParseRegexp()
574 void SimplifyRegexp(int iters, const string& regexp) { in SimplifyRegexp()
585 void NullWalkRegexp(int iters, const string& regexp) { in NullWalkRegexp()
594 void SimplifyCompileRegexp(int iters, const string& regexp) { in SimplifyCompileRegexp()
608 void CompileRegexp(int iters, const string& regexp) { in CompileRegexp()
619 void CompileToProg(int iters, const string& regexp) { in CompileToProg()
[all …]
Dsimplify_test.cc15 const char* regexp; member
/external/regex-re2/re2/testing/
Dregexp_benchmark.cc42 const char* regexp = "(\\d+)-(\\d+)-(\\d+)"; in MemoryUsage() local
150 void Search(int iters, int nbytes, const char* regexp, SearchImpl* search) { in Search()
243 string regexp = "^" + s + ".*$"; in SearchBigFixed() local
286 void SearchSuccess(int iters, int nbytes, const char* regexp, SearchImpl* search) { in SearchSuccess()
566 void ParseRegexp(int iters, const string& regexp) { in ParseRegexp()
574 void SimplifyRegexp(int iters, const string& regexp) { in SimplifyRegexp()
585 void NullWalkRegexp(int iters, const string& regexp) { in NullWalkRegexp()
594 void SimplifyCompileRegexp(int iters, const string& regexp) { in SimplifyCompileRegexp()
608 void CompileRegexp(int iters, const string& regexp) { in CompileRegexp()
619 void CompileToProg(int iters, const string& regexp) { in CompileToProg()
[all …]
Dsimplify_test.cc15 const char* regexp; member
/external/libvpx/libvpx/examples/
Dgen_example_doxy.php45 $regexp = '/\[\[(.*?)\]\]/'; // Double square bracket delimiters variable
60 $regexp = '|<pre><code>(.*?)<\/code><\/pre>|si'; variable
73 $regexp = '|<div class="codeblock">(.*?)<\/div>|si'; variable
/external/chromium_org/v8/test/webkit/fast/regex/
Dmalformed-escapes.js28 var regexp; variable
Dquantified-assertions.js28 var regexp; variable
/external/v8/src/
Dregexp.js123 function DoRegExpExec(regexp, string, index) { argument
160 function RegExpExecNoTests(regexp, string, start) { argument
268 function TrimRegExp(regexp) { argument
/external/chromium_org/v8/src/
Dregexp.js127 function DoRegExpExec(regexp, string, index) { argument
153 function RegExpExecNoTests(regexp, string, start) { argument
265 function TrimRegExp(regexp) { argument
/external/v8/test/mjsunit/
Dwith-function-expression.js35 var regexp = /function/; variable
Dregexp-call-as-function.js32 var regexp = /a(b)(c)/; variable
Dfunction-without-prototype.js53 var regexp = /abc/g; variable
/external/chromium_org/v8/test/mjsunit/
Dwith-function-expression.js35 var regexp = /function/; variable
Dregexp-call-as-function.js32 var regexp = /a(b)(c)/; variable
Dfunction-without-prototype.js53 var regexp = /abc/g; variable
/external/chromium_org/v8/test/webkit/
Dregexp-many-brackets.js30 var regexp = ""; variable
/external/oprofile/libregex/
Dop_regex.cpp26 string op_regerror(int err, regex_t const & regexp) in op_regerror()
36 void op_regcomp(regex_t & regexp, string const & pattern) in op_regcomp()
53 void op_regfree(regex_t & regexp) in op_regfree()
108 regex_t regexp; in add_pattern() local
Dop_regex.h87 regex_t regexp; member
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-regexp-construct-result.js38 var regexp = new RegExp(regexp_string); variable
/external/smack/src/org/xbill/DNS/
DNAPTRRecord.java19 private byte [] flags, service, regexp; field in NAPTRRecord
44 String flags, String service, String regexp, Name replacement) in NAPTRRecord()
/external/chromium_org/tools/grit/grit/gather/
Dregexp.py45 def _RegExpParse(self, regexp, text_to_parse): argument
/external/chromium_org/third_party/libxml/src/
DtestAutomata.c38 xmlRegexpPtr regexp = NULL; in testRegexpFile() local
225 xmlRegexpPtr regexp; in main() local
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dregexp_cache.cc54 const RegExp* regexp = regexp_factory_.CreateRegExp(pattern); in GetRegExp() local

1234