Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_client.h55 struct PreviewRange { struct
58 bool operator==(const PreviewRange &range) const argument
62 void Set(int32_t startValue, int32_t endValue) in Set()