Searched defs:SubProperty (Results 1 – 1 of 1) sorted by relevance
32 struct SubProperty { struct33 std::string label; // the name displayed externally of subtype34 std::string name; // the bundleName of inputMethod35 std::string id; // the name of subtype36 std::string mode; // the mode of subtype, containing "upper" and "lower"37 std::string locale; // the tongues of subtype, such as "zh_CN", "en_US", etc.38 std::string language; // the language of subtype39 std::string icon; // the icon of subtype40 int32_t iconId = 0; // the icon id of subtype