/frameworks/opt/mms/src/java/com/google/android/mms/pdu/ |
QuotedPrintable.java | 27 * Escaped characters are converted back to their original representation.
|
/external/chromium/googleurl/src/ |
url_canon_icu.cc | 48 // append an escaped version of the numerical character reference for that code 62 const static char prefix[prefix_len + 1] = "%26%23"; // "&#" percent-escaped 72 const static char postfix[postfix_len + 1] = "%3B"; // ";" percent-escaped
|
url_canon_internal.h | 51 // not have this flag will be escaped, see url_canon_query.cc 60 // Valid in an ASCII-representation of a hex digit (as in %-escaped). 123 // an escaped dot. If the character is not a dot, this will return 0. 144 // Write a single character, escaped, to the output. This always escapes: it 176 // are provided below for escaped and non-escaped versions of this. 264 // Writes the given character to the output as UTF-8, escaped. Call this 275 // Every single output character will be escaped. This means that if you 276 // give it an ASCII character as input, it will be escaped. Some code uses 307 // the escaped value and put it into |*unescaped_value| on success (return [all...] |
/external/chromium_org/net/base/ |
data_url.cc | 76 // (Spaces in a data URL should be escaped, which is handled below, so any 81 // For base64, we may have url-escaped whitespace which is not part 82 // of the data, and should be stripped. Otherwise, the escaped whitespace
|
url_util_unittest.cc | 27 // unsafe characters should be escaped. 49 // unsafe characters should be escaped. 62 // unsafe characters should be escaped.
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
DateTimeFormat.cpp | 269 String escaped = literal.substring(i); local 270 escaped.replace("'", "''"); 272 buffer.append(escaped);
|
/frameworks/base/core/java/android/os/ |
PatternMatcher.java | 130 final boolean escaped = (c == '\\'); 131 if (escaped) { 137 if (!escaped && c == '.') {
|
/frameworks/base/tools/preload/ |
Record.java | 146 * @result the same field with any escaped characters replaced 153 String escaped = result.substring(offset+2, offset+6); local 156 result = String.format("%s%c%s", before, Integer.parseInt(escaped, 16), after);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-ssa-alias.h | 41 /* Nonzero if the points-to set includes the local escaped solution by 43 unsigned int escaped : 1; 45 /* Nonzero if the points-to set includes the IPA escaped solution by
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-ssa-alias.h | 41 /* Nonzero if the points-to set includes the local escaped solution by 43 unsigned int escaped : 1; 45 /* Nonzero if the points-to set includes the IPA escaped solution by
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-ssa-alias.h | 41 /* Nonzero if the points-to set includes the local escaped solution by 43 unsigned int escaped : 1; 45 /* Nonzero if the points-to set includes the IPA escaped solution by
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-ssa-alias.h | 41 /* Nonzero if the points-to set includes the local escaped solution by 43 unsigned int escaped : 1; 45 /* Nonzero if the points-to set includes the IPA escaped solution by
|
/bionic/libc/netbsd/resolv/ |
res_comp.c | 215 int ch, escaped = 0; local 225 if (!escaped && periodchar(ch)) 227 if (escaped) 228 escaped = 0; 230 escaped = 1;
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
Target.java | 64 * predicates and such that may refer to chars that need to be escaped 65 * when represented as strings. Also, templates need to be escaped so 220 // Anything escaped is what it is! We assume that 258 // Add in the next character, which may have been escaped 272 * with some escaped characters. For example, if the incoming string has
|
/external/chromium/chrome/common/ |
json_value_serializer_unittest.cc | 122 // unicode string json -> escaped ascii text 134 // escaped ascii text -> json 146 // hex string json -> escaped ascii text 158 // escaped ascii text -> json 168 // Test converting escaped regular chars
|
/external/chromium_org/third_party/icu/source/common/ |
rbbirpt.txt | 58 escaped term ^break-rule-end doExprStart 106 escaped n expr-mod doRuleChar 143 escaped term doExprCatOperator 176 escaped term doExprCatOperator 217 escaped term doExprCatOperator
|
/external/icu4c/common/ |
rbbirpt.txt | 58 escaped term ^break-rule-end doExprStart 106 escaped n expr-mod doRuleChar 143 escaped term doExprCatOperator 176 escaped term doExprCatOperator 217 escaped term doExprCatOperator
|
/external/iptables/iptables/ |
ip6tables-restore.c | 330 int quote_open, escaped; local 378 escaped = 0; 385 if (escaped) { 387 escaped = 0; 390 escaped = 1;
|
iptables-restore.c | 335 int quote_open, escaped; local 383 escaped = 0; 390 if (escaped) { 392 escaped = 0; 395 escaped = 1;
|
/libcore/json/src/test/java/org/json/ |
JSONStringerTest.java | 220 private void assertEscapedAllWays(String escaped, String original) throws JSONException { 221 assertEquals("{\"" + escaped + "\":false}", 223 assertEquals("{\"a\":\"" + escaped + "\"}", 225 assertEquals("[\"" + escaped + "\"]", 227 assertEquals("\"" + escaped + "\"", JSONObject.quote(original));
|
/external/chromium_org/url/ |
url_canon_internal.h | 26 // not have this flag will be escaped; see url_canon_query.cc 35 // Valid in an ASCII-representation of a hex digit (as in %-escaped). 45 // that do not have this flag will be escaped; see url_util.cc. 105 // an escaped dot. If the character is not a dot, this will return 0. 126 // Write a single character, escaped, to the output. This always escapes: it 158 // are provided below for escaped and non-escaped versions of this. 246 // Writes the given character to the output as UTF-8, escaped. Call this 257 // Every single output character will be escaped. This means that if you 258 // give it an ASCII character as input, it will be escaped. Some code use [all...] |
/external/chromium/net/tools/dump_cache/ |
url_to_filename_encoder_unittest.cc | 84 char escaped[100]; local 86 base::snprintf(escaped, sizeof(escaped), "%c%02X%c", escape, ch, escape); 87 Validate(string(1, ch), escaped); 146 ","; // The escape char has to be escaped 216 string escaped = base::StringPrintf("%%%02X", i); local 217 ValidateEncodeSame(unescaped, escaped);
|
/external/chromium_org/net/tools/dump_cache/ |
url_to_filename_encoder_unittest.cc | 86 char escaped[100]; local 88 base::snprintf(escaped, sizeof(escaped), "%c%02X%c", escape, ch, escape); 89 Validate(string(1, ch), escaped); 148 ","; // The escape char has to be escaped 219 string escaped = base::StringPrintf("%%%02X", i); local 220 ValidateEncodeSame(unescaped, escaped);
|
/external/doclava/src/com/google/doclava/ |
FieldInfo.java | 229 char escaped = 0; local 284 escaped = 0; 292 escaped <<= 4; 294 escaped |= c - '0'; 296 escaped |= 10 + (c - 'a'); 298 escaped |= 10 + (c - 'A'); 304 buf.append(escaped);
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
VarOptimizer.java | 76 * It also optimizes sequences of escaped expressions into a single escaped sequence. 104 * In JSilver (without this optimizer being run) this would result in {@code foo} being escaped by 106 * functions specially and {@code foo} is only escaped once by the url escaping function. 129 * will not be rewritten by this class and will result in {@code foo} being escaped twice. 284 * Returns the escaped command associated with the given escape function as a multiple command. If 286 * created to wrap the original escaped command. This helper facilitates merging multiple
|