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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/json_comment_eater/
everything_expected.json 9 "escaped\"": "string\"isescaped",
everything.json 9 "escaped\"": "string\"isescaped",
  /external/llvm/test/YAMLParser/
spec-09-02.data 11 escaped \
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
X500NameTokenizer.java 45 boolean escaped = false;
55 if (!escaped)
60 escaped = false;
64 if (escaped || quoted)
67 escaped = false;
72 escaped = true;
  /external/chromium_org/ui/gfx/
text_utils.cc 15 bool escaped = false; local
27 if (c != accelerator_char || escaped) {
29 if (escaped && c != accelerator_char) {
35 escaped = false;
37 escaped = true;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509NameTokenizer.java 46 boolean escaped = false;
56 if (!escaped)
61 escaped = false;
65 if (escaped || quoted)
68 escaped = false;
73 escaped = true;
  /bionic/libc/netbsd/nameser/
ns_samedomain.c 56 int diff, i, escaped; local
64 escaped = 0;
68 if (escaped)
69 escaped = 0;
71 escaped = 1;
74 if (!escaped)
80 escaped = 0;
84 if (escaped)
85 escaped = 0;
87 escaped = 1
    [all...]
  /external/clang/test/Lexer/
block_cmt_end.c 14 next comment ends with normal escaped newline:
17 /* expected-warning {{escaped newline}} expected-warning {{backslash and newline}} *\
24 next comment ends with a trigraph escaped newline: */
26 /* expected-warning {{escaped newline between}} expected-warning {{backslash and newline separated by space}} expected-warning {{trigraph ends block comment}} *??/
  /external/markdown/tests/safe_mode/
script_tags.txt 1 This should be stripped/escaped in safe_mode.
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeySpecParserSplitTests.java 158 assertTextArray("Escaped char", "\\a", "\\a");
159 assertTextArray("Escaped surrogate pair", "\\" + PAIR1, "\\" + PAIR1);
160 assertTextArray("Escaped comma", "\\,", "\\,");
161 assertTextArray("Escaped comma escape", "a\\,\\", "a\\,\\");
162 assertTextArray("Escaped escape", "\\\\", "\\\\");
163 assertTextArray("Escaped label", "a\\bc", "a\\bc");
164 assertTextArray("Escaped surrogate", "a\\" + PAIR1 + "c", "a\\" + PAIR1 + "c");
165 assertTextArray("Escaped label at beginning", "\\abc", "\\abc");
166 assertTextArray("Escaped surrogate at beginning", "\\" + SURROGATE2, "\\" + SURROGATE2);
167 assertTextArray("Escaped label at end", "abc\\", "abc\\")
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
charmap.pl 11 my $RFC2253_ESC = 1; # Character escaped with \
12 my $ESC_CTRL = 2; # Escaped control character
14 my $NOESC_QUOTE = 8; # Not escaped if quoted
16 my $RFC2253_FIRST_ESC = 0x20; # Escaped with \ if first character
17 my $RFC2253_LAST_ESC = 0x40; # Escaped with \ if last character
36 # Remaining RFC2253 escaped characters
  /external/chromium_org/third_party/re2/re2/testing/
exhaustive2_test.cc 22 // Test escaped versions of regexp syntax.
25 vector<string> escaped = alphabet; local
26 for (int i = 0; i < escaped.size(); i++)
27 escaped[i] = "\\" + escaped[i];
28 ExhaustiveTest(1, 1, escaped, RegexpGenerator::EgrepOps(),
  /external/openssl/crypto/asn1/
charmap.pl 11 my $RFC2253_ESC = 1; # Character escaped with \
12 my $ESC_CTRL = 2; # Escaped control character
14 my $NOESC_QUOTE = 8; # Not escaped if quoted
16 my $RFC2253_FIRST_ESC = 0x20; # Escaped with \ if first character
17 my $RFC2253_LAST_ESC = 0x40; # Escaped with \ if last character
36 # Remaining RFC2253 escaped characters
  /external/regex-re2/re2/testing/
exhaustive2_test.cc 22 // Test escaped versions of regexp syntax.
25 vector<string> escaped = alphabet; local
26 for (int i = 0; i < escaped.size(); i++)
27 escaped[i] = "\\" + escaped[i];
28 ExhaustiveTest(1, 1, escaped, RegexpGenerator::EgrepOps(),
  /external/chromium/net/base/
escape_icu.cc 15 bool use_plus, string16* escaped) {
23 escaped->assign(UTF8ToUTF16(EscapeQueryParamValue(encoded, use_plus)));
  /external/chromium_org/chrome/common/local_discovery/
service_discovery_client.cc 17 // parse escaped domains.
24 // parse escaped domains.
  /prebuilts/tools/common/proguard/proguard4.7/bin/
proguard.sh 7 # you'll have to add escaped quotes around them, e.g.
retrace.sh 7 # you'll have to add escaped quotes around them, e.g.
  /external/chromium_org/base/json/
string_escape_unittest.cc 16 const char* escaped; member in struct:base::__anon6209
32 EXPECT_EQ(std::string(cases[i].escaped), out);
37 EXPECT_EQ(std::string(cases[i].escaped), out);
42 EXPECT_EQ("\"" + std::string(cases[i].escaped) + "\"", fooout);
64 expected += cases[0].escaped;
74 const char* escaped; member in struct:base::__anon6210
89 EXPECT_EQ(std::string(cases[i].escaped), out);
93 EXPECT_EQ("\"" + std::string(cases[i].escaped) + "\"", out);
114 expected += cases[0].escaped;
159 const char* escaped; member in struct:base::__anon6211
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
shell.js 68 var next, end = false, escaped = false;
70 if (next === quote && !escaped) {
74 if (next === '$' && !escaped && quote !== '\'') {
75 escaped = true;
80 escaped = !escaped && next === '\\';
82 if (end || !escaped) {
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
UnicodeEscaper.java 60 * Returns the escaped form of the given Unicode code point, or {@code null}
61 * if this code point does not need to be escaped. When called as part of an
68 * <p>If the character does not need to be escaped, this method should return
92 * supplementary range are either all escaped or all unescaped, this method
121 * Returns the escaped form of a given literal string.
128 * calling this method or use an escaped {@link Appendable} (as returned by
137 * @param string the literal string to be escaped
138 * @return the escaped form of {@code string}
152 * Returns the escaped form of a given literal string, starting at the given
161 * @param s the literal string to be escaped
185 char[] escaped = escape(cp); local
314 char[] escaped = escape(c); local
335 char[] escaped = escape( local
    [all...]
CharEscaper.java 43 * Returns the escaped form of a given literal string.
45 * @param string the literal string to be escaped
46 * @return the escaped form of {@code string}
76 * @param out the underlying {@code Appendable} to append escaped output to
95 char[] escaped = escape(c); local
96 if (escaped == null) {
99 for (char e : escaped) {
109 * Returns the escaped form of a given literal string, starting at the given index. This method is
114 * @param s the literal string to be escaped
116 * @return the escaped form of {@code string
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
UnicodeEscaper.java 60 * Returns the escaped form of the given Unicode code point, or {@code null}
61 * if this code point does not need to be escaped. When called as part of an
68 * <p>If the character does not need to be escaped, this method should return
92 * supplementary range are either all escaped or all unescaped, this method
121 * Returns the escaped form of a given literal string.
128 * calling this method or use an escaped {@link Appendable} (as returned by
137 * @param string the literal string to be escaped
138 * @return the escaped form of {@code string}
152 * Returns the escaped form of a given literal string, starting at the given
161 * @param s the literal string to be escaped
185 char[] escaped = escape(cp); local
314 char[] escaped = escape(c); local
335 char[] escaped = escape( local
    [all...]
CharEscaper.java 44 * Returns the escaped form of a given literal string.
46 * @param string the literal string to be escaped
47 * @return the escaped form of {@code string}
77 * @param out the underlying {@code Appendable} to append escaped output to
96 char[] escaped = escape(c); local
97 if (escaped == null) {
100 for (char e : escaped) {
110 * Returns the escaped form of a given literal string, starting at the given index. This method is
115 * @param s the literal string to be escaped
117 * @return the escaped form of {@code string
    [all...]
  /external/chromium/base/json/
string_escape_unittest.cc 15 const char* escaped; member in struct:base::__anon4099::json_narrow_test_data
31 EXPECT_EQ(std::string(json_narrow_cases[i].escaped), out);
49 expected += json_narrow_cases[0].escaped;
59 const char* escaped; member in struct:base::__anon4100::json_wide_test_data
76 EXPECT_EQ(std::string(json_wide_cases[i].escaped), out);
94 expected += json_wide_cases[0].escaped;

Completed in 417 milliseconds

1 2 3 4 5 6 7 8 91011>>