HomeSort by relevance Sort by last modified time
    Searched full:escapes (Results 1 - 25 of 279) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/lib/ss/
ss_err.et 34 "Shell escapes are disabled"
  /external/icu4c/samples/datefmt/
util.h 12 // Replace nonprintable characters with unicode escapes
util.cpp 31 // Replace nonprintable characters with unicode escapes
  /external/icu4c/samples/msgfmt/
util.h 12 // Replace nonprintable characters with unicode escapes
util.cpp 31 // Replace nonprintable characters with unicode escapes
  /external/icu4c/samples/numfmt/
util.h 13 // Replace nonprintable characters with unicode escapes
util.cpp 43 // Replace nonprintable characters with unicode escapes
  /external/icu4c/samples/translit/
util.h 12 // Replace nonprintable characters with unicode escapes
util.cpp 31 // Replace nonprintable characters with unicode escapes
  /external/clearsilver/man/man3/
cgi_url_validate.3 32 It then html escapes the entire URL so that it is safe to
  /external/v8/test/mjsunit/
char-escape.js 28 // 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];
escape.js 44 // Check unicode escapes have a leading zero to pad to 4 digits
46 // Check escapes are upper case
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Unicode/
uc-002-n.js 31 printStatus ("Non-character escapes in identifiers negative test.");
35 "Non-character escapes in identifiers negative test.");
uc-003.js 35 printStatus ("Escapes in identifiers test.");
  /dalvik/libcore/security/src/main/java/org/bouncycastle/i18n/filter/
SQLFilter.java 7 * escapes ' " = - / \ ; \r \n
  /external/icu4c/test/intltest/
tokiter.h 23 * match). Escapes are processed using standard ICU unescaping.
  /frameworks/base/core/java/com/android/internal/util/
FastXmlSerializer.java 119 final String[] escapes = ESCAPE_TABLE; local
125 String escape = escapes[c];
136 final String[] escapes = ESCAPE_TABLE; local
143 String escape = escapes[c];
  /dalvik/libcore/sql/src/main/java/SQLite/
StringEncoder.java 29 * the number of escapes required.
53 // determine shift for minimum number of escapes
77 // insert escapes
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemText.java 50 * Normally, the xml output method escapes & and < (and
75 * Normally, the xml output method escapes & and < (and
ElemTextLiteral.java 123 * Normally, the xml output method escapes & and < (and
148 * Normally, the xml output method escapes & and < (and
  /bootable/recovery/edify/
README 10 understood, as are hexadecimal escapes like \x4a.
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/
Result.java 34 * <p>Normally, result tree serialization escapes & and < (and
  /system/core/libacc/
FEATURES 80 character escapes are supported.
  /system/core/sh/bltin/
echo.c 45 * The Single Unix Spec requires that \ escapes be treated as if -e
  /external/icu4c/common/
ruleiter.h 79 * to its value. Escapes are parsed using Utility.unescapeAt().
212 * Returns the current 32-bit code point without parsing escapes, parsing

Completed in 449 milliseconds

1 2 3 4 5 6 7 8 91011>>