Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_compose.h28 struct TextCompose { struct
30 TextCompose(int32_t base, int32_t extent) : baseOffset(base), extentOffset(extent) {} in TextCompose() function
42 bool operator==(const TextCompose& other) const argument
53 inline int32_t GetStart() const in GetStart()
60 inline int32_t GetEnd() const in GetEnd()
67 inline bool IsValid() const in IsValid()
72 int32_t baseOffset = -1;
74 int32_t extentOffset = -1;