HomeSort by relevance Sort by last modified time
    Searched full:regexp (Results 251 - 275 of 476) sorted by null

<<11121314151617181920

  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/
regress-181914.js 164 return err.toString().search(RegExp(pattern));
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
15.10.6.2-1.js 28 * 15.10.6.2 RegExp.prototype.exec(string)
regress-57572.js 23 * Arose from Bugzilla bug 57572: "RegExp with ? matches incorrectly"
regress-76683.js 23 * "RegExp regression (NullPointerException)"
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Statements/
regress-131348.js 133 * The result of an unsuccessful regexp match is the null value
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/String/
regress-189898.js 77 * Same as above, but providing a regexp in the first parameter
  /external/webkit/WebCore/bindings/v8/
V8LazyEventListener.cpp 130 // source returned (sometimes a RegExp is applied as well) for some
  /external/webkit/WebKitTools/Scripts/webkitpy/
diff_parser.py 39 """Matches the string with the pattern, caching the compiled regexp."""
  /frameworks/base/common/java/com/android/common/
Rfc822Validator.java 43 * that don't exist at the time of this writing, so this regexp relaxes
  /frameworks/base/core/java/android/os/
PatternMatcher.java 44 * wildcard part of a normal regexp.
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 191 * The glob pattern is not a regexp. It only accepts the "*" keyword to mean
203 // transforms the glob pattern in a regexp:
217 Pattern regexp = Pattern.compile(globPattern); local
221 if (regexp.matcher(class_name).matches()) {
  /packages/apps/Email/src/com/android/email/mail/internet/
EmailHtmlUtil.java 67 // Regexp which matches ' src="cid:contentId"'.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/
PixelDensityQualifier.java 88 // which really shouldn't happen since the regexp would have failed.
  /dalvik/docs/
prettify.js 208 * <p>Specifically, I've removed any keywords that can't precede a regexp
240 return new RegExp(pattern);
243 // have flags for case-sensitivity and the like. Having regexp tokens
246 // TODO: maybe style special characters inside a regexp as punctuation.
521 * [style : string, pattern : RegExp, context : RegExp, shortcut : string].
742 [PR_STRING, new RegExp(REGEX_LITERAL), REGEXP_PRECEDER_PATTERN]);
    [all...]
  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.cpp 92 static UString regexpToSourceString(RegExp* regExp)
96 if (regExp->global())
98 if (regExp->ignoreCase())
100 if (regExp->multiline())
103 return makeString("/", regExp->pattern(), postfix);
106 static CString regexpName(int re, RegExp* regexp)
108 return makeString(regexpToSourceString(regexp), "(@re", UString::from(re), ")").UTF8String();
516 printf("[%4d] new_regexp\t %s, %s\n", location, registerName(exec, r0).c_str(), regexpName(re0, regexp(re0)).c_str())
    [all...]
  /external/icu4c/common/unicode/
utypes.h 743 U_REGEX_ERROR_START=0x10300, /**< Start of codes indicating Regexp failures */
744 U_REGEX_RULE_SYNTAX, /**< Syntax error in regexp pattern. */
748 U_REGEX_UNIMPLEMENTED, /**< Use of regexp feature that is not yet implemented. */
749 U_REGEX_MISMATCHED_PAREN, /**< Incorrectly nested parentheses in regexp pattern. */
763 U_REGEX_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for regexp errors */
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
utypes.h 666 U_REGEX_ERROR_START=0x10300, /**< Start of codes indicating Regexp failures */
668 U_REGEX_RULE_SYNTAX, /**< Syntax error in regexp pattern. */
672 U_REGEX_UNIMPLEMENTED, /**< Use of regexp feature that is not yet implemented. */
673 U_REGEX_MISMATCHED_PAREN, /**< Incorrectly nested parentheses in regexp pattern. */
681 U_REGEX_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for regexp errors */
  /external/webkit/JavaScriptGlue/icu/unicode/
utypes.h 666 U_REGEX_ERROR_START=0x10300, /**< Start of codes indicating Regexp failures */
668 U_REGEX_RULE_SYNTAX, /**< Syntax error in regexp pattern. */
672 U_REGEX_UNIMPLEMENTED, /**< Use of regexp feature that is not yet implemented. */
673 U_REGEX_MISMATCHED_PAREN, /**< Incorrectly nested parentheses in regexp pattern. */
681 U_REGEX_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for regexp errors */
  /external/webkit/WebCore/icu/unicode/
utypes.h 666 U_REGEX_ERROR_START=0x10300, /**< Start of codes indicating Regexp failures */
668 U_REGEX_RULE_SYNTAX, /**< Syntax error in regexp pattern. */
672 U_REGEX_UNIMPLEMENTED, /**< Use of regexp feature that is not yet implemented. */
673 U_REGEX_MISMATCHED_PAREN, /**< Incorrectly nested parentheses in regexp pattern. */
681 U_REGEX_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for regexp errors */
  /external/webkit/WebKit/mac/icu/unicode/
utypes.h 666 U_REGEX_ERROR_START=0x10300, /**< Start of codes indicating Regexp failures */
668 U_REGEX_RULE_SYNTAX, /**< Syntax error in regexp pattern. */
672 U_REGEX_UNIMPLEMENTED, /**< Use of regexp feature that is not yet implemented. */
673 U_REGEX_MISMATCHED_PAREN, /**< Incorrectly nested parentheses in regexp pattern. */
681 U_REGEX_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for regexp errors */
  /build/tools/droiddoc/templates/assets/
