HomeSort by relevance Sort by last modified time
    Searched full:unquoted (Results 26 - 50 of 155) sorted by null

12 3 4 5 6 7

  /cts/libs/json/src/com/android/json/stream/
JsonReader.java 237 * <li>Names that are unquoted or {@code 'single quoted'}.
238 * <li>Strings that are unquoted or {@code 'single quoted'}.
897 // use a StringBuilder when the value is too long. It must be an unquoted string.
979 * Reads a null, boolean, numeric or unquoted string literal value.
    [all...]
  /external/chromium/net/tools/dump_cache/
cache_dumper.cc 121 // Set-Cookie headers that contain unquoted commas (usually as part of the
  /external/markdown/docs/
CHANGE_LOG 105 May 18, 2006: Stopped catching unquoted titles in reference links.
  /frameworks/base/core/java/android/util/
JsonReader.java 251 * <li>Names that are unquoted or {@code 'single quoted'}.
252 * <li>Strings that are unquoted or {@code 'single quoted'}.
966 // use a StringBuilder when the value is too long. It must be an unquoted string.
    [all...]
  /external/mksh/src/
syn.c 181 if (*ident != 0) /* unquoted */
903 * Note that ||, &&, ( and ) can't appear in as unquoted strings
933 /* unquoted word? */
eval.c 838 /* Note first unquoted = for ~ */
847 /* Note unquoted : for ~ */
    [all...]
exec.c 1250 * if unquoted here, expand here temp file into second temp file.
    [all...]
  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParserFactory.java 213 // inside a Javascript quoted string that is in an unquoted HTML
  /frameworks/base/core/java/android/webkit/
URLUtil.java 395 * consistent behaviour with other browsers, we allow unquoted values too.
  /external/chromium/net/http/
http_util_unittest.cc 158 // Act as identity function on unquoted inputs.
686 // unquoted, it should be cached on the first calls and not regenerated
http_response_headers.h 91 // Set-Cookie headers that contain unquoted commas (usually as part of the
http_util.h 81 // separated list since their values are (or contain) unquoted HTTP-date
http_util.cc 767 // * quoted-pairs will no longer be unquoted
  /libcore/luni/src/main/java/java/sql/
DatabaseMetaData.java     [all...]
  /external/webkit/Source/WebCore/editing/
CompositeEditCommand.cpp     [all...]
InsertParagraphSeparatorCommand.cpp 227 // into an unquoted area. We then don't want the newline within the blockquote or else it will also be quoted.
ReplaceSelectionCommand.cpp 378 // blockquote from newly pasted quoted content that was pasted into an unquoted position. If that unquoted position happens
    [all...]
  /external/pcre/doc/
pcrecpp.3 112 string quoted = RE::QuoteMeta(unquoted);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
Address.java 96 * It will be also unquoted and MIME/base64 decoded.
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
HttpCookieTest.java 528 * may be present in unquoted cookie value or unquoted parameter value.
    [all...]
  /external/pcre/
pcrecpp.h 618 // 'unquoted'. The returned string, used as a regular expression,
626 static string QuoteMeta(const StringPiece& unquoted);
  /external/chromium/build/
install-build-deps.sh 262 # Intentially leaving $packages unquoted so it's more readable.
  /external/icu4c/i18n/unicode/
plurfmt.h 155 * <code>MessageFormat</code> unquotes this pattern and passes the unquoted
umsg.h 198 * If a pattern is used, then unquoted braces in the pattern, if any,
  /external/pcre/doc/html/
pcrecpp.html 133 string quoted = RE::QuoteMeta(unquoted);

Completed in 813 milliseconds

12 3 4 5 6 7