Home
last modified time | relevance | path

Searched defs:Slice (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dstring_util.cpp52 char *StringUtil::Slice(const char *sequence, const int32_t start) in Slice() function in OHOS::ACELite::StringUtil
56 char *StringUtil::Slice(const char *sequence, const int32_t start, const int32_t end) in Slice() function in OHOS::ACELite::StringUtil
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/common/
H A Dhap_byte_buffer.cpp236 void HapByteBuffer::Slice() in Slice() function in OHOS::Security::Verify::HapByteBuffer
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
H A Dmix.rs30 Slice { bytes: &'a [u8], index: usize }, enumerator
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Drequest.rs258 Slice(Cursor<Vec<u8>>), enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h319 void SetBackgroundImageResizableSlice(const ImageResizableSlice& Slice) override {}; in SetBackgroundImageResizableSlice()