Home
last modified time | relevance | path

Searched refs:firstStr (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dbundle_daemon.cpp152 static int32_t ObtainStringFromIpc(IpcIo *req, std::string &firstStr, std::string &secondStr) in ObtainStringFromIpc() argument
161 firstStr = innerStr.substr(0, len); in ObtainStringFromIpc()
/third_party/skia/modules/skparagraph/src/
H A DParagraphImpl.cpp2129 auto firstStr = text(fRuns.front().textRange()); in GetLineFontMetrics() local
2136 firstFont.measureText(firstStr.data(), firstStr.size(), SkTextEncoding::kUTF8, &firstBounds, nullptr); in GetLineFontMetrics()
2170 auto firstStr = text(fRuns.front().textRange()); in GetLineFontMetrics() local
2177 firstFont.MeasureText(firstStr.data(), firstStr.size(), RSDrawing::TextEncoding::UTF8, &firstBounds); in GetLineFontMetrics()
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H A Dfnmatchndk32.cpp74 char firstStr[] = "video_???_test.txt"; in FnMatch() local
76 int backParam = fnmatch(firstStr, secondStr, FNM_NOESCAPE); in FnMatch()

Completed in 7 milliseconds