HomeSort by relevance Sort by last modified time
    Searched refs:multiline (Results 26 - 42 of 42) sorted by null

12

  /external/webkit/Source/JavaScriptCore/yarr/
YarrPattern.cpp     [all...]
YarrJIT.cpp 40 friend void jitCompile(JSGlobalData*, YarrCodeBlock& jitObject, const UString& pattern, unsigned& numSubpatterns, const char*& error, bool ignoreCase, bool multiline);
    [all...]
  /external/v8/test/cctest/
test-regexp.cc 497 static RegExpNode* Compile(const char* input, bool multiline, bool is_ascii) {
502 if (!v8::internal::RegExpParser::ParseRegExp(&reader, multiline,
507 RegExpEngine::Compile(&compile_data, false, multiline, pattern, is_ascii);
513 bool multiline,
518 RegExpNode* node = Compile(input, multiline, is_ascii);
    [all...]
  /external/v8/src/
parser.h 312 bool multiline,
log.cc 662 // (re.global?"g":"") + (re.ignorecase?"i":"") + (re.multiline?"m":"")
692 // multiline flag
693 Handle<Object> multiline = GetProperty(regexp, "multiline"); local
694 if (multiline->IsTrue()) {
    [all...]
mirror-debugger.js 1052 * Returns whether this regular expression has the multiline (m) flag set.
1053 * @return {boolean} Value of the multiline flag
1055 RegExpMirror.prototype.multiline = function() {
1056 return this.value_.multiline;
    [all...]
jsregexp.h     [all...]
parser.cc     [all...]
runtime.cc 1797 Object* multiline = args[4]; local
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
prettify.js 6 {b:8,t:9,n:10,v:11,f:12,r:13},n=[],p=0,d=a.length;p<d;++p){g=a[p];if(g.global||g.multiline)throw Error(""+g);n.push("(?:"+y(g)+")")}return RegExp(n.join("|"),l?"gi":"g")}function M(a){function m(a){switch(a.nodeType){case 1:if(e.test(a.className))break;for(var g=a.firstChild;g;g=g.nextSibling)m(g);g=a.nodeName;if("BR"===g||"LI"===g)h[s]="\n",t[s<<1]=y++,t[s++<<1|1]=a;break;case 3:case 4:g=a.nodeValue,g.length&&(g=p?g.replace(/\r\n?/g,"\n"):g.replace(/[\t\n\r ]+/g," "),h[s]=g,t[s<<1]=y,y+=g.length,
global-libraries-combined.js     [all...]
  /build/tools/droiddoc/templates-pdk/assets/
prettify.js 17 k[e])k[e]=++b;for(h=e=0;e<s;++e){p=f[e];if(p===H){++h;if(k[h]===undefined)f[e]=dc}else if(Q===p.charAt(0))if((t=+p.substring(1))&&t<=h)f[e]=Q+k[h]}for(h=e=0;e<s;++e)if(M===f[e]&&M!==f[e+1])f[e]=P;if(j.ignoreCase&&c)for(e=0;e<s;++e){p=f[e];var u=p.charAt(0);if(p.length>=2&&u===L)f[e]=q(p);else if(u!==Q)f[e]=p.replace(/[a-zA-Z]/g,function(x){var B=x.charCodeAt(0);return L+String.fromCharCode(B&-33,B|32)+Tb})}return f.join(P)}var w=[];g=0;for(i=a.length;g<i;++g){m=a[g];if(m.global||m.multiline)throw new Error(P+
  /external/doclava/res/assets/templates/assets/
prettify.js 17 k[e])k[e]=++b;for(h=e=0;e<s;++e){p=f[e];if(p===H){++h;if(k[h]===undefined)f[e]=dc}else if(Q===p.charAt(0))if((t=+p.substring(1))&&t<=h)f[e]=Q+k[h]}for(h=e=0;e<s;++e)if(M===f[e]&&M!==f[e+1])f[e]=P;if(j.ignoreCase&&c)for(e=0;e<s;++e){p=f[e];var u=p.charAt(0);if(p.length>=2&&u===L)f[e]=q(p);else if(u!==Q)f[e]=p.replace(/[a-zA-Z]/g,function(x){var B=x.charCodeAt(0);return L+String.fromCharCode(B&-33,B|32)+Tb})}return f.join(P)}var w=[];g=0;for(i=a.length;g<i;++g){m=a[g];if(m.global||m.multiline)throw new Error(P+
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 736 """Find the beginning marker for a multiline comment."""
764 """Removes multiline (c-style) comments from lines."""
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
SerializedScriptValue.cpp 469 if (regExp->regExp()->multiline())
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ElementsTreeOutline.js     [all...]
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.cpp 102 if (regExp->multiline())
    [all...]

Completed in 487 milliseconds

12