HomeSort by relevance Sort by last modified time
    Searched full:charmap (Results 26 - 50 of 549) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/test/testdata/
test4.ucm 25 CHARMAP
64 END CHARMAP
  /external/icu4c/data/mappings/
icu-internal-compound-s2.ucm 15 CHARMAP
95 END CHARMAP
icu-internal-compound-s3.ucm 15 CHARMAP
211 END CHARMAP
  /external/icu4c/test/testdata/
test3.ucm 20 CHARMAP
65 END CHARMAP
test4.ucm 25 CHARMAP
64 END CHARMAP
  /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 */
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/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/chromium/net/base/
escape.cc 28 class Charmap {
30 Charmap(uint32 b0, uint32 b1, uint32 b2, uint32 b3,
44 // Given text to escape and a Charmap defining which values to escape,
46 // to +, otherwise, if spaces are in the charmap, they are converted to
48 std::string Escape(const std::string& text, const Charmap& charmap,
56 } else if (charmap.Contains(c)) {
197 static const Charmap kQueryCharmap(
213 static const Charmap kPathCharmap(
222 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,
  /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/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/autofit/
afindic.c 40 FT_CharMap oldmap = face->charmap;
46 face->charmap = NULL;
  /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...]
  /external/chromium_org/net/base/
escape.cc 31 struct Charmap {
39 // Given text to escape and a Charmap defining which values to escape,
41 // to +, otherwise, if spaces are in the charmap, they are converted to
43 std::string Escape(const std::string& text, const Charmap& charmap,
51 } else if (charmap.Contains(c)) {
218 static const Charmap kQueryCharmap = {{
224 static const Charmap kPathCharmap = {{
230 static const Charmap kUrlEscape = {{
236 static const Charmap kNonASCIICharmap = {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codeccallbacks.py 182 # For charmap encodings the replacement string will be
185 # charmap has to have a mapping for "?".
186 charmap = dict([ (ord(c), 2*c.upper()) for c in "abcdefgh"])
189 self.assertEqual(codecs.charmap_encode(sin, "strict", charmap)[0], sout)
192 self.assertRaises(UnicodeError, codecs.charmap_encode, sin, "strict", charmap)
194 charmap[ord("?")] = "XYZ"
197 self.assertEqual(codecs.charmap_encode(sin, "replace", charmap)[0], sout)
199 charmap[ord("?")] = u"XYZ"
200 self.assertRaises(TypeError, codecs.charmap_encode, sin, "replace", charmap)
202 charmap[ord("?")] = u"XYZ
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codeccallbacks.py 182 # For charmap encodings the replacement string will be
185 # charmap has to have a mapping for "?".
186 charmap = dict([ (ord(c), 2*c.upper()) for c in "abcdefgh"])
189 self.assertEqual(codecs.charmap_encode(sin, "strict", charmap)[0], sout)
192 self.assertRaises(UnicodeError, codecs.charmap_encode, sin, "strict", charmap)
194 charmap[ord("?")] = "XYZ"
197 self.assertEqual(codecs.charmap_encode(sin, "replace", charmap)[0], sout)
199 charmap[ord("?")] = u"XYZ"
200 self.assertRaises(TypeError, codecs.charmap_encode, sin, "replace", charmap)
202 charmap[ord("?")] = u"XYZ
    [all...]
  /external/chromium_org/third_party/icu/source/data/mappings/
icu-internal-compound-s3.ucm 15 CHARMAP
211 END CHARMAP

Completed in 1178 milliseconds

12 3 4 5 6 7 8 91011>>