Searched refs:escapes (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Dchar-escape.js28 // Check that character escapes are understood as one char
29 var escapes = ["\b", "\t", "\n", "\v", "\f", "\r", "\"", "\'", "\\", "\x4a", "\u005f"]; variable
30 for (var i = 0; i < escapes.length; i++) {
31 var str = escapes[i];
/external/fio/
H A Djson.c64 int escapes; local
69 escapes = 0;
71 escapes++;
75 p = ret = malloc(strlen(str) + escapes + 1);
/external/llvm/lib/Support/Windows/
H A DProgram.inc202 // Escape all preceding escapes (if any), and then escape the quote.
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1904 // A value escapes in three possible cases:
1912 bool escapes = true; local
1916 escapes = !regionLoc->getRegion()->hasStackStorage();
1918 if (!escapes) {
1920 // the same state, then it escapes (since the store cannot represent
1926 escapes = (State == (State->bindLoc(*regionLoc, Val)));
1933 if (!escapes)
/external/pcre/dist/
H A Dpcre_compile.c152 static const short int escapes[] = { variable
197 static const short int escapes[] = { variable
325 Unicode property escapes. */
970 * Handle escapes *
1019 else if ((i = escapes[c - CHAR_0]) != 0)
1025 else if ((i = escapes[c - 0x48]) != 0) { if (i > 0) c = (pcre_uint32)i; else escape = -i; }
1038 /* A number of Perl escapes are not handled by PCRE. We give an explicit
1432 /* PCRE_EXTRA enables extensions to Perl in the matter of escapes. Any
3837 The problem in trying to be exactly like Perl is in the handling of escapes. We
5037 assume that other escapes hav
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/bison/build-aux/
H A Dtexinfo.tex1124 % The expandable \pdfescapestring primitive escapes parentheses,
6239 % @tex ... @end tex escapes into raw TeX temporarily.
7325 % why catcode 0 for \ in the above? To recognize \\ \{ \} as "escapes"
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 142 milliseconds