/external/chromium_org/third_party/icu/source/data/mappings/ |
icu-internal-compound-s2.ucm | 15 CHARMAP 95 END CHARMAP
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
test3.ucm | 20 CHARMAP 60 END CHARMAP
|
test4.ucm | 25 CHARMAP 64 END CHARMAP
|
/external/freetype/src/autofit/ |
afindic.c | 40 FT_CharMap oldmap = face->charmap; 46 face->charmap = NULL;
|
/external/icu/icu4c/source/data/mappings/ |
icu-internal-compound-s2.ucm | 15 CHARMAP 95 END CHARMAP
|
/external/icu/icu4c/source/test/testdata/ |
test3.ucm | 20 CHARMAP 65 END CHARMAP
|
test4.ucm | 25 CHARMAP 64 END CHARMAP
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/ |
cidobjs.h | 79 /* The Type 1 format doesn't use a charmap but an encoding table. */ 80 /* The driver is responsible for making up charmap objects */
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/ |
t1afm.c | 119 FT_CharMap charmap; local 176 /* so find the PostScript charmap of this font and install it */ 177 /* temporarily. If we find no PostScript charmap, then just use */ 179 oldcharmap = t1_face->charmap; 180 charmap = NULL; 184 charmap = t1_face->charmaps[n]; 186 if ( charmap->platform_id == 7 ) 188 error = FT_Set_Charmap( t1_face, charmap );
|
t1objs.h | 68 /* The Type 1 format doesn't use a charmap but an encoding table. */ 69 /* The driver is responsible for making up charmap objects */
|
/external/qemu/android/skin/ |
keyboard.h | 15 #include "android/charmap.h" 27 /* If kcm_file_path is NULL, create a keyboard using the default built-in qwerty2 charmap */
|
/external/qemu/android/ |
charmap.c | 16 #include "android/charmap.h" 134 /* the following is automatically generated by the 'gen-charmap.py' script 136 * gen-charmap.py qwerty2.kcm 203 /* Custom character map created with -charmap option. */ 396 * kcm_file_path - Path to the charmap file, where paresed line was taken from. 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" [all...] |
/external/chromium_org/chrome/browser/ |
chrome_process_finder_win.cc | 46 struct Charmap { 61 // Given text to escape and a Charmap defining which values to escape, 63 // to +, otherwise, if spaces are in the charmap, they are converted to 65 std::string Escape(const std::string& text, const Charmap& charmap, 73 } else if (charmap.Contains(c)) { 86 static const Charmap kQueryCharmap = {{
|
/external/chromium_org/third_party/freetype/src/cache/ |
ftccmap.c | 5 /* FreeType CharMap cache (body) */ 56 /* the charmap query */ 92 /***** CHARMAP NODES *****/ 254 /* sets the face's charmap to the appropriate value. */ 315 old = face->charmap;
|
/external/freetype/src/cache/ |
ftccmap.c | 5 /* FreeType CharMap cache (body) */ 56 /* the charmap query */ 92 /***** CHARMAP NODES *****/ 254 /* sets the face's charmap to the appropriate value. */ 315 old = face->charmap;
|
/external/icu/icu4c/source/i18n/ |
csrsbcs.h | 30 const uint8_t *charMap; 76 virtual int32_t match_sbcs(InputText *det, const int32_t ngrams[], const uint8_t charMap[]) const; 266 int32_t match_sbcs(InputText *det, const int32_t ngrams[], const uint8_t charMap[]) const;
|
/external/tcpdump/ |
strcasecmp.c | 31 static const u_char charmap[] = { variable 70 register const u_char *cm = charmap, 85 register const u_char *cm = charmap,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sre_compile.py | 212 charmap = [0]*256 218 charmap[fixup(av)] = 1 221 charmap[i] = 1 223 # XXX: could append to charmap tail 232 for c in charmap: 254 data = _mk_bitmap(charmap) 307 charmap = [0]*65536 314 charmap[fixup(av)] = 1 317 charmap[i] = 1 329 charmap[i] = not charmap[i [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sre_compile.py | 212 charmap = [0]*256 218 charmap[fixup(av)] = 1 221 charmap[i] = 1 223 # XXX: could append to charmap tail 232 for c in charmap: 254 data = _mk_bitmap(charmap) 307 charmap = [0]*65536 314 charmap[fixup(av)] = 1 317 charmap[i] = 1 329 charmap[i] = not charmap[i [all...] |
/external/chromium_org/third_party/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
|
/external/chromium_org/third_party/freetype/src/autofit/ |
afindic.c | 40 FT_CharMap oldmap = face->charmap; 46 face->charmap = NULL;
|
/external/freetype/include/internal/services/ |
svpscmap.h | 5 /* The FreeType PostScript charmap service (specification). */ 51 * Simple unicode -> glyph index charmap built from font glyph names
|
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/ |
svpscmap.h | 5 /* The FreeType PostScript charmap service (specification). */ 51 * Simple unicode -> glyph index charmap built from font glyph names
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/ |
svpscmap.h | 5 /* The FreeType PostScript charmap service (specification). */ 51 * Simple unicode -> glyph index charmap built from font glyph names
|
/external/freetype/src/base/ |
ftobjs.c | 852 if ( face->charmap ) 979 /* This function finds a Unicode charmap, if there is one. */ 1003 * The original TrueType specification(s) only specified charmap 1021 * This function has been written to always favor a 32-bit charmap 1051 face->charmap = cur[0]; 1057 /* We do not have any UCS-4 charmap. */ 1073 face->charmap = cur[0]; 3424 FT_CharMap charmap = find_variant_selector_charmap( face ); local 3466 FT_CharMap charmap = find_variant_selector_charmap( face ); local 3505 FT_CharMap charmap = find_variant_selector_charmap( face ); local 3533 FT_CharMap charmap = find_variant_selector_charmap( face ); local 3567 FT_CharMap charmap = find_variant_selector_charmap( face ); local [all...] |