Searched refs:delims (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | string_util.h | 74 const BASE_NS::string_view string, const BASE_NS::string_view delims = "|") in CORE3D_BEGIN_NAMESPACE() 80 auto const pos = left.find_first_of(delims); in CORE3D_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | string_util.h | 76 const BASE_NS::string_view string, const BASE_NS::string_view delims = "|") in RENDER_BEGIN_NAMESPACE() 82 auto const pos = left.find_first_of(delims); in RENDER_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/util/ |
H A D | string_util.h | 77 const BASE_NS::string_view string, const BASE_NS::string_view delims = "|") in CORE_BEGIN_NAMESPACE() 83 auto const pos = left.find_first_of(delims); in CORE_BEGIN_NAMESPACE()
|
/ohos5.0/base/update/updater/services/flashd/ |
H A D | flashd_basepkg.bat | 35 @for /f "delims=: tokens=1,2,3" %%j in ("%%i") do ( 66 set options="tokens=1-4 delims=:.,"
|
/ohos5.0/docs/zh-cn/application-dev/web/ |
H A D | web-debugging-with-devtools.md | 144 for /f "tokens=2,5 delims=:_" %%a in ('hdc fport ls') do ( 148 for /f "tokens=1 delims= " %%c in ("%%b") do ( 163 for /f "delims=_ tokens=4" %%b in ("!SOCKET_NAME!") do set PID=%%b
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_test.cpp | 1213 std::size_t delims = 0; variable 1237 delims = uri.find(";", pos); 1238 if (delims != std::string::npos) { 1280 std::size_t delims = 0; variable 1308 delims = uri.find(";", pos); 1324 delims = uri.find(";", result); 1372 std::size_t delims = 0; variable 1397 delims = uri.find(";", result); 1444 std::size_t delims = 0; variable 1472 delims = uri.find(";", result); [all …]
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
H A D | distributed_want_test.cpp | 1280 std::size_t delims = uri.find(";", pos); in TestStringForParseUri() local 1281 if (delims != std::string::npos) { in TestStringForParseUri() 1282 std::string substring = uri.substr(pos, delims - pos); in TestStringForParseUri() 1301 std::size_t delims = uri.find(";", pos); in TestFloatForParseUri() local 1302 if (delims != std::string::npos) { in TestFloatForParseUri() 1303 std::string substring = uri.substr(pos, delims - pos); in TestFloatForParseUri() 1322 std::size_t delims = uri.find(";", result); in TestFloatArrayForParseUri() local 1323 if (delims != std::string::npos) { in TestFloatArrayForParseUri() 1324 std::string substring = uri.substr(pos, delims - pos); in TestFloatArrayForParseUri() 1347 std::size_t delims = uri.find(";", result); in TestStringArrayForParseUri() local [all …]
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-debugging-with-devtools.md | 144 for /f "tokens=2,5 delims=:_" %%a in ('hdc fport ls') do ( 148 for /f "tokens=1 delims= " %%c in ("%%b") do ( 163 for /f "delims=_ tokens=4" %%b in ("!SOCKET_NAME!") do set PID=%%b
|