Home | History | Annotate | Download | only in android

Lines Matching refs:kcm

20 /* Parses .kcm file producing key characters map.
21 * .kcm file parsed by this module is expected to contain 4 types of
40 * Bellow are a couple of examples of valid .kcm file lines:
47 /* Maximum length of a line expected in .kcm file. */
53 /* Maps symbol name from .kcm file to a keycode value. */
55 /* Symbol name from .kcm file. */
62 /* Result of parsing a line in a .kcm file. */
136 * gen-charmap.py qwerty2.kcm
225 // between tokens in .kcm files.
391 /* Parses a line in .kcm file extracting key information.
392 * line - Line in .kcm file to parse.
393 * line_index - Index of the parsing line in .kcm file.
496 // Initialize charmap name with name of .kcm file.
497 // First, get file name from the full path to .kcm file.
528 /* Extracts charmap name from .kcm file name,
537 /* Parses .kcm file producing key characters map.
538 * See comments to this module for .kcm file format information.
541 * Note that line length in .kcm file should not exceed 1024 characters,
545 * kcm_file_path - Full path to the .kcm file to parse.
551 // A line read from .kcm file.
639 derror("Unable to parse kcm file.");