HomeSort by relevance Sort by last modified time
    Searched full:escaped (Results 1076 - 1100 of 2017) sorted by null

<<41424344454647484950>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-cpp.1 297 However, a trigraph that would form an escaped newline (\fB??/\fR at
299 Therefore, only trigraphs that would form escaped newlines produce
739 conversion, escaped newline splicing, and processing of most directives.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java 181 /** The actual string selected, after UTF characters have been escaped, good for display.
353 * Gets the actual string selected, after UTF characters have been escaped,
    [all...]
  /external/libevent/
http.c 224 html_replace(const char ch, const char **escaped)
228 *escaped = "&lt;";
231 *escaped = "&gt;";
234 *escaped = "&quot;";
237 *escaped = "&#039;";
240 *escaped = "&amp;";
    [all...]
  /external/pcre/dist2/testdata/
testinput1 486 \\ [^\x80-\xff] # Escaped something (something != CR)
500 \\ [^\x80-\xff] # Escaped something (something != CR)
537 \\ [^\x80-\xff] # Escaped something (something != CR)
549 \\ [^\x80-\xff] # Escaped something (something != CR)
619 \\ [^\x80-\xff] # Escaped something (something != CR)
633 \\ [^\x80-\xff] # Escaped something (something != CR)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CodeGenerator.java     [all...]
  /external/clang/lib/Frontend/
TextDiagnostic.cpp 86 /// printable, escaped representation of the character is returned, along with
87 /// 'false'. Otherwise a printable, escaped representation of the next byte
    [all...]
  /external/curl/lib/
mime.c 534 /* Spacing must be escaped if followed by CRLF. */
562 default: /* Character must be escaped. */
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest-internal-inl.h     [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-printers_test.cc 403 // Tests that C strings are escaped properly.
440 // Tests that wide C strings are escaped properly.
    [all...]
  /external/googletest/googletest/src/
gtest-internal-inl.h     [all...]
  /external/icu/icu4c/source/common/
ucnv_u7.cpp 44 * By choosing the option "version=1", set O will be escaped instead.
175 * 31..28 version (0: set O direct 1: set O escaped)
    [all...]
uniset_props.cpp 628 // current character is not special, or if it is escaped,
758 // escaped chars ("\u4E01") and non-syntax characters
    [all...]
  /external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
Icu4jTransform.java     [all...]
  /external/libpcap/
pcap-filter.manmisc 301 keywords and must be escaped via backslash (\\).
373 and must be escaped via backslash (\\).
pcap-filter.manmisc.in 301 keywords and must be escaped via backslash (\\).
373 and must be escaped via backslash (\\).
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-internal-inl.h     [all...]
  /external/llvm/lib/Analysis/
GlobalsModRef.cpp 652 // a non-addr-taken global is known to not be escaped from any function. It is
664 // a global that was not previously escaped, prior to restoring it, cannot rely
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h     [all...]
  /external/mdnsresponder/mDNSWindows/DLL.NET/
dnssd_NET.h     [all...]
  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h     [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h     [all...]
  /external/python/cpython2/Doc/reference/
lexical_analysis.rst 557 a backslash and a lowercase ``'n'``. String quotes can be escaped with a
572 be escaped with a preceding backslash; however, both remain in the string. As a
  /external/python/cpython3/Doc/library/
json.rst 147 have all incoming non-ASCII characters escaped. If *ensure_ascii* is
420 have all incoming non-ASCII characters escaped. If *ensure_ascii* is
  /external/python/cpython3/Lib/
configparser.py 398 tmp_value = value.replace('%%', '') # escaped percent signs
459 tmp_value = value.replace('$$', '') # escaped dollar signs
    [all...]
  /external/python/cpython3/Modules/
_csv.c 632 /* possible escaped character */
681 /* possible escaped character */
    [all...]

Completed in 1711 milliseconds

<<41424344454647484950>>