Home | History | Annotate | Download | only in android

Lines Matching full:charmap

16 #include "android/charmap.h"
134 /* the following is automatically generated by the 'gen-charmap.py' script
136 * gen-charmap.py qwerty2.kcm
203 /* Custom character map created with -charmap option. */
396 * kcm_file_path - Path to the charmap file, where paresed line was taken from.
424 derror("Invalid format of charmap file %s. Unknown key %s in line %d",
432 derror("Invalid format of charmap file %s. Invalid display value in line %d",
440 derror("Invalid format of charmap file %s. Invalid number value in line %d",
448 derror("Invalid format of charmap file %s. Invalid base value in line %d",
456 derror("Invalid format of charmap file %s. Invalid caps value in line %d",
464 derror("Invalid format of charmap file %s. Invalid fn value in line %d",
472 derror("Invalid format of charmap file %s. Invalid caps_fn value in line %d",
483 derror("Invalid format of charmap file %s in line %d",
496 // Initialize charmap name with name of .kcm file.
514 // "filename" as our custom charmap name.
519 // Copy file name to charmap name.
528 /* Extracts charmap name from .kcm file name,
557 // Initial size of the charmap's array of keys.
566 derror("Unable to open charmap file %s : %s",
571 // Calculate charmap name.
609 derror("Error reading charmap file %s : %s",
631 /* Return if we already loaded a charmap */
636 // Here we have the default charmap and the custom one.