Home
last modified time | relevance | path

Searched defs:endPos (Results 76 - 100 of 131) sorted by relevance

123456

/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dffmpeg_utils.cpp232 std::string::size_type endPos = str.find_first_of(delimiter, startPos); in SplitString() local
/foundation/communication/dsoftbus/core/common/dfx/anonymize/src/
H A Danonymizer.c307 uint32_t endPos = multiByteStrIndex < len ? multiByteStrIndex : len; in AnonymizeMultiByteStr() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRuleBasedBreakIterator.java1197 void populateDictionary(int startPos, int endPos, in populateDictionary() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Drbbi.cpp586 int32_t endPos = (int32_t)utext_nativeLength(&fText); in last() local
H A Ddictbe.cpp50 findBreaks( UText *text, int32_t startPos, int32_t endPos, UVector32 &foundBreaks, UBool isPhraseBreaking, UErrorCode& status) const findBreaks() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRuleBasedBreakIterator.java1175 void populateDictionary(int startPos, int endPos, in populateDictionary() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Drbbi.cpp556 int32_t endPos = (int32_t)utext_nativeLength(&fText); in last() local
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbi.cpp572 int32_t endPos = (int32_t)utext_nativeLength(&fText); in last() local
/vendor/ohemu/qemu_riscv32_mini_system_demo/tests/ui/
H A Dui_animator_test.cpp87 AnimatorDemoCallback(UIView *uiView, int16_t startPos, int16_t endPos) in AnimatorDemoCallback() argument
/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp319 int32_t PeakFinder::DeletePeaks(const std::vector<double> &envelope, int32_t startPos, int32_t endPos, in DeletePeaks() argument
381 int32_t PeakFinder::DetectValley(const std::vector<double> &envelope, int32_t startPos, int32_t endPos, in DetectValley() argument
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/src/
H A Dcast_stream_player.cpp162 void CastStreamPlayerCallback::SetPosInfo(int startPos, int endPos) in SetPosInfo() argument
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/src/
H A Dcast_stream_player.cpp162 void CastStreamPlayerCallback::SetPosInfo(int startPos, int endPos) in SetPosInfo() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_layout_algorithm.h34 float endPos = 0.0f; member
40 float endPos = 0.0f; member
155 void SetListMainSize(float startPos, float endPos, float referencePos, float prevContentSize, bool forwardLayout) in SetListMainSize() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.cpp878 auto endPos = scrollSnapMotion_->GetEndValue(); in UpdateScrollSnapStartOffset() local
1151 auto endPos = scrollSnapMotion_->GetEndValue(); in UpdateScrollSnapEndWithOffset() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.cpp161 const float endPos = currentOffset_ + totalHeightOfItemsInView_; in IsOutOfEnd() local
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.cpp824 std::string::size_type endPos = param.find_last_of("}"); in HandleAsyncEvent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_pattern.cpp265 auto endPos = currentOffset_; in GetOverScrollOffset() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.h33 float endPos = 0.0f; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_layout_algorithm.cpp391 auto endPos = visibleItemPosition_.rbegin()->second.endPos; in MeasureTargetIndex() local
412 auto endPos = ((endMainPos_ - startMainPos_) + visibleItemLength_[jumpIndex_.value()]) / TWO; in MeasureJumpIndex() local
425 auto endPos in MeasureWithOffset() local
456 AdjustPosition(LayoutWrapper* layoutWrapper, LayoutConstraintF& childLayoutConstraint, int32_t startIndex, int32_t endIndex, float startPos, float endPos) AdjustPosition() argument
478 LayoutForward(LayoutWrapper* layoutWrapper, LayoutConstraintF& childLayoutConstraint, int32_t& endIndex, float& endPos) LayoutForward() argument
[all...]
/foundation/multimedia/av_codec/services/drm_decryptor/
H A Dcodec_drm_decrypt.cpp319 uint32_t endPos = i + DRM_H265_PAYLOAD_TYPE_OFFSET; in DrmFindHevcCeiNalUnit() local
352 uint32_t endPos = i + DRM_LEGACY_LEN + 1; in DrmFindH264CeiNalUnit() local
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/
H A Dmedia_cached_buffer.cpp282 auto endPos = GetOffsetChunkCache(nextFragmentPos->chunks, in WriteMergerPre() local
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.cpp186 void DownloadRequest::SetRangePos(int64_t startPos, int64_t endPos) in SetRangePos() argument
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbackup_file_utils.cpp632 size_t endPos = GetLastSlashPosFromPath(path); in GetFileFolderFromPath() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_global_func.cpp116 std::string::size_type endPos = 0; in SplitStringToIntVector() local
229 std::string::size_type endPos = 0; in SplitString() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp736 int32_t endPos = 28; in TestSearching() local
[all...]

Completed in 60 milliseconds

123456