/libcore/luni/src/main/java/java/util/regex/ |
Pattern.java | 58 * <tr> <td> \ </td> <td>Quote the following metacharacter (so {@code \.} matches a literal {@code .}).</td> </tr> 59 * <tr> <td> \Q </td> <td>Quote all following metacharacters until {@code \E}.</td> </tr> 404 icuPattern = quote(pattern); 434 public static String quote(String string) { method in class:Pattern
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
SmsMmsContacts.java | 160 Pattern p = Pattern.compile(Pattern.quote(searchString), Pattern.CASE_INSENSITIVE);
|
/packages/apps/Browser/src/com/android/browser/homepages/ |
Template.java | 199 Pattern p = Pattern.compile("<%\\}\\s*" + Pattern.quote(name) + "\\s*%>");
|
/packages/apps/Exchange/src/com/android/exchange/utility/ |
SimpleIcsWriter.java | 121 * Quote a param-value string, according to RFC 5545, section 3.1
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/ |
EncoderUtil.java | 132 return quote(displayName); 154 return quote(localPart); 176 return name + "=" + quote(value); 500 private static String quote(String str) { method in class:EncoderUtil
|
/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/ |
StringResourceMap.java | 150 // Trim surroundings double quote.
|
/packages/services/Telephony/src/org/apache/james/mime4j/codec/ |
EncoderUtil.java | 132 return quote(displayName); 154 return quote(localPart); 176 return name + "=" + quote(value); 500 private static String quote(String str) { method in class:EncoderUtil
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_urllib.py | 19 ["quote", "quote_plus", "unquote", "unquote_plus",
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_urllib.py | 19 ["quote", "quote_plus", "unquote", "unquote_plus",
|
/sdk/find_java/src/source/ |
utils.cpp | 94 // As indicated in MSDN for CreateProcess, callers should double-quote the program name
|
/external/icu/icu4c/source/i18n/ |
rbnf.cpp | 287 QUOTE = 0x0022, 341 QUOTE, 0 349 SPACE, COMMA, CLOSE_ANGLE, OPEN_ANGLE, TICK, QUOTE, 0 499 UBool haveQuote = c == QUOTE || c == TICK; 502 terminators = c == QUOTE ? DQUOTE_STOPLIST : SQUOTE_STOPLIST; 520 ERROR("Missing matching quote"); 525 } else if (x == OPEN_ANGLE || x == TICK || x == QUOTE) { [all...] |
dtptngen.cpp | 615 ignoreChars = !ignoreChars; // toggle (handle quoted literals & '' for single quote) [all...] |
rbt_pars.cpp | 50 #define QUOTE ((UChar)0x0027) /*'*/ 457 if (c == QUOTE) { 458 int32_t iq = rule.indexOf(QUOTE, pos); 467 * reaches the final quote it breaks. 478 if (pos < limit && rule.charAt(pos) == QUOTE) { 480 iq = rule.indexOf(QUOTE, pos+1); 655 // The */+ follows an isolated character or quote [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
rfc822.py | 468 # XXX Should fix unquote() and quote() to be really conformant. 482 def quote(s): function 696 quote = 0 699 if quote == 1: 701 quote = 0 709 quote = 1 717 """Get a quote-delimited fragment from self's field.""" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
rfc822.py | 468 # XXX Should fix unquote() and quote() to be really conformant. 482 def quote(s): function 696 quote = 0 699 if quote == 1: 701 quote = 0 709 quote = 1 717 """Get a quote-delimited fragment from self's field.""" [all...] |
/external/icu/icu4c/source/test/intltest/ |
msfmrgts.cpp | 264 dataerrln("quote format test (w/ params) failed. - %s", u_errorName(status)); 269 errln("quote format test (w/ null) failed."); [all...] |
/external/lldb/include/lldb/Interpreter/ |
Args.h | 198 /// If the argument was originally quoted, put in the quote char here. 222 /// If the argument was originally quoted, put in the quote char here. 241 /// If the argument was originally quoted, put in the quote char here. 268 // FIXME: Handle the quote character somehow. 300 /// If the argument was originally quoted, put in the quote char here.
|
/external/openssh/ |
misc.c | 161 #define QUOTE "\"" 175 *s = strpbrk(*s, WHITESPACE QUOTE "="); 181 /* Find matching quote */ 182 if ((*s = strpbrk(*s, QUOTE)) == NULL) { 183 return (NULL); /* no matching quote */
|
/external/strace/ |
util.c | 497 * Quote string `instr' of length `size' 529 to hex-quote the whole string. */ 555 /* Hex-quote the whole string. */ 653 * Quote string `str' of length `size' and print the result. 657 * quote at most (`size' - 1) bytes.
|
/ndk/sources/host-tools/make-3.81/glob/ |
glob.c | 305 int __glob_pattern_p __P ((const char *pattern, int quote)); 1169 Metacharacters can be quoted with backslashes if QUOTE is nonzero. */ 1171 __glob_pattern_p (pattern, quote) 1173 int quote; 1186 if (quote && p[1] != '\0') [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/ |
TextFormat.java | 1001 final char quote = currentToken.length() > 0 ? currentToken.charAt(0) local [all...] |
/libcore/xml/src/main/java/org/kxml2/io/ |
KXmlParser.java | 663 int quote = peekCharacter(); local 665 if (quote == '"') { 667 } else if (quote == '\'') { 916 int quote = peekCharacter(); local 918 if (quote == '"' || quote == '\'') { 920 entityValue = readValue((char) quote, true, false, ValueContext.ENTITY_DECLARATION); 921 if (peekCharacter() == quote) { [all...] |
/external/libxml2/test/valid/dtds/ |
spec.dtd | 113 <!ENTITY % emph.class "emph|quote 783 #1998-03-10: maler: Declared quote. 786 <!-- quote: Scare quotes and other purely presentational quotes --> 787 <!ELEMENT quote (%p.pcd.mix;)*> 788 <!ATTLIST quote %common.att;> 958 #- Added quote element.
|
/external/wpa_supplicant_8/wpa_supplicant/ |
README-P2P | 234 parameters - Escape single quote & backslash: 328 Escape single quote & backslash with a backslash: 332 Escape single quote & backslash with a backslash: 358 Escape single quote & backslash with a backslash: 362 Escape single quote & backslash with a backslash: 798 Escaped single quote & backslash with a backslash: [all...] |
/libcore/luni/src/main/java/java/text/ |
MessageFormat.java | 90 * Within a <i>String</i>, {@code "''"} represents a single quote. A 117 * apostrophe (single quote) character \u2019 (') for human-readable text, and [all...] |