Home
last modified time | relevance | path

Searched defs:piece (Results 1 – 25 of 29) sorted by relevance

12

/third_party/gn/src/base/strings/
Dstring_split.cc35 size_t FindFirstOf(std::string_view piece, char c, size_t pos) { in FindFirstOf()
38 size_t FindFirstOf(std::u16string_view piece, char16_t c, size_t pos) { in FindFirstOf()
41 size_t FindFirstOf(std::string_view piece, in FindFirstOf()
46 size_t FindFirstOf(std::u16string_view piece, in FindFirstOf()
77 ViewType piece; in SplitStringT() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_cat.cc144 for (const absl::string_view& piece : pieces) total_size += piece.size(); in CatPieces() local
149 for (const absl::string_view& piece : pieces) { in CatPieces() local
173 for (const absl::string_view& piece : pieces) { in AppendPieces() local
181 for (const absl::string_view& piece : pieces) { in AppendPieces() local
Dstring_view.cc60 std::ostream& operator<<(std::ostream& o, string_view piece) { in operator <<()
Dsubstitute.h180 absl::string_view piece() const { return piece_; } in piece() function
/third_party/node/deps/npm/node_modules/aws4/
Daws4.js232 pathStr = pathStr.split('/').reduce(function(path, piece) { argument
305 path = path.split('/').map(function(piece) { argument
/third_party/ninja/src/
Ddepfile_parser.in.cc174 StringPiece piece = StringPiece(filename, len); in Parse() local
Ddepfile_parser.cc338 StringPiece piece = StringPiece(filename, len); in Parse() local
/third_party/icu/icu4c/source/test/perf/normperf/
Dsimplenormperf.cpp254 UnicodeString piece; in call() local
296 icu::StringPiece piece(s + start8, limit8 - start8); in call() local
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DCaseIterator.java429 String piece = null; in reset() local
/third_party/flutter/engine/flutter/shell/common/
Disolate_configuration.cc207 for (auto& piece : kernel_pieces) { in CreateForKernelList() local
/third_party/protobuf/src/google/protobuf/stubs/
Dbytestream.cc176 StringPiece piece(source_->Peek()); in Peek() local
Dstringpiece.cc42 std::ostream& operator<<(std::ostream& o, StringPiece piece) { in operator <<()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCanonicalIterator.java201 String piece = chStr + s; in permute() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCanonicalIterator.java197 String piece = chStr + s; in permute() local
/third_party/icu/icu4c/source/test/intltest/
Dstrtest.cpp508 StringPiece piece(other); in TestStringPieceOther() local
520 StringPiece piece(view); in TestStringPieceStringView() local
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dstring_utils.cpp41 std::string piece; in SplitString() local
/third_party/node/deps/npm/lib/search/
Dformat-package-stream.js105 return pieces.map(function (piece) { argument
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/
Dstring_piece.cc16 std::ostream& operator<<(std::ostream& o, const StringPiece& piece) { in operator <<()
/third_party/skia/third_party/externals/brotli/research/
Dsieve.cc148 SampleIdx piece = 0; in sieve_generate() local
Ddeorummolae.cc292 int* piece = &full_text[sa[best_isle.l]]; in DM_generate() local
Ddurchschlag.cc427 TextIdx piece = 0; in ScoreSlices() local
/third_party/skia/third_party/externals/angle2/src/common/
Dstring_utils.cpp55 std::string piece; in SplitString() local
/third_party/cef/libcef/browser/net/
Dchrome_scheme_handler.cc357 std::string piece = in OnLicenseUI() local
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dresindvdbin.c677 GstElement *piece = dvdbin->pieces[i]; in remove_elements() local
/third_party/skia/modules/skparagraph/src/
DOneLineShaper.cpp217 auto piece = &this->fParagraph->fRuns.back(); in finish() local

12