Home
last modified time | relevance | path

Searched defs:endStr (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/tee/tee_client/services/tlogcat/src/
H A Dproc_tag.c89 static void GetMiddleChar(const char *startStr, const char *endStr, char **middleStr) in GetMiddleChar()
118 char *endStr = strchr((char *)logItem->logBuffer, ']'); in GetLogItemTag() local
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Ddate_time_filter.cpp431 icu::UnicodeString endStr = content.tempSubString(lastMatch.GetEnd()); in DealBrackets() local
458 icu::UnicodeString endStr = content.tempSubString(lastMatch.GetEnd(), in DealBrackets() local
510 icu::UnicodeString endStr = content.tempSubString(current.GetEnd()); in GetResult() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_trace_utils.cpp148 auto endStr = ParseRenderPropertyVaule(endValue); in addAnimationCreateTrace() local
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/server_demo/
H A Dfile_server_demo.cpp102 std::string endStr = matchVals[END_INDEX].str(); in GetRange() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/
H A Dhttp_server_demo.cpp107 std::string endStr = matchVals[END_INDEX].str(); in GetRange() local
/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A DTestUtils.cpp244 std::string endStr = "def"; variable
/ohos5.0/base/startup/init/interfaces/innerkits/modulemgr/
H A Dmodulemgr.c187 static int StringEndsWith(const char *srcStr, const char *endStr) in StringEndsWith()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dfile_path_utils.cpp67 bool StringEndWith(const std::string& str, const char* endStr, size_t endStrLen) in StringEndWith()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_backup.cpp176 std::string endStr = origDir.substr(slashIndex); in GetBackupDir() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp683 bool EndsWith(const string &str, const string &endStr) in EndsWith()
H A Dmedia_file_utils.cpp1133 string endStr = path.substr(pos + MEDIA_DATA_DEVICE_PATH.length()); local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp1442 auto endStr = StringUtils::ToWstring(spanItem->content).substr(end - info.spanStart_); in DeleteSpanByRange() local
1483 auto endStr = in DeleteSpansByRange() local