| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Format/ |
| Format.h | 101 /// \brief Different styles for aligning escaped newlines. 103 /// \brief Don't align escaped newlines. 111 /// \brief Align escaped newlines as far left as possible. 122 /// \brief Align escaped newlines in the right-most column. 132 /// \brief Options for aligning backslashes in escaped newlines. [all...] |
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| RBBIRuleScanner.java | [all...] |
| /external/icu/icu4c/source/common/ |
| rbbiscan.cpp | [all...] |
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| RBBIRuleScanner.java | [all...] |
| /external/robolectric/v1/src/main/java/android/net/ |
| Uri__FromAndroid.java | 169 * relative URI, this method returns the entire URI. Decodes escaped octets. 180 * relative URI, this method returns the entire URI. Leaves escaped octets [all...] |
| /frameworks/base/core/java/android/net/ |
| Uri.java | 184 * relative URI, this method returns the entire URI. Decodes escaped octets. 195 * relative URI, this method returns the entire URI. Leaves escaped octets [all...] |
| /external/libxml2/ |
| uri.c | 124 * Skip to next pointer char, handle escaped sequences 133 * reg_name = 1*( unreserved | escaped | "$" | "," | 1054 * Save the URI as an escaped string 1207 * the colon in file:///d: should not be escaped or [all...] |
| /external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/ |
| ScannerImpl.java | 90 * A mapping from an escaped character in the input stream to the character 106 * \xHH : escaped 8-bit Unicode character 107 * \uHHHH : escaped 16-bit Unicode character 108 * \UHHHHHHHH : escaped 32-bit Unicode character 405 // converting escaped characters into their escape sequences. This is a [all...] |
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/x500/ |
| X500PrincipalTest.java | [all...] |
| /cts/libs/json/src/com/android/json/stream/ |
| JsonReader.java | 945 char escaped = buffer[pos++]; local 946 switch (escaped) { 974 return escaped; [all...] |
| /external/autotest/cli/ |
| topic_common.py | 192 """Splits a string of comma separated items. Escaped commas will not 197 # Replace escaped slashes with null characters so we don't misparse 207 # Convert null characters to single slashes and escaped commas to
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| CheckObjCDealloc.cpp | 124 const InvalidatedSymbols &Escaped, 455 ProgramStateRef State, const InvalidatedSymbols &Escaped, 469 for (const auto &Sym : Escaped) { [all...] |
| /external/libxml2/doc/html/ |
| libxml-uri.html | 66 </pre><p>Save the URI as an escaped string</p> 69 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>str</tt></i>:</span></td><td>the string of the URI to escape</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>an copy of the string, but escaped 25 May 2001 Uses <a href="libxml-uri.html#xmlParseURI">xmlParseURI</a> and <a href="libxml-uri.html#xmlURIEscapeStr">xmlURIEscapeStr</a> to try to escape correctly according to RFC2396. - Carl Douglas</td></tr></tbody></table></div><h3><a name="xmlURIEscapeStr" id="xmlURIEscapeStr"></a>Function: xmlURIEscapeStr</h3><pre class="programlisting"><a href="libxml-xmlstring.html#xmlChar">xmlChar</a> * xmlURIEscapeStr (const <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> * str, <br /> const <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> * list)<br /> 71 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>str</tt></i>:</span></td><td>string to escape</td></tr><tr><td><span class="term"><i><tt>list</tt></i>:</span></td><td>exception list string of chars not to escape</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>a new escaped string or NULL in case of error.</td></tr></tbody></table></div><h3><a name="xmlURIUnescapeString" id="xmlURIUnescapeString"></a>Function: xmlURIUnescapeString</h3><pre class="programlisting">char * xmlURIUnescapeString (const char * str, <br /> int len, <br /> char * target)<br />
|
| /external/nist-sip/java/gov/nist/javax/sip/address/ |
| SipUri.java | 434 * notation of RFC 2806 [19]. Any characters of the un-escaped 436 * "unreserved" or "user-unreserved" MUST be escaped. The set 439 * various syntax elements that need to be escaped when used [all...] |
| /external/protobuf/src/google/protobuf/ |
| descriptor.proto | 184 // For strings, contains the default text contents (not escaped in any way). 185 // For bytes, contains the C escaped value. All bytes >= 128 are escaped. [all...] |
| /external/python/cpython3/Objects/stringlib/ |
| unicode_format.h | 693 escaped '{' or '}', or an unescaped '{'. In order to never 695 there's an escaped '{' or '}' then we'll return the literal 728 /* escaped } or {, skip it in the input. there is no [all...] |
| /frameworks/base/core/java/android/util/ |
| JsonReader.java | 1017 char escaped = buffer[pos++]; local [all...] |
| /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
| descriptor.proto | 184 // For strings, contains the default text contents (not escaped in any way). 185 // For bytes, contains the C escaped value. All bytes >= 128 are escaped. [all...] |
| /build/soong/androidmk/cmd/androidmk/ |
| androidmk_test.go | 349 desc: "Input containing escaped quotes",
|
| /dalvik/docs/ |
| prettify.js | 59 /** Walks the DOM returning a properly escaped version of innerHTML. 617 // Tags whose content is not escaped, and which contain source code. [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/ |
| saxutils.py | 57 an attribute value. The \" character will be escaped as well, if
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| pipes.py | 270 """Return a shell-escaped version of the file string."""
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/ |
| saxutils.py | 64 an attribute value. The \" character will be escaped as well, if
|
| /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
| Parse.c | 191 1. Quotation marks in the string must be escaped by using a ^ character (i.e. ^").
|
| /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
| CTarget.java | 201 // We need ot lose any escaped characters of the form \x and just
|