Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_method_property.h33 struct SubProperty { struct
34 std::string label; // the label of subtype
35 int32_t labelId = 0; // the labelId of subtype
36 std::string name; // the bundleName of inputMethod
37 std::string id; // the name of subtype
38 std::string mode; // the mode of subtype, containing "upper" and "lower"
39 std::string locale; // the tongues of subtype, such as "zh_CN", "en_US", etc.
40 std::string language; // the language of subtype
41 std::string icon; // the icon of subtype
42 int32_t iconId = 0; // the icon id of subtype