HomeSort by relevance Sort by last modified time
    Searched full:charmap (Results 1 - 25 of 463) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/third_party/icu/source/test/testdata/
test4x.ucm 18 CHARMAP
20 END CHARMAP
test1.ucm 17 CHARMAP
35 END CHARMAP
test1bmp.ucm 19 CHARMAP
39 END CHARMAP
test3.ucm 20 CHARMAP
60 END CHARMAP
test4.ucm 25 CHARMAP
64 END CHARMAP
  /external/icu4c/test/testdata/
test4x.ucm 18 CHARMAP
20 END CHARMAP
test1.ucm 17 CHARMAP
35 END CHARMAP
test5.ucm 19 CHARMAP
29 END CHARMAP
test1bmp.ucm 19 CHARMAP
39 END CHARMAP
test3.ucm 20 CHARMAP
60 END CHARMAP
test4.ucm 25 CHARMAP
64 END CHARMAP
  /external/qemu/android/
charmap.h 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 /* Initialzes key charmap array.
55 * Key charmap array always contains two maps: one for qwerty, and
57 * be requested with -charmap option. In tha case kcm_file_path
59 * layout, and as the result, key charmap array will contain anothe
    [all...]
charmap.c 16 #include "android/charmap.h"
132 /* the following is automatically generated by the 'gen-charmap.py' script
134 * gen-charmap.py qwerty.kcm qwerty2.kcm
265 /* Custom character map created with -charmap option. */
459 * kcm_file_path - Path to the charmap file, where paresed line was taken from.
487 derror("Invalid format of charmap file %s. Unknown key %s in line %d",
495 derror("Invalid format of charmap file %s. Invalid display value in line %d",
503 derror("Invalid format of charmap file %s. Invalid number value in line %d",
511 derror("Invalid format of charmap file %s. Invalid base value in line %d",
519 derror("Invalid format of charmap file %s. Invalid caps value in line %d"
    [all...]
qemulator.c 123 // If we have a custom charmap use it to initialize keyboard.
125 // Another way to configure keyboard to use a custom charmap would
126 // be saving a custom charmap name into AConfig's keyboard->charmap
129 if (NULL != opts->charmap) {
130 emulator->keyboard = skin_keyboard_create_from_kcm(opts->charmap, opts->raw_keys);
  /external/chromium/third_party/icu/source/data/mappings/
noop-cns-11643.ucm 30 CHARMAP
31 END CHARMAP
noop-gb2312_gl.ucm 31 CHARMAP
32 END CHARMAP
noop-iso-ir-165.ucm 28 CHARMAP
29 END CHARMAP
  /external/icu4c/data/mappings/
noop-cns-11643.ucm 30 CHARMAP
31 END CHARMAP
noop-gb2312_gl.ucm 31 CHARMAP
32 END CHARMAP
noop-iso-ir-165.ucm 28 CHARMAP
29 END CHARMAP
  /external/qemu/
gen-charmap.py 3 # a python script used to generate some C constant tables from a key charmap file
6 # progname file.kcm > charmap-tab.h
13 /* the following is automatically generated by the 'gen-charmap.py' script
15 * gen-charmap.py\
161 print "usage: progname charmap.kcm [charmap2.kcm ...] > charmap-tab.h"
167 print "%s is not a keyboard charmap name" % filepath
  /external/qemu/android/skin/
keyboard.c 18 #include "android/charmap.h"
43 const AKeyCharmap* charmap; member in struct:SkinKeyboard
77 if (keyboard && keyboard->charmap)
78 return keyboard->charmap->name;
416 return android_charmap_reverse_map_unicode(kb->charmap, unicode, down,
521 kb->charmap = android_get_charmap_by_name(charmap_name);
522 if (!kb->charmap) {
523 // Charmap name was not found. Default to the first charmap in the array.
524 kb->charmap = android_get_charmap_by_index(0)
    [all...]
  /external/chromium/net/base/
escape.cc 46 class Charmap {
48 Charmap(uint32 b0, uint32 b1, uint32 b2, uint32 b3,
62 // Given text to escape and a Charmap defining which values to escape,
64 // to +, otherwise, if spaces are in the charmap, they are converted to
66 const std::string Escape(const std::string& text, const Charmap& charmap,
74 } else if (charmap.Contains(c)) {
195 static const Charmap kQueryCharmap(
211 static const Charmap kPathCharmap(
220 static const Charmap kUrlEscape
    [all...]
  /external/tcpdump/
strcasecmp.c 31 static u_char charmap[] = { variable
70 register u_char *cm = charmap,
85 register u_char *cm = charmap,
  /external/freetype/include/freetype/internal/services/
svpscmap.h 5 /* The FreeType PostScript charmap service (specification). */
51 * Simple unicode -> glyph index charmap built from font glyph names

Completed in 242 milliseconds

1 2 3 4 5 6 7 8 91011>>