Searched refs:firstStr (Results 1 - 3 of 3) sorted by relevance
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/ |
H A D | bundle_daemon.cpp | 152 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 D | ParagraphImpl.cpp | 2129 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 D | fnmatchndk32.cpp | 74 char firstStr[] = "video_???_test.txt";
in FnMatch() local 76 int backParam = fnmatch(firstStr, secondStr, FNM_NOESCAPE);
in FnMatch()
|
Completed in 6 milliseconds