prettify.js 15 f===L||f===Tb)f=Q+f;return f}function q(j){for(var f=j.substring(1,j.length-1).match(new RegExp(Ub,R)),s=[],k=[],h=f[0]===M,e=h?1:0,p=f.length;e<p;++e){var t=f[e];switch(t){case Vb:case Wb:case Xb:case Yb:case Zb:case $b:case ac:case bc:s.push(t);continue}var u=l(t),x;if(e+2<p&&Sb===f[e+1]){x=l(f[e+2]);e+=2}else x=u;k.push([u,x]);if(!(x<65||u>122)){x<65||u>90||k.push([Math.max(65,u)|32,Math.min(x,90)|32]);x<97||u>122||k.push([Math.max(97,u)&-33,Math.min(x,122)&-33])}}k.sort(function(Oa,Pa){return Oa[0]-
16 Pa[0]||Pa[1]-Oa[1]});var B=[],E=[NaN,NaN];for(e=0;e<k.length;++e){var A=k[e];if(A[0]<=E[1]+1)E[1]=Math.max(E[1],A[1]);else B.push(E=A)}var D=[L];h&&D.push(M);D.push.apply(D,s);for(e=0;e<B.length;++e){A=B[e];D.push(n(A[0]));if(A[1]>A[0]){A[1]+1>A[0]&&D.push(Sb);D.push(n(A[1]))}}D.push(Tb);return D.join(P)}function v(j){var f=j.source.match(new RegExp(cc,R)),s=f.length,k=[],h,e=0;for(h=0;e<s;++e){var p=f[e];if(p===H)++h;else if(Q===p.charAt(0)){var t=+p.substring(1);if(t&&t<=h)k[t]=-1}}for(e=1;e<k.length;++e)if(-1===
18 m);w.push(dc+v(m)+ec)}return new RegExp(w.join(O),d?fc:R)}var ha=r;function Td(a){if(r===ha){var b=document.createElement(gc);b.appendChild(document.createTextNode(hc));ha=!/</.test(b.innerHTML)}if(ha){var c=a.innerHTML;if(Ma(a))c=ga(c);return c}for(var d=[],g=a.firstChild;g;g=g.nextSibling)W(g,d);return d.join(P)}function Ud(a){var b=0;return function(c){for(var d=r,g=0,i=0,m=c.length;i<m;++i){var l=c.charAt(i);switch(l){case ic:d||(d=[]);d.push(c.substring(g,i));var n=a-b%a;for(b+=n;n>=0;n-=" ".length)d.push(" ".substring(0,
19 n));g=i+1;break;case jc:b=0;break;default:++b}}if(!d)return c;d.push(c.substring(g));return d.join(P)}}var Vd=new RegExp(kc,R),Wd=/^<\!--/,Xd=/^<\[CDATA\[/,Yd=/^<br\b/i,Qa=/^<(\/?)([a-zA-Z]+)/;function Zd(a){var b=a.match(Vd),c=[],d=0,g=[];if(b)for(var i=0,m=b.length;i<m;++i){var l=b[i];if(l.length>1&&l.charAt(0)===I){if(!Wd.test(l))if(Xd.test(l)){c.push(l.substring(9,l.length-3));d+=l.length-12}else if(Yd.test(l)){c.push(jc);++d}else if(l.indexOf(lc)>=0&&$d(l)){var n=l.match(Qa)[2],q=1,v;v=i+1;a:for(;v<
23 else a.multiLineStrings?b.push([U,/^(?:\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$)|\`(?:[^\\\`]|\\[\s\S])*(?:\`|$))/,r,qc]):b.push([U,/^(?:\'(?:[^\\\'\r\n]|\\.)*(?:\'|$)|\"(?:[^\\\"\r\n]|\\.)*(?:\"|$))/,r,rc]);if(a.hashComments)a.cStyleComments?b.push([V,/^#(?:[^\r\n\/]|\/(?!\*)|\/\*[^\r\n]*?\*\/)*/,r,F]):b.push([V,/^#[^\r\n]*/,r,F]);if(a.cStyleComments){c.push([V,/^\/\/[^\r\n]*/,r]);c.push([V,/^\/\*[\s\S]*?(?:\*\/|$)/,r])}a.regexLiterals&&c.push([sc,new RegExp(M+N+tc)]);var d=
24 a.keywords.replace(/^\s+|\s+$/g,P);d.length&&c.push([uc,new RegExp(vc+d.replace(/\s+/g,O)+wc),r]);b.push([S,/^\s+/,r,xc]);c.push([yc,/^@[a-z_$][a-z_$@0-9]*/i,r,Ia],[zc,/^@?[A-Z]+[a-z][A-Za-z_$@0-9]*/,r],[S,/^[a-z_$][a-z_$@0-9]*/i,r],[yc,/^(?:0x[a-f0-9]+|(?:\d(?:_\d+)*\d*(?:\.\d*)?|\.\d\+)(?:e[+\-]?\d+)?)[a-z]*/i,r,Ac],[Y,/^.[^\s\w\.$@\'\"\`\/\#]*/,r]);return K(b,c)}var ae=C({keywords:Bc,hashComments:o,cStyleComments:o,multiLineStrings:o,regexLiterals:o});function be(a){var b=a.source,c=a.f,d=a.c,
  /external/v8/test/sputnik/
sputnik.status 48 # We allow calls to regexp exec() with no arguments to fail for
130 # We are silent in some regexp cases where the spec wants us to give
  /external/webkit/JavaScriptCore/
JavaScriptCore.gypi 300 'runtime/RegExp.cpp',
301 'runtime/RegExp.h',
  /external/webkit/JavaScriptCore/pcre/
pcre_internal.h 207 // FIXME: These are really more of a "compiled regexp state" than "regexp options"
  /external/webkit/LayoutTests/fast/js/resources/
json2-es5-compat.js 445 // We split the second stage into 4 regexp operations in order to work around
446 // crippling inefficiencies in IE's and Safari's regexp engines. First we

Completed in 823 milliseconds

<<11121314151617181920