HomeSort by relevance Sort by last modified time
    Searched full:escaped (Results 401 - 425 of 1174) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFTypes.cpp 306 static const char escaped[] = "#/%()<>[]{}"; local
310 if (input[i] & 0x80 || input[i] < '!' || strchr(escaped, input[i])) {
  /external/chromium_org/tools/grit/grit/gather/
rc.py 48 '''Returns a version of 'text' with characters escaped that need to be
56 '''Returns a version of 'text' with escaped characters unescaped.'''
  /external/chromium_org/url/
url_canon_etc.cc 99 // only emits the canonical version (be it valid or escaped) of each of
122 // result. Since invalid characters will be escaped, we need to preserve
  /external/clang/lib/Lex/
MacroArgs.cpp 253 // If the last character of the string is a \, and if it isn't escaped, this
257 // just escaped backslashes, otherwise it's an error.
  /external/emma/ant/ant14/com/vladium/emma/
emmajavaTask.java 204 super.createArg ().setValue (args [a]); // note: spaces etc are escaped correctly by ANT libs
233 super.createArg ().setValue (args [a]); // note: spaces etc are escaped correctly by ANT libs
  /external/protobuf/src/google/protobuf/io/
tokenizer.h 106 TYPE_STRING, // A quoted sequence of escaped characters. Either single
119 // be escaped and in quotes.
  /external/skia/src/pdf/
SkPDFTypes.cpp 306 static const char escaped[] = "#/%()<>[]{}"; local
310 if (input[i] & 0x80 || input[i] < '!' || strchr(escaped, input[i])) {
  /external/valgrind/main/docs/internals/
xml-output.txt 94 Text strings are escaped so as to remove the <, > and & characters
192 STRING is not escaped in any way, so that it itself may be a piece
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
Utils.java 367 * @param escapeWhitespaces Decides if LF, CR and TAB are escaped.
414 // write control chars escaped,
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlSerializer.java 288 * Writes text, where special XML chars are escaped automatically
294 * Writes text, where special XML chars are escaped automatically
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
quoprimime.py 65 """Return True if the character should be escaped with header quopri."""
70 """Return True if the character should be escaped with body quopri."""
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 133 output are escaped with ``\uXXXX`` sequences, and the result is a ``str``
202 If ``ensure_ascii`` is false, all non-ASCII characters are not escaped, and
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
quoprimime.py 65 """Return True if the character should be escaped with header quopri."""
70 """Return True if the character should be escaped with body quopri."""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 133 output are escaped with ``\uXXXX`` sequences, and the result is a ``str``
202 If ``ensure_ascii`` is false, all non-ASCII characters are not escaped, and
  /external/bison/src/
muscle-tab.h 101 use with b4_check_user_names in ../data/bison.m4. USER_NAME is not escaped
  /external/chromium/base/json/
json_reader.h 173 // that DecodeString is used to actually decode the escaped string into an
  /external/chromium/chrome/browser/sync/resources/
gaia_login.js 18 // double quotes (") appearing in a URI must be escaped with a backslash
  /external/chromium/net/tools/dump_cache/
url_to_filename_encoder.h 151 // escaped characters (like %21 for !).
  /external/chromium_org/chrome/browser/
platform_util_win.cc 135 // have been escaped.
  /external/chromium_org/chrome/tools/convert_dict/
dic_reader.cc 36 // convert all escaped slashes ("\/" sequences) to regular slashes.
  /external/chromium_org/components/precache/core/
precache_fetcher.cc 62 // prefix followed by the doubly escaped starting URL.
  /external/chromium_org/net/tools/dump_cache/
url_to_filename_encoder.h 150 // escaped characters (like %21 for !).
  /external/chromium_org/third_party/WebKit/Source/platform/text/
SegmentedString.h 296 bool escaped() const { return m_pushedChar1; } function in class:WebCore::SegmentedString
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
KURL.cpp 179 // canonical and in proper escaped form so needs no encoding. We treat it as
652 String escaped(buffer.data(), buffer.length());
654 escaped.replace("%2F", "/");
655 return escaped;
  /external/chromium_org/third_party/icu/source/common/
ruleiter.h 117 * was escaped

Completed in 1268 milliseconds

<<11121314151617181920>>