OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:charmap
(Results
1 - 25
of
597
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
/* 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_pat
[
all
...]
/external/chromium_org/third_party/icu/source/data/mappings/
icu-internal-compound-s1.ucm
15
CHARMAP
25
END
CHARMAP
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/chromium_org/third_party/icu/source/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
/external/icu/icu4c/source/data/mappings/
icu-internal-compound-s1.ucm
15
CHARMAP
25
END
CHARMAP
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/icu/icu4c/source/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
test2.ucm
19
CHARMAP
59
END
CHARMAP
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
t1objs.c
507
FT_CharMapRec
charmap
;
local
512
charmap
.face = root;
514
/* first of all, try to synthesize a Unicode
charmap
*/
515
charmap
.platform_id = TT_PLATFORM_MICROSOFT;
516
charmap
.encoding_id = TT_MS_ID_UNICODE_CS;
517
charmap
.encoding = FT_ENCODING_UNICODE;
519
error = FT_CMap_New( cmap_classes->unicode, NULL, &
charmap
, NULL );
526
charmap
.platform_id = TT_PLATFORM_ADOBE;
532
charmap
.encoding = FT_ENCODING_ADOBE_STANDARD;
533
charmap
.encoding_id = TT_ADOBE_ID_STANDARD
[
all
...]
/development/tools/emulator/skins/WSVGA/
layout
82
charmap
qwerty2
/development/tools/emulator/skins/WXGA720/
layout
82
charmap
qwerty2
/development/tools/emulator/skins/WXGA800/
layout
82
charmap
qwerty2
/development/tools/emulator/skins/WXGA800-7in/
layout
83
charmap
qwerty2
/external/pdfium/core/include/fxge/
fx_freetype.h
64
#define FXFT_Set_Charmap(face,
charmap
) FT_Set_Charmap((FT_Face)face, (FT_CharMap)
charmap
)
94
#define FXFT_Get_Charmap_Encoding(
charmap
) ((FT_CharMap)
charmap
)->encoding
95
#define FXFT_Get_Face_Charmap(face) ((FT_Face)face)->
charmap
96
#define FXFT_Get_Charmap_PlatformID(
charmap
) ((FT_CharMap)
charmap
)->platform_id
97
#define FXFT_Get_Charmap_EncodingID(
charmap
) ((FT_CharMap)
charmap
)->encoding_id
/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
Completed in 611 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>