Searched defs:substr (Results 1 - 8 of 8) sorted by relevance
/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | string_helper.cpp | 109 Replace( const std::string &value, size_t position, const std::string &substr, const std::string &newstr) Replace() argument [all...] |
/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | string_expression.cpp | 38 std::string substr; in CheckCalcIsValid() local
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | string_view.h | 335 constexpr basic_string_view<CharT> basic_string_view<CharT>::substr(size_type pos, size_type count) const in substr() function in basic_string_view
|
H A D | string.h | 449 string_view substr(size_type pos = 0, size_type count = npos) const in substr() function in basic_string
|
/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_file_cache.cpp | 42 bool EndsWith(const std::string& str, const std::string& substr) in EndsWith() argument
|
/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | process_skeleton.cpp | 396 bool ProcessSkeleton::GetSubStr(const std::string &str, std::string &substr, size_t offset, size_t length) in GetSubStr() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ |
H A D | span_string.cpp | 403 auto substr = StringUtils::ToString(GetWideStringSubstr(text, 0, tmpStart)); ChangeStartToCorrectNum() local 428 auto substr = StringUtils::ToString(GetWideStringSubstr(text, end)); ChangeEndToCorrectNum() local [all...] |
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | scene_impl.cpp | 477 auto substr = patchedPath.substr(0, ix); in GetNodeRecursive() local [all...] |
Completed in 15 milliseconds