Home
last modified time | relevance | path

Searched refs:substr (Results 601 - 625 of 2137) sorted by relevance

1...<<21222324252627282930>>...86

/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Don_text_changed_listener_impl.cpp48 auto insertText = text.substr(0, leavingStrLength); in InsertText()
/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Dnode_data_cache.cpp41 return pageUrl.substr(0, pageUrl.length() - PAGE_URL_SUFFIX_LENGTH); in GetCurrentPageUrl()
H A Devent_controller.cpp117 pageUrl = pageUrl.substr(0, pageUrl.length() - PAGE_URL_SUFFIX_LENGTH); in GetPageUrlByContainerId()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.cpp297 return str.substr(str.length() - suffix.length()) == suffix; in endsWith()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dindexer_composed_element.cpp283 result = result.substr(0, result.size() - 1); in ConvertFontFamily()
H A Dtext_composed_element.cpp222 result = result.substr(0, result.size() - 1); in ConvertFontFamily()
H A Dtextinput_composed_element.cpp272 result = result.substr(0, result.size() - 1); in ConvertFontFamily()
H A Dtextarea_composed_element.cpp237 result = result.substr(0, result.size() - 1); in ConvertFontFamily()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/extend_resource/
H A Dextend_resource_manager_proxy.cpp314 std::string fileName = sourcePath.substr(pos + 1); in CopyFiles()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/quick_fix/
H A Dquick_fix_manager_proxy.cpp229 std::string fileName = sourcePath.substr(pos + 1); in CopyFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_installer.cpp318 std::string appIndexStr = info.first.substr(0, pos - 1); in UninstallAllSandboxApps()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/
H A Dfile_source_plugin.cpp274 fileName_ = uri.substr(pos); in ParseFileName()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_graphic_config.cpp76 std::string tmp = str.substr(i, position - i); in Split()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_manager.cpp49 out = out.substr(0, out.length() - lengthTwo); in DumpAnimations()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dstd_directory.cpp248 path = path.substr(1); in ResolveAbsolutePath()
H A Dfile_manager.cpp79 return protocol + "://" + NormalizePath(basePath_.substr(0, 3) + path); // 3: substring size in FixPath()
/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/
H A Dfont_parser_test.cpp148 std::string end = it.second.substr(it.second.size() - 3, 3); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/lume/log/
H A DLoggerOutput.cpp56 return aPath.substr(index + 1); in getFilename()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_playlist_downloader.cpp247 playList_ = playList_.substr(0, lastTsTagIndex).append(tsTag); in PreParseManifest()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/file_source/
H A Dfile_source_plugin.cpp246 fileName_ = uri.substr(pos); in ParseFileName()
/foundation/multimedia/media_foundation/src/filter/
H A Dfilter_loop.cpp136 pthread_setname_np(pthread_self(), name_.substr(0, nameSizeMax).c_str()); in MainLoop()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/photo_album_test/src/
H A Dphoto_album_test.cpp100 dentry = path.substr(slashIndex + 1); in GetLastDentry()
/foundation/multimedia/media_library/frameworks/utils/src/
H A Dmedialibrary_common_utils.cpp118 str = str.substr(0, pos); in ExtractKeyWord()
/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf_common.h302 std::string tmp = tempStr.substr(i, position - i); in SplitEx()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_quality_diag.cpp291 queryAddr = content.substr(pos, content.find(NEW_LINE_STR, pos) - pos); in load_query_addr()

Completed in 17 milliseconds

1...<<21222324252627282930>>...86