Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_typography.h119 virtual TestingTypographyProperties::Range<size_t> GetWordBoundary(size_t offset) in GetWordBoundary() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_impl.cpp256 Range<size_t> ParagraphImpl::GetWordBoundary(size_t offset) in GetWordBoundary() function in OHOS::Rosen::SPText::ParagraphImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Dparagraph_manager.cpp176 bool ParagraphManager::GetWordBoundary(int32_t offset, int32_t& start, int32_t& end) const in GetWordBoundary() function in OHOS::Ace::NG::ParagraphManager
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/paragraph_napi/
H A Djs_paragraph.cpp464 napi_value JsParagraph::GetWordBoundary(napi_env env, napi_callback_info info) in GetWordBoundary() function in OHOS::Rosen::JsParagraph
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dtxt_paragraph.cpp829 bool TxtParagraph::GetWordBoundary(int32_t offset, int32_t& start, int32_t& end) in GetWordBoundary() function in OHOS::Ace::NG::TxtParagraph