Home | History | Annotate | Download | only in android

Lines Matching full:charmap

18 /* this defines a structure used to describe an Android keyboard charmap */
37 /* Extracts charmap name from .kcm file name.
38 * Charmap name, extracted by this routine is a name of the kcm file, trimmed
40 * buffer. Here are examples on how this routine extracts charmap name:
46 * kcm_file_path - Path to key charmap file to extract charmap name from.
54 /* Gets a pointer to the default hard-coded charmap */
57 /* Parse a charmap file and add it to our list.
58 * Key charmap array always contains two maps: one for qwerty, and
60 * be requested with -charmap option. In tha case kcm_file_path
62 * layout, and as the result, key charmap array will contain another
63 * entry built from that file. If -charmap option was not specified,
64 * kcm_file_path is NULL and final key charmap array will contain only
68 * Note: on success, the charmap will be returned by android_get_charmap()
75 /* Gets charmap descriptor by its name.
76 * This routine tries to find a charmap by name. This will compare the
77 * name to the default charmap's name, or any charmap loaded with
83 * keycode array. This routine uses charmap passed as cmap parameter to do the
93 /* Return a pointer to the active charmap. If android_charmap_setup() was
94 * called succesfully, this corresponds to the newly loaded charmap.
96 * Otherwise, return a pointer to the default charmap.
100 /* Return the name of the charmap to be used. Same as