/bionic/libc/string/ |
strcasecmp.c | 41 static const u_char charmap[] = { variable 79 const u_char *cm = charmap; 93 const u_char *cm = charmap;
|
/external/tcpdump/ |
strcasecmp.c | 31 static u_char charmap[] = { variable 70 register u_char *cm = charmap, 85 register u_char *cm = charmap,
|
/external/chromium_org/third_party/freetype/src/sfnt/ |
sfobjs.c | 880 /* Try to set the charmap encoding according to the platform & */ 881 /* encoding ID of each charmap. */ 894 FT_CharMap charmap = root->charmaps[m]; local 897 charmap->encoding = sfnt_find_encoding( charmap->platform_id, 898 charmap->encoding_id ); 901 if ( root->charmap == NULL && 902 charmap->encoding == FT_ENCODING_UNICODE ) 904 /* set 'root->charmap' to the first Unicode encoding we find */ 905 root->charmap = charmap [all...] |
/external/freetype/src/sfnt/ |
sfobjs.c | 880 /* Try to set the charmap encoding according to the platform & */ 881 /* encoding ID of each charmap. */ 894 FT_CharMap charmap = root->charmaps[m]; local 897 charmap->encoding = sfnt_find_encoding( charmap->platform_id, 898 charmap->encoding_id ); 901 if ( root->charmap == NULL && 902 charmap->encoding == FT_ENCODING_UNICODE ) 904 /* set 'root->charmap' to the first Unicode encoding we find */ 905 root->charmap = charmap [all...] |
/external/qemu/android/skin/ |
keyboard.c | 18 #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) { 515 // Charmap name was not found. Default to "qwerty2" */ 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/libpcap/ |
pcap.c | 399 static const u_char charmap[] = { variable 469 register const u_char *cm = charmap,
|
/external/qemu/android/ |
main.c | 34 #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)) { 1077 char* charmap = avdInfo_getCharmapFile(avd, hw->hw_keyboard_charmap); local [all...] |
console.c | 53 #include "android/charmap.h" 1984 const AKeyCharmap* charmap; local [all...] |
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
ftobjs.h | 124 /* 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 282 /* create a new charmap and add it to charmap->face * [all...] |
/external/chromium_org/third_party/freetype/include/freetype/ |
tttables.h | 747 FT_Get_CMap_Language_ID( FT_CharMap charmap ); variable 767 FT_Get_CMap_Format( FT_CharMap charmap ); variable [all...] |
freetype.h | 463 /* A handle to a given character map. A charmap is used to translate */ 474 /* The currently active charmap is available as `face->charmap'. */ 479 /* @FT_Open_Face), the library looks for a Unicode charmap within */ 958 FT_CharMap charmap; member in struct:FT_FaceRec_ 3109 FT_Get_Charmap_Index( FT_CharMap charmap ); variable [all...] |
/external/freetype/include/freetype/internal/ |
ftobjs.h | 124 /* 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 282 /* create a new charmap and add it to charmap->face * [all...] |
/external/freetype/include/freetype/ |
tttables.h | 747 FT_Get_CMap_Language_ID( FT_CharMap charmap ); variable 767 FT_Get_CMap_Format( FT_CharMap charmap ); variable [all...] |
freetype.h | 463 /* A handle to a given character map. A charmap is used to translate */ 474 /* The currently active charmap is available as `face->charmap'. */ 479 /* @FT_Open_Face), the library looks for a Unicode charmap within */ 958 FT_CharMap charmap; member in struct:FT_FaceRec_ 3109 FT_Get_Charmap_Index( FT_CharMap charmap ); variable [all...] |
/external/chromium_org/third_party/freetype/src/base/ |
ftobjs.c | 847 if ( face->charmap ) 974 /* This function finds a Unicode charmap, if there is one. */ 998 * The original TrueType specification(s) only specified charmap 1016 * This function has been written to always favor a 32-bit charmap 1046 face->charmap = cur[0]; 1052 /* We do not have any UCS-4 charmap. */ 1068 face->charmap = cur[0]; 1083 /* This function finds the variant selector charmap, if there is one. */ 3407 FT_CharMap charmap = find_variant_selector_charmap( face ); local 3449 FT_CharMap charmap = find_variant_selector_charmap( face ); local 3488 FT_CharMap charmap = find_variant_selector_charmap( face ); local 3516 FT_CharMap charmap = find_variant_selector_charmap( face ); local 3550 FT_CharMap charmap = find_variant_selector_charmap( face ); local [all...] |
/external/freetype/src/base/ |
ftobjs.c | 847 if ( face->charmap ) 974 /* This function finds a Unicode charmap, if there is one. */ 998 * The original TrueType specification(s) only specified charmap 1016 * This function has been written to always favor a 32-bit charmap 1046 face->charmap = cur[0]; 1052 /* We do not have any UCS-4 charmap. */ 1068 face->charmap = cur[0]; 1083 /* This function finds the variant selector charmap, if there is one. */ 3407 FT_CharMap charmap = find_variant_selector_charmap( face ); local 3449 FT_CharMap charmap = find_variant_selector_charmap( face ); local 3488 FT_CharMap charmap = find_variant_selector_charmap( face ); local 3516 FT_CharMap charmap = find_variant_selector_charmap( face ); local 3550 FT_CharMap charmap = find_variant_selector_charmap( face ); local [all...] |