HomeSort by relevance Sort by last modified time
    Searched full:quote (Results 126 - 150 of 1323) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
style_sheet.py 61 return re.sub('url\((?P<quote>"|\'|)(?P<url>[^"\'()]*)(?P=quote)\)',
  /external/google-breakpad/src/common/linux/
http_upload.h 53 // and may not contain a quote (") character.
75 // any quote (") characters. Returns true if so.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BidiRun.java 16 * at the same embedding level, each such sequence is called a <quote>run</quote>.
  /libcore/support/src/test/java/tests/resources/
hyts_htmltest.html 7 It contains the string <quote>A Seemingly Non Important String</quote>. Which is
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapUtility.java 44 // First, quote any backslashes by replacing \ with \\
49 // Then, quote any double-quotes by replacing " with \"
  /packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
ImapUtility.java 43 // First, quote any backslashes by replacing \ with \\
48 // Then, quote any double-quotes by replacing " with \"
  /prebuilts/misc/common/swig/include/2.0.11/uffi/
uffi.swg 91 (export (quote ,symbol)))))
98 (export (quote ,symbol)))))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
macurl2path.py 76 component = urllib.quote(component[:31], safe='') # We want to quote slashes
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
macurl2path.py 76 component = urllib.quote(component[:31], safe='') # We want to quote slashes
  /external/clang/test/Driver/
cl.c 4 // Note: we have to quote the /? option, otherwise some shells will try to
  /external/harfbuzz_ng/src/
hb-shape.cc 119 char quote = 0; local
123 quote = **pp;
136 if (quote)
142 if (*pp == end || **pp != quote)
  /external/icu/icu4c/source/i18n/
dtitv_impl.h 26 #define QUOTE ((UChar)0x0027)
  /external/llvm/test/Bindings/Go/
lit.local.cfg 53 return ' '.join([pipes.quote(arg) for arg in args])
  /external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
gen_xmlpool.py 20 # Special case: escape double quote with \u201c or \u201d, depending
21 # on whether it's an open or close quote. This is needed because plain
25 # close quote
28 # open quote
  /external/nist-sip/java/gov/nist/core/
Separators.java 57 public static final String QUOTE = "\'";
  /external/owasp/sanitizer/tools/findbugs/doc/
performance.html 77 &lt;FindBugsSummary ... &gt; start tag. For example: <quote> <pre>
83 </pre> </quote> The &lt;FindBugsProfile&gt;...&lt;/FindBugsProfile&gt; element. For example: <quote>
97 </pre> </quote>
  /external/proguard/src/proguard/
WordReader.java 194 // The next word is starting with a quote character.
195 // Skip the opening quote.
199 // Find the closing quote.
207 throw new IOException("Missing closing quote for "+locationDescription());
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
quote.hpp 9 // Preprocessed version of "boost/mpl/quote.hpp" header
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_pass1.py 24 "quote": "\"",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_pass1.py 24 "quote": "\"",
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/common/
doctype.js 87 var quote = id.indexOf('"') !== -1 ? '\'' : '"';
89 return quote + id + quote;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flag_parser.cc 88 char quote = buf_[pos_++]; local
89 while (buf_[pos_] != 0 && buf_[pos_] != quote) ++pos_;
92 ++pos_; // consume the closing quote
  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
StringUtils.java 346 // still be part of a word (e.g. single quote or dash, as in "IT'S" or "FULL-TIME")
496 * Examines the string and returns whether we're inside a double quote.
499 * quote character. If we're inside a quotation, then we want to close it, so we want a space
504 * double quote character, and looking at whether it's followed by whitespace. If so, that
505 * was a closing quotation mark, so we're not inside a double quote. If it's not followed
509 * @return whether we're inside a double quote.
524 // If we see a double quote followed by whitespace, then that
525 // was a closing quote.
531 // If we see a double quote preceded by whitespace, then that
532 // was an opening quote. No need to continue seeking
    [all...]
  /external/icu/icu4c/source/tools/genrb/
read.c 27 #define QUOTE 0x0022
109 not a whitespace character (but may be a QUOTE or ESCAPE). This
150 if (c == QUOTE) {
174 if (c == QUOTE && !isFollowingCharEscaped) {
271 if (c == QUOTE
  /external/bison/lib/
quotearg.c 1 /* quotearg.c - quote arguments for output
30 #include "quote.h"
63 /* Quote the characters indicated by this bit vector even if the
67 /* The left quote for custom_quoting_style. */
70 /* The right quote for custom_quoting_style. */
135 0 (the default) and 1 (which means to quote the character even if
304 will quote 'like this', and clocale_quoting_style will
305 quote "like this". You should always include translations
724 /* Preallocate a slot 0 buffer, so that the caller can always quote
932 /* The quoting option used by the functions of quote.h. *
960 quote (char const *arg) function
    [all...]

Completed in 620 milliseconds

1 2 3 4 56 7 8 91011>>