HomeSort by relevance Sort by last modified time
    Searched full:escaped (Results 201 - 225 of 1175) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
FixASCIIControlsReader.java 108 * Processes numeric escaped chars to find out if they are a control character.
110 * @return Returns the char directly or as replacement for the escaped sequence.
  /external/gtest/test/
gtest-printers_test.cc 409 // Tests that C strings are escaped properly.
446 // Tests that wide C strings are escaped properly.
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-printers_test.cc 409 // Tests that C strings are escaped properly.
446 // Tests that wide C strings are escaped properly.
    [all...]
  /external/chromium_org/base/json/
json_value_serializer_unittest.cc 271 // unicode string json -> escaped ascii text
283 // escaped ascii text -> json
295 // hex string json -> escaped ascii text
307 // escaped ascii text -> json
317 // Test converting escaped regular chars
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
clike.js 76 var escaped = false, next, end = false;
78 if (next == quote && !escaped) {end = true; break;}
79 escaped = !escaped && next == "\\";
81 if (end || !(escaped || multiLineStrings))
php.js 41 var escaped = false, next, end = false;
78 (!stream.match(/(\$[a-zA-Z_][a-zA-Z0-9_]*|\$\{)/, false) || escaped)
81 if (!escaped && next == '"') { end = true; break; }
82 escaped = !escaped && next == "\\";
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
FieldVerifier.java 295 * escaped with "%".
299 boolean escaped = false;
301 if (escaped) {
302 escaped = false;
313 escaped = true;
  /external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/
clike.js 73 var escaped = false, next, end = false;
75 if (next == quote && !escaped) {end = true; break;}
76 escaped = !escaped && next == "\\";
78 if (end || !(escaped || multiLineStrings))
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckerDocumentation.cpp 266 /// \param Escaped The list of escaped symbols.
269 /// \param Kind How the symbols have escaped.
272 const InvalidatedSymbols &Escaped,
283 const InvalidatedSymbols &Escaped,
  /external/skia/experimental/webtry/res/js/cm/
clike.js 73 var escaped = false, next, end = false;
75 if (next == quote && !escaped) {end = true; break;}
76 escaped = !escaped && next == "\\";
78 if (end || !(escaped || multiLineStrings))
  /external/clang/lib/Lex/
Lexer.cpp 207 /// ""'s, and with escaped \ and " characters.
288 /// after trigraph expansion and escaped-newline folding. In particular, this
329 /// after trigraph expansion and escaped-newline folding. In particular, this
410 /// includes a trigraph or an escaped newline) then this count includes bytes
731 // If we have a character that may be a trigraph or escaped newline, use a
740 // Final detail: if we end up on an escaped newline, we want to return the
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 698 boolean escaped = false;
703 // if it's an escaped hash string and not an actual encoding in string form
704 // we need to leave it escaped.
728 if (!escaped)
736 escaped = false;
738 else if (c == '\\' && !(escaped || quoted))
740 escaped = true;
745 if (c == ' ' && !escaped && !nonWhiteSpaceEncountered)
750 escaped = false;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib.py 463 Have special meaning in URIs and must be escaped if not being used for
466 Unreserved and do not need to be escaped; can be, though, if desired
468 Have no use in URIs so must be escaped
470 Must be escaped
472 Must be escaped
474 Must be escaped
516 "using quote(): %s should be escaped to %s, not %s" %
584 "using quote(): not all characters escaped; %s" %
588 "using unquote(): not all characters escaped: "
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib.py 463 Have special meaning in URIs and must be escaped if not being used for
466 Unreserved and do not need to be escaped; can be, though, if desired
468 Have no use in URIs so must be escaped
470 Must be escaped
472 Must be escaped
474 Must be escaped
516 "using quote(): %s should be escaped to %s, not %s" %
584 "using quote(): not all characters escaped; %s" %
588 "using unquote(): not all characters escaped: "
    [all...]
  /external/chromium_org/remoting/tools/
zip2msi.py 124 So that the Win32 CommandLineToArgv function will turn the escaped result back
131 arg: the string to be escaped.
133 the escaped string.
  /external/chromium_org/tools/grit/grit/gather/
rc_unittest.py 272 escaped = rc.Section.Escape(original)
273 self.failUnless(escaped == 'Hello ""bingo""\\n How\\\\are\\\\you\\\\n?')
274 unescaped = rc.Section.UnEscape(escaped)
  /external/chromium_org/v8/src/
uri.h 203 // my $escaped = 1;
204 // $escaped = 0 if $c =~ m#[A-Za-z0-9@*_+./-]#;
205 // print $escaped ? "0, " : "1, ";
  /external/clang/include/clang/Lex/
Token.h 58 /// may be dirty (have trigraphs / escaped newlines).
79 NeedsCleaning = 0x08, // Contained an escaped newline or trigraph.
250 /// \brief Return true if this token has trigraphs or escaped newlines in it.
  /external/jsilver/src/com/google/clearsilver/jsilver/
JSilverOptions.java 230 * Only used for templates that are being <a href="http://go/autoescapecs">auto escaped</a>. If
232 * call&gt; commands are not auto escaped if they are assigned constant or escaped values. This is
  /external/llvm/include/llvm/Analysis/
PtrUseVisitor.h 64 /// \brief Is the pointer escaped at some point?
84 /// \brief Mark the pointer as escaped. Intended for use in a void return.
91 /// \brief Mark the pointer as escaped, and the visit as aborted. Intended
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V30.java 172 * QSAFE-CHAR must not contain DQUOTE, including escaped one (\").
189 * QSAFE-CHAR must not contain DQUOTE, including escaped one (\")
306 * ESCAPED-CHAR = "\\" / "\;" / "\," / "\n" / "\N")
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
MoreKeySpec.java 38 * Special character, comma ',' backslash '\' can be escaped by '\' character.
123 * A key specification can contain a character escaped by the backslash character, including a
159 // Skip escape character and escaped character.
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
MoreKeysResources.java 215 final String escaped = escapeNonAscii(res.mValue); local
216 if (escaped.length() == 0) {
219 formatter.outElement(String.format("\"%s\",", escaped));
  /external/antlr/antlr-3.4/gunit/
CHANGES.txt 74 * display escaped text for newline characters in the test result for comparing expected and actual string.
  /external/chromium_org/build/
copy_test_data_ios.py 17 """Returns a path with spaces escaped."""

Completed in 904 milliseconds

1 2 3 4 5 6 7 891011>>