Home
last modified time | relevance | path

Searched defs:substr (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/security_guard_report/src/
H A Dcm_security_guard_info.c47 char *substr = strstr(name, "o="); in AnonymousName() local
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Dstring_helper.cpp103 const std::string &value, size_t position, const std::string &substr, const std::string &newstr) in Replace()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/
H A Dstring_helper.cpp110 const std::string &value, size_t position, const std::string &substr, const std::string &newstr) in Replace()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dstring_expression.cpp38 std::string substr; in CheckCalcIsValid() local
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dprocess_skeleton.cpp396 bool ProcessSkeleton::GetSubStr(const std::string &str, std::string &substr, size_t offset, size_t … in GetSubStr()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_file_cache.cpp43 bool EndsWith(const std::string& str, const std::string& substr) in EndsWith()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring_view.h335 constexpr basic_string_view<CharT> basic_string_view<CharT>::substr(size_type pos, size_type count)… in substr() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_string.cpp410 auto substr = StringUtils::ToString(GetWideStringSubstr(text, 0, tmpStart)); in ChangeStartToCorrectNum() local
435 auto substr = StringUtils::ToString(GetWideStringSubstr(text, end)); in ChangeEndToCorrectNum() local
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_control_file_manager.cpp1595 std::string substr = "\r\n"; in GetPhotoById() local
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_impl.cpp477 auto substr = patchedPath.substr(0, ix); in GetNodeRecursive() local