/third_party/boost/boost/date_time/ |
D | iso_format.hpp | 106 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()
|
D | time_parsing.hpp | 67 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/boost/boost/range/adaptor/ |
D | formatted.hpp | 134 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/ |
D | boost_contract_no.jam-gen.py | 33 sep = '' variable 36 sep = separator variable
|
/third_party/grpc/src/core/lib/slice/ |
D | slice_string_helpers.cc | 49 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/googletest/googlemock/src/ |
D | gmock-matchers.cc | 347 const char* sep = ""; in LogElementMatcherPairVec() local 382 const char* sep = ""; in DebugString() local 417 const char* sep = ""; in DescribeToImpl() local 458 const char* sep = ""; in DescribeNegationToImpl() local 496 const char* sep = in VerifyMatchMatrix() local 510 const char* sep = in VerifyMatchMatrix() local 560 const char* sep = "where:\n"; in FindPairing() local
|
/third_party/python/Python/ |
D | pystrhex.c | 8 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/ |
D | tiff_common.c | 72 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/ |
D | string_piece_util.cc | 22 vector<StringPiece> SplitStringPiece(StringPiece input, char sep) { in SplitStringPiece() 41 string JoinStringPiece(const vector<StringPiece>& list, char sep) { in JoinStringPiece()
|
D | string_piece_util_test.cc | 60 string sep(":a:b:c:"); in TEST() local 103 string sep(":a:b:c:"); in TEST() local
|
/third_party/abseil-cpp/absl/strings/ |
D | str_join.h | 120 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/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | str_join.h | 120 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/ |
D | fuse_opt.c | 144 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/ |
D | examples.cpp | 29 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/ |
D | index.js | 2 module.exports = function (str, sep) { argument
|
/third_party/musl/src/string/ |
D | strtok.c | 3 char *strtok(char *restrict s, const char *restrict sep) in strtok()
|
D | wcstok.c | 3 wchar_t *wcstok(wchar_t *restrict s, const wchar_t *restrict sep, wchar_t **restrict p) in wcstok()
|
D | strtok_r.c | 3 char *strtok_r(char *restrict s, const char *restrict sep, char **restrict p) in strtok_r()
|
/third_party/musl/porting/liteos_a/kernel/src/string/ |
D | strtok.c | 3 char *strtok(char *restrict s, const char *restrict sep) in strtok()
|
D | strtok_r.c | 3 char *strtok_r(char *restrict s, const char *restrict sep, char **restrict p) in strtok_r()
|
D | strsep.c | 4 char *strsep(char **str, const char *sep) in strsep()
|
/third_party/musl/porting/liteos_m/kernel/src/string/ |
D | strtok.c | 3 char *strtok(char *restrict s, const char *restrict sep) in strtok()
|
/third_party/curl/lib/ |
D | strtok.c | 31 Curl_strtok_r(char *ptr, const char *sep, char **end) in Curl_strtok_r()
|
/third_party/boost/libs/tokenizer/example/ |
D | char_sep_example_1.cpp | 21 boost::char_separator<char> sep("-;|"); in main() local
|
D | char_sep_example_3.cpp | 19 boost::char_separator<char> sep; // default constructed in main() local
|