Home | History | Annotate | Download | only in input

Lines Matching full:character

71     /* Loads a key character map from a file. */
74 /* Loads a key character map from its string contents. */
78 /* Combines a base key character map and an overlay. */
82 /* Returns an empty key character map. */
88 /* Gets the primary character for this key as in the label physically printed on it.
92 /* Gets the Unicode character for the number or symbol generated by the key
98 /* Gets the Unicode character generated by the key and meta key modifiers.
99 * Returns 0 if no character is generated.
110 /* Gets the first matching Unicode character that can be generated by the key,
112 * Returns 0 if no matching character is generated.
118 * character sequence. Returns false if some of the characters cannot be generated.
149 /* The character to insert. */
150 char16_t character;
161 /* The single character label printed on the key, or 0 if none. */
164 /* The number or symbol character generated by the key, or 0 if none. */