Home
last modified time | relevance | path

Searched refs:quote (Results 1 – 25 of 684) sorted by relevance

12345678910>>...28

/third_party/boost/libs/locale/doc/style/
Dheader_grass.css30 #boost-common-heading-doc .heading-quote a,
31 #heading .heading-quote a {
34 #boost-common-heading-doc .heading-quote a:hover,
35 #heading .heading-quote a:hover {
38 #boost-common-heading-doc .heading-quote a:visited,
39 #heading .heading-quote a:visited {
42 #boost-common-heading-doc .heading-quote a:visited:hover,
43 #heading .heading-quote a:visited:hover {
Dheader.css68 #boost-common-heading-doc .heading-quote,
69 #heading .heading-quote {
73 #boost-common-heading-doc .heading-quote q,
74 #heading .heading-quote q {
78 #boost-common-heading-doc .heading-quote .heading-attribution,
79 #heading .heading-quote .heading-attribution {
/third_party/icu/icu4c/source/test/intltest/
Dtokiter.cpp73 UChar quote = 0; in nextToken() local
77 quote = c; in nextToken()
94 } else if ((quote != 0 && c == quote) || in nextToken()
95 (quote == 0 && PatternProps::isWhiteSpace(c))) { in nextToken()
98 } else if (quote == 0 && c == '#') { in nextToken()
105 if (quote != 0) { in nextToken()
/third_party/gettext/gettext-tools/tests/
Dxgettext-1446 cat <<\EOF > xg-quote-u.c
49 /* xgettext: no-quote-unicode-check */
60 /* xgettext: no-quote-unicode-check */
85 /* xgettext: no-quote-unicode-check */
95 …${XGETTEXT} --omit-header --add-comments --check=quote-unicode -d xg-quote-u.tmp xg-quote-u.c 2>xg…
97 test `grep -c 'ASCII double quote' xg-quote-u.err` = 4 || Exit 1
98 test `grep -c 'ASCII single quote' xg-quote-u.err` = 12 || Exit 1
/third_party/boost/libs/mpl/doc/src/refmanual/
Dquote.rst1 .. Metafunctions/Composition and Argument Binding//quote |40
3 quote title
27 struct quote\ *n*
37 ``quote``\ *n* is a higher-order primitive that wraps an *n*-ary |Metafunction| to create
46 #include <boost/mpl/quote.hpp>
75 typedef quote\ *n*\ <f> g;
76 typedef quote\ *n*\ <f,tag> g;
127 typedef quote\ ``1``\<f1>::apply<int>::type t1;
128 typedef quote\ ``5``\<f5>::apply<char,short,int,long,float>::type t5;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
DTokenIterator.java118 char quote = 0; in nextToken() local
122 quote = c; in nextToken()
146 } else if ((quote != 0 && c == quote) || in nextToken()
147 (quote == 0 && PatternProps.isWhiteSpace(c))) { in nextToken()
149 } else if (quote == 0 && c == '#') { in nextToken()
156 if (quote != 0) { in nextToken()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/data/
DTokenIterator.java120 char quote = 0; in nextToken() local
124 quote = c; in nextToken()
148 } else if ((quote != 0 && c == quote) || in nextToken()
149 (quote == 0 && PatternProps.isWhiteSpace(c))) { in nextToken()
151 } else if (quote == 0 && c == '#') { in nextToken()
158 if (quote != 0) { in nextToken()
/third_party/boost/libs/program_options/src/
Dsplit.cpp21 const std::basic_string<charT>& quote, in split_unix() argument
29 boost::escaped_list_separator< charT >(escape, seperator, quote)); in split_unix()
47 const std::string& quote, const std::string& escape) in split_unix() argument
49 return detail::split_unix< char >(cmdline, seperator, quote, escape); in split_unix()
55 const std::wstring& quote, const std::wstring& escape) in split_unix() argument
57 return detail::split_unix< wchar_t >(cmdline, seperator, quote, escape); in split_unix()
/third_party/pcre2/pcre2/testdata/
Dtestinput923 " (?: # opening quote...
24 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
27 )* " # closing quote
37 " (?: # opening quote...
38 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
41 )* " # closing quote
74 " (?: # opening quote...
75 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
78 )* " # closing quote
86 " (?: # opening quote...
[all …]
Dtestinput1120 " (?: # opening quote...
21 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
24 )* " # closing quote
34 " (?: # opening quote...
35 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
38 )* " # closing quote
71 " (?: # opening quote...
72 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
75 )* " # closing quote
83 " (?: # opening quote...
[all …]
Dtestoutput931 " (?: # opening quote...
32 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
35 )* " # closing quote
45 " (?: # opening quote...
46 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
49 )* " # closing quote
82 " (?: # opening quote...
83 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
86 )* " # closing quote
94 " (?: # opening quote...
[all …]
/third_party/openGLES/extensions/
Dprintreg.py23 def quote(str): function
27 print(tab() + quote(key), ':', value + ',')
36 ', '.join([quote(str(tag)) for tag in sorted(ext[key])]) +
42 printKey(key, quote(str(ext[key])))
61 print(' ' + quote(key), ': {')
/third_party/skia/third_party/externals/opengl-registry/extensions/
Dprintreg.py23 def quote(str): function
27 print(tab() + quote(key), ':', value + ',')
36 ', '.join([quote(str(tag)) for tag in sorted(ext[key])]) +
42 printKey(key, quote(str(ext[key])))
61 print(' ' + quote(key), ': {')
/third_party/python/Parser/
Dstring_parser.c166 int quote = Py_CHARMASK(*s); in _PyPegen_parsestr() local
172 if (Py_ISALPHA(quote)) { in _PyPegen_parsestr()
174 if (quote == 'b' || quote == 'B') { in _PyPegen_parsestr()
175 quote =(unsigned char)*++s; in _PyPegen_parsestr()
178 else if (quote == 'u' || quote == 'U') { in _PyPegen_parsestr()
179 quote = (unsigned char)*++s; in _PyPegen_parsestr()
181 else if (quote == 'r' || quote == 'R') { in _PyPegen_parsestr()
182 quote = (unsigned char)*++s; in _PyPegen_parsestr()
185 else if (quote == 'f' || quote == 'F') { in _PyPegen_parsestr()
186 quote = (unsigned char)*++s; in _PyPegen_parsestr()
[all …]
/third_party/python/Lib/
Dpipes.py65 from shlex import quote
221 cmd = 'OUT=' + quote(outf) + '; ' + cmd
223 cmd = 'IN=' + quote(inf) + '; ' + cmd
225 cmd = cmd + ' <' + quote(inf)
227 cmd = cmd + ' >' + quote(outf)
243 rmcmd = rmcmd + ' ' + quote(file)
244 trapcmd = 'trap ' + quote(rmcmd + '; exit') + ' 1 2 3 13 14 15'
/third_party/ltp/scripts/
Dcheckbashisms.pl329 for my $quote ("\"", "\'") {
331 my $otherquote = ($quote eq "\"" ? "\'" : "\"");
365 $templine =~ s/$otherquote.*?$quote.*?$otherquote//g;
367 $templine =~ s/(^|[^\\])$quote\\$quote$quote/$1/g;
370 my $count = () = $templine =~ /(^|(?!\\))$quote/g;
376 $quote_string = $quote;
378 $line =~ s/^(.*)$quote.*$/$1/;
/third_party/popt/src/
Dpoptparse.c57 char quote = '\0'; in poptParseArgvString() local
74 if (quote == *src) { in poptParseArgvString()
75 quote = '\0'; in poptParseArgvString()
76 } else if (quote != '\0') { in poptParseArgvString()
83 if (*src != quote) *buf++ = '\\'; in poptParseArgvString()
99 quote = *src; in poptParseArgvString()
/third_party/typescript_eslint/packages/eslint-plugin-internal/src/rules/
Dplugin-test-formatting.ts237 const quote = quoteIn ?? getQuote(output); constant
238 if (quote == null) {
242 return fixer.replaceText(literal, `${quote}${output}${quote}`);
267 const quote = getQuote(text); constant
268 if (quote == null) {
275 quote,
279 quote,
/third_party/boost/libs/hana/example/
Dwandbox.cpp33 std::string quote(std::string s) { return "\"" + s + "\""; } in quote() function
40 std::string to_json(char c) { return quote({c}); } in to_json()
41 std::string to_json(std::string s) { return quote(s); } in to_json()
50 return quote(hana::to<char const*>(name)) + " : " + to_json(member); in to_json()
/third_party/boost/libs/program_options/test/
Dwinmain.py25 def quote(s): function
36 value = quote(value)
38 tokens = map(quote, tokens)
/third_party/boost/libs/assert/test/exp/
Dassert_exp_test.cpp17 static std::string quote( std::string const & s ) in quote() function
98 …(void)0): ::boost::assertion_failed(\"x5\", BOOST_CURRENT_FUNCTION, \"" + quote( __FILE__ ) + "\",… in test_handler()
112 …(void)0): ::boost::assertion_failed(\"x6\", BOOST_CURRENT_FUNCTION, \"" + quote( __FILE__ ) + "\",… in test_handler_ndebug()
130 …(void)0): ::boost::assertion_failed(\"x7\", BOOST_CURRENT_FUNCTION, \"" + quote( __FILE__ ) + "\",… in test_debug_handler()
Dassert_msg_exp_test.cpp17 static std::string quote( std::string const & s ) in quote() function
98 …boost::assertion_failed_msg(\"x5\", \"m5\", BOOST_CURRENT_FUNCTION, \"" + quote( __FILE__ ) + "\",… in test_handler()
112 …boost::assertion_failed_msg(\"x6\", \"m6\", BOOST_CURRENT_FUNCTION, \"" + quote( __FILE__ ) + "\",… in test_handler_ndebug()
130 …boost::assertion_failed_msg(\"x7\", \"m7\", BOOST_CURRENT_FUNCTION, \"" + quote( __FILE__ ) + "\",… in test_debug_handler()
/third_party/boost/libs/hana/example/tutorial/
Dintrospection.json.cpp21 std::string quote(std::string s) { return "\"" + s + "\""; } in quote() function
28 std::string to_json(char c) { return quote({c}); } in to_json()
29 std::string to_json(std::string s) { return quote(s); } in to_json()
38 return quote(hana::to<char const*>(name)) + " : " + to_json(member); in to_json()
/third_party/node/deps/npm/node_modules/jsonparse/test/
Dbig-token.js9 var quote = Buffer.from ? Buffer.from('"') : new Buffer('"');
17 parser.write(quote);
23 parser.write(quote);
/third_party/icu/icu4c/source/tools/escapesrc/
Descapesrc.cpp225 char quote = linestr[pos]; in fixAt() local
227 if(quote != '\'' && quote != '\"') { in fixAt()
228 fprintf(stderr, "Quote is '%c' - not sure what to do.\n", quote); in fixAt()
232 if(quote == '\'' && utf8) { in fixAt()
242 if(linestr[pos] == quote) { in fixAt()
251 if(linestr[pos] == quote) continue; // quoted quote in fixAt()

12345678910>>...28