Searched refs:quoted (Results 1 - 25 of 67) sorted by relevance

123

/external/libcxx/test/input.output/iostream.format/quoted.manip/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostream.format/quoted.manip/Android.mk
19 test_name := input.output/iostream.format/quoted.manip/quoted
20 test_src := quoted.pass.cpp
H A Dquoted_char.fail.cpp12 // quoted
23 ss << std::quoted(p);
25 ss >> std::quoted(s);
H A Dquoted_traits.fail.cpp12 // quoted
29 ss << std::quoted(p);
31 ss >> std::quoted(s);
H A Dquoted.pass.cpp12 // quoted
32 auto q = std::quoted(str);
43 ss << std::quoted(p);
45 ss >> std::quoted(s);
54 ss << std::quoted(p);
56 ss >> std::quoted(s);
63 ss << std::quoted(p, delim);
65 ss >> std::quoted(s, delim);
71 ss << std::quoted(p, '"', escape );
73 ss >> std::quoted(
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
H A DX500NameTokenizer.java44 boolean quoted = false;
57 quoted = !quoted;
64 if (escaped || quoted)
H A DIETFUtils.java32 boolean quoted = false;
64 quoted = !quoted;
72 else if (c == '\\' && !(escaped || quoted))
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dalias.c29 char quoted = 0; local
37 if (!quoted && isspace(c)) {
47 } else if (!quoted && (c == '\'' || c == '"')) {
48 quoted = c;
50 } else if (c == quoted) {
51 quoted = 0;
54 if (c == '\\' && quoted != '\'') {
70 if (quoted) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DX509NameTokenizer.java45 boolean quoted = false;
58 quoted = !quoted;
65 if (escaped || quoted)
/external/jsilver/src/com/google/streamhtmlparser/
H A DHtmlParserFactory.java47 * Indicates that the attribute value is Javascript-quoted. Only takes
50 * HTML quoted.
71 * Indicates that the parser is inside a quoted {@code String}. Only
186 * @param quoted whether the attribute value is enclosed in double quotes
194 boolean quoted, Set<AttributeOptions> options) {
201 quoted ? parserInDefaultAttrQ : parserInDefaultAttr);
206 quoted ? parserInUriAttrQPartial : parserInUriAttrPartial);
209 quoted ? parserInUriAttrQComplete : parserInUriAttrComplete);
213 // inside a Javascript quoted string that is in an unquoted HTML
216 // quoted attribut
192 createParserInAttribute( HtmlParser.ATTR_TYPE attrtype, boolean quoted, Set<AttributeOptions> options) argument
[all...]
/external/nist-sip/java/gov/nist/core/
H A DParserCore.java59 boolean quoted = false;
70 quoted = true;
83 if (quoted) nv.setQuotedValue();
/external/llvm/utils/lit/lit/
H A DShCommands.py19 quoted = "'%s'" % arg
21 quoted = '"%s"' % arg
24 file.write(quoted)
28 dequoted = list(ShUtil.ShLexer(quoted).lex())
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DTarget.java287 * depending on the quoted arg.
289 public String getTargetStringLiteralFromString(String s, boolean quoted) { argument
295 if ( quoted ) {
310 if ( quoted ) {
H A DDelphiTarget.java84 public String getTargetStringLiteralFromString(String s, boolean quoted) { argument
89 if ( quoted ) {
110 if ( quoted ) {
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DParsedContentType.cpp61 bool quoted = input[tokenStart] == '\"';
66 if (quoted && tokenStart != tokenEnd && c == '\"' && !escape)
68 if (!quoted && (c == ';' || c == '='))
74 if (quoted)
119 // value := token / quoted-string
127 // ; Must be in quoted-string,
141 // There should not be any quoted strings until we reach the parameters.
/external/chromium_org/third_party/icu/source/tools/pkgdata/
H A Dpkgtypes.h37 * write CharList 'l' into stream 's' using deliminter 'delim' (delim can be NULL). quoted: -1 remove, 0 as is, 1 add quotes
39 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quoted);
42 * Same, but use line breaks. quoted: -1 remove, 0 as is, 1 add quotes
44 const char *pkg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, int32_t quoted);
/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgtypes.h37 * write CharList 'l' into stream 's' using deliminter 'delim' (delim can be NULL). quoted: -1 remove, 0 as is, 1 add quotes
39 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quoted);
42 * Same, but use line breaks. quoted: -1 remove, 0 as is, 1 add quotes
44 const char *pkg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, int32_t quoted);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddadrcoll.cpp93 UBool quoted = FALSE; local
99 if(!quoted) {
119 quoted = TRUE;
123 quoted = TRUE;
135 quoted = FALSE;
140 quoted = FALSE;
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DViaParser.java155 boolean quoted = false;
170 quoted = true;
179 if (quoted)
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DCommandLine.java172 Log.w(TAG, "Unterminated quoted string: " + arg);
/external/iproute2/tc/
H A Dm_ematch.h17 int quoted; member in struct:bstr
/external/iptables/iptables/
H A Diptables-xml.c81 /* arg meta data, were they quoted, frinstance */
104 add_argv(char *what, int quoted) argument
109 newargvattr[newargc] = quoted;
397 /* use argvattr to tell which arguments were quoted
398 to avoid comparing quoted arguments, like comments, to -j, */
742 int quote_open, quoted; local
781 /* We need to know which args were quoted so we
783 quoted = 0;
797 quoted = 1;
830 add_argv(param_buffer, quoted);
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_pars.cpp405 int32_t quoteStart = -1; // Most recent 'single quoted string'
456 // Handle quoted matter
463 /* This loop picks up a run of quoted text of the
642 // Quantifiers. We handle single characters, quoted strings,
658 // The */+ follows a 'quoted string'
1656 UBool quoted = FALSE; local
1668 quoted = (UBool)!quoted;
1670 else if (!quoted) {
1707 quoted
[all...]
/external/icu/icu4c/source/i18n/
H A Drbt_pars.cpp405 int32_t quoteStart = -1; // Most recent 'single quoted string'
456 // Handle quoted matter
463 /* This loop picks up a run of quoted text of the
642 // Quantifiers. We handle single characters, quoted strings,
658 // The */+ follows a 'quoted string'
1656 UBool quoted = FALSE; local
1668 quoted = (UBool)!quoted;
1670 else if (!quoted) {
1707 quoted
[all...]
/external/chromium_org/chrome/browser/
H A Dshell_integration_linux.cc273 std::string quoted = "\"";
282 quoted += '\\';
285 quoted += arg[i];
287 quoted += '"';
289 return quoted;
/external/ppp/pppd/
H A Dutils.c130 * %q (quoted string), %t (current time) and %I (IP address) formats.
170 int base, len, neg, quoted; local
318 case 'q': /* quoted string */
319 quoted = c == 'q';
331 if (!quoted && c >= 0x80) {
336 if (quoted && (c == '"' || c == '\\'))
339 if (quoted) {

Completed in 763 milliseconds

123