Home | History | Annotate | Download | only in android

Lines Matching refs:format

64     /* Line format was bad. */
335 // Make sure token format was ok and value doesn't exceed unsigned short.
397 * returns BAD_FORMAT if line format was not recognized, SKIP_LINE if line
398 * format was ok, but it didn't contain key information, or KEY_ENTRY
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",
538 * See comments to this module for .kcm file format information.
539 * This routine checks format only for character map lines. It will not check
540 * format for empty lines, comments, and type section lines.