Home
last modified time | relevance | path

Searched defs:sep (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/third_party/boost/boost/date_time/
Diso_format.hpp106 static bool is_component_sep(charT sep) in is_component_sep()
121 static bool is_fractional_time_sep(charT sep) in is_fractional_time_sep()
129 static bool is_timezone_sep(charT sep) in is_timezone_sep()
235 static bool is_component_sep(wchar_t sep) in is_component_sep()
250 static bool is_fractional_time_sep(wchar_t sep) in is_fractional_time_sep()
258 static bool is_timezone_sep(wchar_t sep) in is_timezone_sep()
Dtime_parsing.hpp67 char_separator_type sep(sep_chars); in str_from_delimited_time_duration() local
154 char sep, in split()
169 parse_delimited_time(const std::string& s, char sep) in parse_delimited_time()
302 parse_iso_time(const std::string& s, char sep) in parse_iso_time()
/third_party/googletest/googlemock/src/
Dgmock-matchers.cc234 const char* sep = ""; in LogElementMatcherPairVec() local
269 const char* sep = ""; in DebugString() local
304 const char* sep = ""; in DescribeToImpl() local
345 const char* sep = ""; in DescribeNegationToImpl() local
383 const char* sep = in VerifyMatchMatrix() local
397 const char* sep = in VerifyMatchMatrix() local
447 const char* sep = "where:\n"; in FindPairing() local
/third_party/python/Tools/c-analyzer/c_common/
Dtables.py84 sep='\t', argument
119 sep='\t', argument
152 def parse_table(entries, sep, header=None, rawsep=None, *, argument
185 def parse_row(line, sep, *, ncols=None, default=NOT_SET): argument
191 def _parse_row(line, sep, ncols, default): argument
202 def _normalize_table_file_props(header, sep): argument
231 def build_table(specs, *, sep=' ', defaultwidth=None): argument
371 def _build_table(columns, *, sep=' ', defaultwidth=None): argument
/third_party/musl/libc-test/src/functionalext/supplement/string/
Dstrsep.c30 char *sep = "w"; in strsep_0100() local
50 char *sep = "l"; in strsep_0200() local
70 char *sep = "a"; in strsep_0300() local
/third_party/boost/boost/range/adaptor/
Dformatted.hpp134 formatted(const Sep& sep, const Prefix& prefix, const Postfix& postfix) in formatted()
142 formatted(const Sep& sep, const Prefix& prefix) in formatted()
149 formatted(const Sep& sep) in formatted()
170 const Sep& sep, in format()
195 const Sep& sep, in format()
206 format(const SinglePassRange& rng, const Sep& sep) in format()
/third_party/boost/libs/contract/build/
Dboost_contract_no.jam-gen.py33 sep = '' variable
36 sep = separator variable
/third_party/grpc/src/core/lib/slice/
Dslice_string_helpers.cc49 static int slice_find_separator_offset(const grpc_slice str, const char* sep, in slice_find_separator_offset()
80 static void grpc_slice_split_inner(grpc_slice str, const char* sep, in grpc_slice_split_inner()
114 void grpc_slice_split(grpc_slice str, const char* sep, grpc_slice_buffer* dst) { in grpc_slice_split()
118 void grpc_slice_split_without_space(grpc_slice str, const char* sep, in grpc_slice_split_without_space()
/third_party/python/Python/
Dpystrhex.c8 const PyObject* sep, int bytes_per_sep_group, in _Py_strhex_impl()
162 PyObject * _Py_strhex_with_sep(const char* argbuf, const Py_ssize_t arglen, const PyObject* sep, co… in _Py_strhex_with_sep()
169 …strhex_bytes_with_sep(const char* argbuf, const Py_ssize_t arglen, const PyObject* sep, const int … in _Py_strhex_bytes_with_sep()
/third_party/ffmpeg/libavcodec/
Dtiff_common.c72 static const char *auto_sep(int count, const char *sep, int i, int columns) in auto_sep()
82 int ff_tadd_rational_metadata(int count, const char *name, const char *sep, in ff_tadd_rational_metadata()
116 int ff_tadd_long_metadata(int count, const char *name, const char *sep, in ff_tadd_long_metadata()
147 int ff_tadd_doubles_metadata(int count, const char *name, const char *sep, in ff_tadd_doubles_metadata()
178 int ff_tadd_shorts_metadata(int count, const char *name, const char *sep, in ff_tadd_shorts_metadata()
210 int ff_tadd_bytes_metadata(int count, const char *name, const char *sep, in ff_tadd_bytes_metadata()
/third_party/ninja/src/
Dstring_piece_util.cc22 vector<StringPiece> SplitStringPiece(StringPiece input, char sep) { in SplitStringPiece()
41 string JoinStringPiece(const vector<StringPiece>& list, char sep) { in JoinStringPiece()
Dstring_piece_util_test.cc60 string sep(":a:b:c:"); in TEST() local
103 string sep(":a:b:c:"); in TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_join.h120 PairFormatter(FirstFormatter f1, absl::string_view sep, SecondFormatter f2) { in PairFormatter()
130 PairFormatter(absl::string_view sep) { in PairFormatter()
245 std::string StrJoin(Iterator start, Iterator end, absl::string_view sep, in StrJoin()
/third_party/abseil-cpp/absl/strings/
Dstr_join.h120 PairFormatter(FirstFormatter f1, absl::string_view sep, SecondFormatter f2) { in PairFormatter()
130 PairFormatter(absl::string_view sep) { in PairFormatter()
245 std::string StrJoin(Iterator start, Iterator end, absl::string_view sep, in StrJoin()
/third_party/ntfs-3g/libfuse-lite/
Dfuse_opt.c144 const char *sep = strchr(t, '='); in match_template() local
197 const struct fuse_opt *opt, unsigned sep, in process_opt()
219 const struct fuse_opt *opt, unsigned sep, in process_opt_sep_arg()
244 unsigned sep; in process_gopt() local
263 char *sep; in process_real_option_group() local
297 const char *sep = strchr(opts, ','); in process_option_group() local
/third_party/boost/libs/tokenizer/test/
Dexamples.cpp29 char_separator<char> sep("-;|"); in test_main() local
38 char_separator<char> sep("-;", "|", boost::keep_empty_tokens); in test_main() local
62 escaped_list_separator<char> sep("\\^",",;","\"\'"); in test_main() local
/third_party/node/deps/npm/node_modules/decamelize/
Dindex.js2 module.exports = function (str, sep) { argument
/third_party/musl/porting/liteos_m/kernel/src/string/
Dstrtok_r.c3 char *strtok_r(char *restrict s, const char *restrict sep, char **restrict p) in strtok_r()
Dstrtok.c3 char *strtok(char *restrict s, const char *restrict sep) in strtok()
/third_party/musl/porting/uniproton/kernel/src/string/
Dstrtok_r.c3 char *strtok_r(char *restrict s, const char *restrict sep, char **restrict p) in strtok_r()
Dstrtok.c3 char *strtok(char *restrict s, const char *restrict sep) in strtok()
/third_party/musl/porting/liteos_a/kernel/src/string/
Dstrtok_r.c3 char *strtok_r(char *restrict s, const char *restrict sep, char **restrict p) in strtok_r()
Dstrtok.c3 char *strtok(char *restrict s, const char *restrict sep) in strtok()
/third_party/musl/src/string/
Dstrtok.c3 char *strtok(char *restrict s, const char *restrict sep) in strtok()
Dwcstok.c3 wchar_t *wcstok(wchar_t *restrict s, const wchar_t *restrict sep, wchar_t **restrict p) in wcstok()

12345678910>>...13