Lines Matching full:character
74 /* Loads a key character map from a file. */
77 /* Loads a key character map from its string contents. */
81 /* Combines a base key character map and an overlay. */
85 /* Returns an empty key character map. */
91 /* Gets the primary character for this key as in the label physically printed on it.
95 /* Gets the Unicode character for the number or symbol generated by the key
101 /* Gets the Unicode character generated by the key and meta key modifiers.
102 * Returns 0 if no character is generated.
113 /* Gets the first matching Unicode character that can be generated by the key,
115 * Returns 0 if no matching character is generated.
121 * character sequence. Returns false if some of the characters cannot be generated.
131 * in character map. */
157 /* The character to insert. */
158 char16_t character;
172 /* The single character label printed on the key, or 0 if none. */
175 /* The number or symbol character generated by the key, or 0 if none. */