Searched defs:ImeType (Results 1 – 2 of 2) sorted by relevance
34 enum class ImeType : int32_t { IME = 0, PROXY_IME, NONE }; enum
142 std::variant<bool, uint32_t, ImeType, ClientState, TextTotalConfig>> &updateInfos) in UpdateClientInfo() argument