/external/skia/src/pdf/ |
SkPDFTypes.cpp | 300 static const char escaped[] = "#/%()<>[]{}"; local 304 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
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
MoreKeySpecTests.java | 110 // Escaped marker. 111 assertInsertAdditionalMoreKeys("escaped marker",
|
/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_org/chrome/browser/ |
platform_util_win.cc | 132 // 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 | 63 // 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/testing/gtest/ |
CHANGES | 14 * Improvement: char pointers and char arrays are now escaped properly
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
SegmentedString.h | 292 bool escaped() const { return m_pushedChar1; } function in class:blink::SegmentedString
|
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/ |
KURL.cpp | 188 // canonical and in proper escaped form so needs no encoding. We treat it as 686 String escaped(buffer.data(), buffer.length()); 688 escaped.replace("%2F", "/"); 689 return escaped;
|
/external/chromium_org/third_party/icu/source/common/ |
ruleiter.h | 116 * was escaped
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
ucbuf.h | 141 * Rewinds the buffer by one codepoint. Does not rewind over escaped characters.
|
/external/chromium_org/third_party/libaddressinput/src/cpp/test/ |
supplier_test.cc | 40 // constants in hex escaped UTF-8 encoding.
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/ |
CHANGES | 14 * Improvement: char pointers and char arrays are now escaped properly
|
/external/chromium_org/third_party/markupsafe/ |
__init__.py | 25 needing to be escaped. This implements the `__html__` interface a couple
|
/external/chromium_org/tools/code_coverage/ |
example.croc | 21 # * Strings are wrapped in ''. Backslashes must be escaped ('foo\\bar', not
|
/external/chromium_org/tools/metrics/common/ |
pretty_print_xml.py | 37 escaped equivalents."""
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
cros_interface_unittest.py | 178 # Check argument with special characters escaped
|