Searched defs:charmap (Results 1 - 12 of 12) sorted by relevance

/external/tcpdump/
H A Dstrcasecmp.c31 static u_char charmap[] = { variable
70 register u_char *cm = charmap,
85 register u_char *cm = charmap,
/external/chromium/net/base/
H A Descape.cc46 // to +, otherwise, if spaces are in the charmap, they are converted to
48 std::string Escape(const std::string& text, const Charmap& charmap, argument
56 } else if (charmap.Contains(c)) {
/external/freetype/src/cff/
H A Dcffdrivr.c395 * If the charmap is a synthetic Unicode encoding cmap or
403 cff_get_cmap_info( FT_CharMap charmap, argument
406 FT_CMap cmap = FT_CMAP( charmap );
425 error = service->get_cmap_info( charmap, cmap_info );
/external/freetype/src/sfnt/
H A Dsfobjs.c871 /* Try to set the charmap encoding according to the platform & */
872 /* encoding ID of each charmap. */
885 FT_CharMap charmap = root->charmaps[m]; local
888 charmap->encoding = sfnt_find_encoding( charmap->platform_id,
889 charmap->encoding_id );
892 if ( root->charmap == NULL &&
893 charmap->encoding == FT_ENCODING_UNICODE )
895 /* set 'root->charmap' to the first Unicode encoding we find */
896 root->charmap
[all...]
/external/qemu/android/skin/
H A Dkeyboard.c18 #include "android/charmap.h"
44 const AKeyCharmap* charmap; member in struct:SkinKeyboard
408 return android_charmap_reverse_map_unicode(kb->charmap, unicode, down,
513 kb->charmap = android_get_charmap_by_name(charmap_name);
514 if (!kb->charmap) {
516 kb->charmap = android_get_charmap_by_name(DEFAULT_ANDROID_CHARMAP);
517 fprintf(stderr, "### warning, skin requires unknown '%s' charmap, reverting to '%s'\n",
518 charmap_name, kb->charmap->name );
/external/qemu/android/
H A Dmain.c34 #include "android/charmap.h"
291 /* -charmap is incompatible with -attach-core, because particular
292 * charmap gets set up in the running core. */
293 if (android_charmap_setup(opts->charmap)) {
1056 if (!opts->charmap) {
1057 /* Try to find a valid charmap name */
1058 char* charmap = avdInfo_getCharmapFile(avd, hw->hw_keyboard_charmap); local
1059 if (charmap != NULL) {
1060 D("autoconfig: -charmap %s", charmap);
[all...]
H A Dconsole.c53 #include "android/charmap.h"
1984 const AKeyCharmap* charmap; local
1991 /* Get active charmap. */
1992 charmap = android_get_charmap();
1993 if (charmap == NULL) {
/external/libpcap/
H A Dpcap.c399 static const u_char charmap[] = { variable
469 register const u_char *cm = charmap,
/external/freetype/include/freetype/internal/
H A Dftobjs.h124 /* handle to internal charmap object */
127 /* handle to charmap class structure */
130 /* internal charmap object structure */
133 FT_CharMapRec charmap; member in struct:FT_CMapRec_
138 /* typecase any pointer to a charmap handle */
142 #define FT_CMAP_PLATFORM_ID( x ) FT_CMAP( x )->charmap.platform_id
143 #define FT_CMAP_ENCODING_ID( x ) FT_CMAP( x )->charmap.encoding_id
144 #define FT_CMAP_ENCODING( x ) FT_CMAP( x )->charmap.encoding
145 #define FT_CMAP_FACE( x ) FT_CMAP( x )->charmap.face
249 /* create a new charmap an
[all...]
/external/freetype/include/freetype/
H A Dtttables.h725 /* charmap :: */
726 /* The target charmap. */
729 /* The language ID of `charmap'. If `charmap' doesn't belong to a */
733 FT_Get_CMap_Language_ID( FT_CharMap charmap ); variable
745 /* charmap :: */
746 /* The target charmap. */
749 /* The format of `charmap'. If `charmap' doesn't belong to a */
753 FT_Get_CMap_Format( FT_CharMap charmap ); variable
[all...]
H A Dfreetype.h459 /* A handle to a given character map. A charmap is used to translate */
470 /* The currently active charmap is available as `face->charmap'. */
475 /* @FT_Open_Face), the library looks for a Unicode charmap within */
539 /* Latin-1. Most fonts include a Unicode charmap, but not all */
594 /* and OpenType fonts contain a charmap for this encoding, since */
617 /* By default, FreeType automatically synthesizes a Unicode charmap */
623 /* FT_ENCODING_NONE is set by the BDF and PCF drivers if the charmap */
719 /* The base charmap structure. */
724 /* encoding :: An @FT_Encoding tag identifying the charmap
951 FT_CharMap charmap; member in struct:FT_FaceRec_
3061 FT_Get_Charmap_Index( FT_CharMap charmap ); variable
[all...]
/external/freetype/src/base/
H A Dftobjs.c820 if ( face->charmap )
947 /* This function finds a Unicode charmap, if there is one. */
971 * The original TrueType specification(s) only specified charmap
989 * This function has been written to always favor a 32-bit charmap
1019 face->charmap = cur[0];
1025 /* We do not have any UCS-4 charmap. */
1041 face->charmap = cur[0];
1056 /* This function finds the variant selector charmap, if there is one. */
1161 /* select Unicode charmap by default */
1164 /* if no Unicode charmap ca
3380 FT_CharMap charmap = find_variant_selector_charmap( face ); local
3422 FT_CharMap charmap = find_variant_selector_charmap( face ); local
3461 FT_CharMap charmap = find_variant_selector_charmap( face ); local
3489 FT_CharMap charmap = find_variant_selector_charmap( face ); local
3523 FT_CharMap charmap = find_variant_selector_charmap( face ); local
[all...]

Completed in 432 milliseconds