Home
last modified time | relevance | path

Searched refs:postfix (Results 1 – 25 of 120) sorted by relevance

12345

/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dwritesrc.cpp125 const char *postfix) { in usrc_writeArray() argument
177 if(postfix!=NULL) { in usrc_writeArray()
178 fputs(postfix, f); in usrc_writeArray()
186 const char *postfix) { in usrc_writeUTrie2Arrays() argument
189 … usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, postfix); in usrc_writeUTrie2Arrays()
192 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, postfix); in usrc_writeUTrie2Arrays()
193 usrc_writeArray(f, data32Prefix, pTrie->data32, 32, pTrie->dataLength, postfix); in usrc_writeUTrie2Arrays()
202 const char *postfix) { in usrc_writeUTrie2Struct() argument
241 if(postfix!=NULL) { in usrc_writeUTrie2Struct()
242 fputs(postfix, f); in usrc_writeUTrie2Struct()
[all …]
Dwritesrc.h54 const char *postfix);
65 const char *postfix);
77 const char *postfix);
86 const char *postfix);
98 const char *postfix);
120 const char *postfix);
/third_party/icu/icu4c/source/tools/toolutil/
Dwritesrc.cpp125 const char *postfix) { in usrc_writeArray() argument
177 if(postfix!=NULL) { in usrc_writeArray()
178 fputs(postfix, f); in usrc_writeArray()
186 const char *postfix) { in usrc_writeUTrie2Arrays() argument
189 … usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, postfix); in usrc_writeUTrie2Arrays()
192 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, postfix); in usrc_writeUTrie2Arrays()
193 usrc_writeArray(f, data32Prefix, pTrie->data32, 32, pTrie->dataLength, postfix); in usrc_writeUTrie2Arrays()
202 const char *postfix) { in usrc_writeUTrie2Struct() argument
241 if(postfix!=NULL) { in usrc_writeUTrie2Struct()
242 fputs(postfix, f); in usrc_writeUTrie2Struct()
[all …]
Dwritesrc.h54 const char *postfix);
65 const char *postfix);
77 const char *postfix);
86 const char *postfix);
98 const char *postfix);
120 const char *postfix);
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dwritesrc.cpp125 const char *postfix) { in usrc_writeArray() argument
177 if(postfix!=NULL) { in usrc_writeArray()
178 fputs(postfix, f); in usrc_writeArray()
186 const char *postfix) { in usrc_writeUTrie2Arrays() argument
189 … usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, postfix); in usrc_writeUTrie2Arrays()
192 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, postfix); in usrc_writeUTrie2Arrays()
193 usrc_writeArray(f, data32Prefix, pTrie->data32, 32, pTrie->dataLength, postfix); in usrc_writeUTrie2Arrays()
202 const char *postfix) { in usrc_writeUTrie2Struct() argument
241 if(postfix!=NULL) { in usrc_writeUTrie2Struct()
242 fputs(postfix, f); in usrc_writeUTrie2Struct()
[all …]
Dwritesrc.h54 const char *postfix);
65 const char *postfix);
77 const char *postfix);
86 const char *postfix);
98 const char *postfix);
120 const char *postfix);
/third_party/boost/boost/spirit/home/x3/directive/
Dconfix.hpp27 , Postfix const& postfix) : in confix_directive()
30 postfix(postfix) in confix_directive()
44 postfix.parse(first, last, context, rcontext, unused))) in parse()
54 Postfix postfix; member
65 return { prefix, as_parser(subject), postfix }; in operator []()
69 Postfix postfix; member
76 confix(Prefix const& prefix, Postfix const& postfix) in confix() argument
78 return { as_parser(prefix), as_parser(postfix) }; in confix()
/third_party/node/deps/icu-small/source/tools/toolutil/
Dwritesrc.cpp142 const char *postfix) { in usrc_writeArray() argument
195 if(postfix!=NULL) { in usrc_writeArray()
196 fputs(postfix, f); in usrc_writeArray()
204 const char *postfix) { in usrc_writeUTrie2Arrays() argument
207 …rc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, "", postfix); in usrc_writeUTrie2Arrays()
210 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, "", postfix); in usrc_writeUTrie2Arrays()
211 usrc_writeArray(f, data32Prefix, pTrie->data32, 32, pTrie->dataLength, "", postfix); in usrc_writeUTrie2Arrays()
220 const char *postfix) { in usrc_writeUTrie2Struct() argument
259 if(postfix!=NULL) { in usrc_writeUTrie2Struct()
260 fputs(postfix, f); in usrc_writeUTrie2Struct()
[all …]
Dwritesrc.h83 const char *postfix);
94 const char *postfix);
106 const char *postfix);
115 const char *postfix,
128 const char *postfix,
187 const char *postfix);
/third_party/boost/boost/log/utility/
Dunique_identifier_name.hpp27 #define BOOST_LOG_UNIQUE_IDENTIFIER_NAME_INTERNAL_(prefix, postfix)\ argument
28 BOOST_PP_CAT(prefix, postfix)
29 #define BOOST_LOG_UNIQUE_IDENTIFIER_NAME_INTERNAL(prefix, postfix)\ argument
30 BOOST_LOG_UNIQUE_IDENTIFIER_NAME_INTERNAL_(prefix, postfix)
/third_party/typescript/tests/baselines/reference/
DsymbolType4.types2 var s = Symbol.for("postfix");
4 >Symbol.for("postfix") : symbol
8 >"postfix" : "postfix"
DincrementAndDecrement.types49 // Pre and postfix++ on number
90 // Pre and postfix++ on enum
131 // Pre and postfix++ on value of type 'any'
173 // Pre and postfix++ on other types
DincrementAndDecrement.symbols39 // Pre and postfix++ on number
64 // Pre and postfix++ on enum
89 // Pre and postfix++ on value of type 'any'
115 // Pre and postfix++ on other types
/third_party/boost/libs/range/doc/reference/adaptors/
Dformatted.qbk13 [[Pipe] [`rng | boost::adaptors::formatted(sep, prefix, postfix)`]]
17 [[Function] [`boost::adaptors::format(rng, sep, prefix, postfix)`]]
23 streamed would be "{0,1,2,3,4,5}". The prefix, separator and postfix may be
27 <prefix><element_1><sep><element_2><sep>...<element_n><postfix>
33 …* `postfix` has a type that is CopyConstructible and able to be streamed to `std::basic_ostream<Ch…
36 type, `Prefix` is the prefix type and `Postfix` is the postfix type.
/third_party/jerryscript/tests/jerry/es2015/
Dgenerator-initializer.js48 function postfix(a) { return a + "b" } function
59 *[postfix("a")]() {
100 *[postfix("a")]() {
114 static * [postfix("b") ] (v = 9) {
/third_party/boost/boost/range/adaptor/
Dformatted.hpp53 const postfix_t& postfix) in formatted_holder()
56 , m_postfix(postfix) in formatted_holder()
134 formatted(const Sep& sep, const Prefix& prefix, const Postfix& postfix) in formatted() argument
137 sep, prefix, postfix); in formatted()
172 const Postfix& postfix in format() argument
185 holder_t(sep, prefix, postfix)); in format()
/third_party/skia/third_party/externals/brotli/c/common/
Dconstants.h148 uint32_t postfix = (1u << npostfix) - 1; in BrotliCalculateDistanceCodeLimit() local
181 result.max_alphabet_size = ((group << npostfix) | postfix) + ndirect + in BrotliCalculateDistanceCodeLimit()
184 result.max_distance = ((start + extra) << npostfix) + postfix + ndirect + 1; in BrotliCalculateDistanceCodeLimit()
/third_party/node/deps/brotli/c/common/
Dconstants.h148 uint32_t postfix = (1u << npostfix) - 1; in BrotliCalculateDistanceCodeLimit() local
181 result.max_alphabet_size = ((group << npostfix) | postfix) + ndirect + in BrotliCalculateDistanceCodeLimit()
184 result.max_distance = ((start + extra) << npostfix) + postfix + ndirect + 1; in BrotliCalculateDistanceCodeLimit()
/third_party/glib/glib/deprecated/
Dgcompletion.c244 gchar* postfix; in completion_check_cache() local
258 postfix = s + len; in completion_check_cache()
259 plen = strlen (postfix); in completion_check_cache()
268 if (postfix[i] != s[i]) in completion_check_cache()
277 strncpy (*new_prefix + len, postfix, plen); in completion_check_cache()
/third_party/node/deps/brotli/c/enc/
Dprefix.h38 size_t postfix = dist & postfix_mask; in PrefixEncodeCopyDistance() local
44 ((2 * (nbits - 1) + prefix) << postfix_bits) + postfix)); in PrefixEncodeCopyDistance()
/third_party/skia/third_party/externals/brotli/c/enc/
Dprefix.h38 size_t postfix = dist & postfix_mask; in PrefixEncodeCopyDistance() local
44 ((2 * (nbits - 1) + prefix) << postfix_bits) + postfix)); in PrefixEncodeCopyDistance()
/third_party/boringssl/src/crypto/x509/
Dby_dir.c278 const char *postfix = ""; in get_cert_by_subject() local
288 postfix = ""; in get_cert_by_subject()
293 postfix = "r"; in get_cert_by_subject()
358 "%s%08lx.%s%d", ent->dir, h, postfix, k); in get_cert_by_subject()
362 postfix, k); in get_cert_by_subject()
/third_party/boost/libs/range/test/adaptor_test/
Dformatted.cpp43 const std::string& postfix) in reference_result() argument
56 out << postfix; in reference_result()
159 const Postfix& postfix in test_formatted_3args_impl() argument
165 out1 << '[' << (v | boost::adaptors::formatted(sep, prefix, postfix)) in test_formatted_3args_impl()
170 make_string(postfix, ']'))); in test_formatted_3args_impl()
/third_party/openssl/crypto/x509/
Dby_dir.c224 const char *postfix = ""; in get_cert_by_subject() local
233 postfix = ""; in get_cert_by_subject()
237 postfix = "r"; in get_cert_by_subject()
300 "%s%08lx.%s%d", ent->dir, h, postfix, k); in get_cert_by_subject()
303 "%s%c%08lx.%s%d", ent->dir, c, h, postfix, k); in get_cert_by_subject()
/third_party/re2/re2/testing/
Dregexp_generator.cc68 std::vector<std::string> postfix; in Generate() local
69 GeneratePostfix(&postfix, 0, 0, 0); in Generate()
77 std::vector<std::string> postfix; in GenerateRandom() local
78 GenerateRandomPostfix(&postfix, 0, 0, 0); in GenerateRandom()

12345