/third_party/python/Tools/scripts/ |
H A D | parseentities.py | 29 name,charcode,comment = m.groups() 30 d[name] = charcode,comment 38 for name, (charcode,comment) in items: 39 if charcode[:2] == '&#': 40 code = int(charcode[2:-1]) 42 charcode = r"'\%o'" % code 44 charcode = repr(charcode) 46 charcode = repr(charcode) [all...] |
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttcmap.c | 146 FT_UInt32 charcode = *pchar_code; in FT_CALLBACK_DEF() local 152 while ( ++charcode < 256 ) in FT_CALLBACK_DEF() 154 gindex = table[charcode]; in FT_CALLBACK_DEF() 157 result = charcode; in FT_CALLBACK_DEF() 221 /***** assume that the value `charcode' fulfills the following. *****/ 223 /***** - For one-byte characters, `charcode' is simply the *****/ 226 /***** - For two-byte characters, `charcode' is the 2-byte *****/ 229 /***** (charcode >> 8) is the first byte value *****/ 230 /***** (charcode & 0xFF) is the second byte value *****/ 232 /***** Note that not all values of `charcode' ar 501 FT_UInt32 charcode = *pcharcode + 1; FT_CALLBACK_DEF() local 794 FT_UInt charcode; tt_cmap4_next() local 1107 FT_UInt32 charcode = *pcharcode; tt_cmap4_char_map_linear() local 1241 FT_UInt charcode = (FT_UInt)*pcharcode; tt_cmap4_char_map_binary() local [all...] |
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | afglobal.c | 179 FT_ULong charcode = range->first; in af_face_globals_compute_style_coverage() local 183 gindex = FT_Get_Char_Index( face, charcode ); in af_face_globals_compute_style_coverage() 192 charcode = FT_Get_Next_Char( face, charcode, &gindex ); in af_face_globals_compute_style_coverage() 194 if ( gindex == 0 || charcode > range->last ) in af_face_globals_compute_style_coverage() 208 FT_ULong charcode = range->first; in af_face_globals_compute_style_coverage() local 212 gindex = FT_Get_Char_Index( face, charcode ); in af_face_globals_compute_style_coverage() 221 charcode = FT_Get_Next_Char( face, charcode, &gindex ); in af_face_globals_compute_style_coverage() 223 if ( gindex == 0 || charcode > rang in af_face_globals_compute_style_coverage() [all...] |
/third_party/skia/third_party/externals/freetype/src/pcf/ |
H A D | pcfdrivr.c | 105 FT_UInt32 charcode ) in FT_CALLBACK_DEF() 113 if ( charcode > (FT_UInt32)( enc->lastRow * 256 + enc->lastCol ) || in FT_CALLBACK_DEF() 114 charcode < (FT_UInt32)( enc->firstRow * 256 + enc->firstCol ) ) in FT_CALLBACK_DEF() 117 charcodeRow = (FT_UShort)( charcode >> 8 ); in FT_CALLBACK_DEF() 118 charcodeCol = (FT_UShort)( charcode & 0xFF ); in FT_CALLBACK_DEF() 136 FT_UInt32 charcode = *acharcode; in FT_CALLBACK_DEF() local 142 while ( charcode < (FT_UInt32)( enc->lastRow * 256 + enc->lastCol ) ) in FT_CALLBACK_DEF() 144 charcode++; in FT_CALLBACK_DEF() 146 if ( charcode < (FT_UInt32)( enc->firstRow * 256 + enc->firstCol ) ) in FT_CALLBACK_DEF() 147 charcode in FT_CALLBACK_DEF() [all...] |
/third_party/skia/third_party/externals/freetype/src/type42/ |
H A D | t42objs.c | 101 FT_Int charcode, idx, min_char, max_char; in T42_Open_Face() local 113 charcode = 0; in T42_Open_Face() 114 for ( ; charcode < loader.encoding_table.max_elems; charcode++ ) in T42_Open_Face() 117 (const FT_String*)loader.encoding_table.elements[charcode]; in T42_Open_Face() 120 type1->encoding.char_index[charcode] = 0; in T42_Open_Face() 121 type1->encoding.char_name [charcode] = ".notdef"; in T42_Open_Face() 131 type1->encoding.char_index[charcode] = (FT_UShort)idx; in T42_Open_Face() 132 type1->encoding.char_name [charcode] = glyph_name; in T42_Open_Face() 138 if ( charcode < min_cha in T42_Open_Face() [all...] |
H A D | t42parse.c | 381 /* ... charcode /charname ... */ in t42_parse_encoding() 428 FT_Int charcode; in t42_parse_encoding() local 432 charcode = n; in t42_parse_encoding() 435 charcode = (FT_Int)T1_ToInt( parser ); in t42_parse_encoding() 438 /* protect against invalid charcode */ in t42_parse_encoding() 464 parser->root.error = T1_Add_Table( char_table, charcode, in t42_parse_encoding() 468 char_table->elements[charcode][len] = '\0'; in t42_parse_encoding()
|
/third_party/skia/third_party/externals/freetype/src/bdf/ |
H A D | bdfdrivr.c | 91 FT_UInt32 charcode ) in FT_CALLBACK_DEF() 113 if ( charcode == code ) in FT_CALLBACK_DEF() 121 if ( charcode < code ) in FT_CALLBACK_DEF() 127 mid += charcode - code; in FT_CALLBACK_DEF() 142 FT_ULong charcode = *acharcode + 1; in FT_CALLBACK_DEF() local 159 if ( charcode == code ) in FT_CALLBACK_DEF() 167 if ( charcode < code ) in FT_CALLBACK_DEF() 173 mid += charcode - code; in FT_CALLBACK_DEF() 176 charcode = 0; in FT_CALLBACK_DEF() 179 charcode in FT_CALLBACK_DEF() [all...] |
/third_party/skia/third_party/externals/freetype/src/type1/ |
H A D | t1load.c | 1548 /* ... charcode /charname ... */ in parse_encoding() 1595 FT_Int charcode; in parse_encoding() local 1599 charcode = n; in parse_encoding() 1602 charcode = (FT_Int)T1_ToInt( parser ); in parse_encoding() 1605 /* protect against invalid charcode */ in parse_encoding() 1633 parser->root.error = T1_Add_Table( char_table, charcode, in parse_encoding() 1637 char_table->elements[charcode][len] = '\0'; in parse_encoding() 2672 FT_Int charcode, idx, min_char, max_char; in FT_LOCAL_DEF() local 2683 charcode = 0; in FT_LOCAL_DEF() 2684 for ( ; charcode < loade in FT_LOCAL_DEF() [all...] |
/third_party/json/include/nlohmann/detail/input/ |
H A D | input_adapters.hpp | 280 const auto charcode = 0x10000u + (((static_cast<unsigned int>(wc) & 0x3FFu) << 10u) | (wc2 & 0x3FFu)); in fill_buffer() local 281 utf8_bytes[0] = static_cast<std::char_traits<char>::int_type>(0xF0u | (charcode >> 18u)); in fill_buffer() 282 utf8_bytes[1] = static_cast<std::char_traits<char>::int_type>(0x80u | ((charcode >> 12u) & 0x3Fu)); in fill_buffer() 283 utf8_bytes[2] = static_cast<std::char_traits<char>::int_type>(0x80u | ((charcode >> 6u) & 0x3Fu)); in fill_buffer() 284 utf8_bytes[3] = static_cast<std::char_traits<char>::int_type>(0x80u | (charcode & 0x3Fu)); in fill_buffer()
|
/third_party/cups-filters/fontembed/ |
H A D | embed_sfnt.c | 372 static const char *get_glyphname(const char *post,unsigned short *to_unicode,int charcode,unsigned short gid) // {{{ if charcode==0 -> force gid to be used in get_glyphname() argument 382 if (charcode) { in get_glyphname() 384 charcode=to_unicode[charcode]; in get_glyphname() 388 const char *aglname=aglfn13(charcode); // TODO? special case ZapfDingbats? in get_glyphname() 392 snprintf(ret,250,"uni%04X",charcode); // allows extraction in get_glyphname()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | freetype.h | 3824 * charcode :: 3844 FT_ULong charcode ); 3873 * FT_ULong charcode; 3877 * charcode = FT_Get_First_Char( face, &gindex ); 3880 * ... do something with (charcode,gindex) pair ... 3882 * charcode = FT_Get_Next_Char( face, charcode, &gindex ); 4308 * charcode :: 4335 FT_ULong charcode, 4352 * charcode [all...] |
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | t1decode.c | 120 * Looks up a given glyph by its StandardEncoding charcode. Used to 127 * charcode :: 136 FT_Int charcode ) in FT_LOCAL_DEF() 144 if ( charcode < 0 || charcode > 255 ) in FT_LOCAL_DEF() 148 psnames->adobe_std_encoding[charcode]); in FT_LOCAL_DEF() 173 * Looks up a given glyph by its StandardEncoding charcode. Used to 180 * charcode :: 189 FT_Int charcode ) in t1_lookup_glyph_by_stdcharcode() 197 if ( charcode < in t1_lookup_glyph_by_stdcharcode() [all...] |
H A D | cffdecode.h | 46 FT_Int charcode );
|
H A D | t1decode.h | 35 FT_Int charcode );
|
H A D | cffdecode.c | 422 FT_Int charcode ) in FT_LOCAL_DEF() 435 if ( charcode < 0 || charcode > 255 ) in FT_LOCAL_DEF() 455 glyph_sid = cffload->get_standard_encoding( (FT_UInt)charcode ); in FT_LOCAL_DEF()
|
/third_party/skia/third_party/externals/freetype/src/cache/ |
H A D | ftccmap.c | 51 #define FTC_CMAP_HASH( faceid, index, charcode ) \ 53 ( (charcode) / FTC_CMAP_INDICES_MAX ) )
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/services/ |
H A D | svcfftl.h | 33 (*FT_Get_Standard_Encoding_Func)( FT_UInt charcode );
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftobjs.c | 3802 FT_ULong charcode ) in FT_EXPORT_DEF() 3812 if ( charcode > 0xFFFFFFFFUL ) in FT_EXPORT_DEF() 3814 FT_TRACE1(( "FT_Get_Char_Index: too large charcode" )); in FT_EXPORT_DEF() 3815 FT_TRACE1(( " 0x%lx is truncated\n", charcode )); in FT_EXPORT_DEF() 3818 result = cmap->clazz->char_index( cmap, (FT_UInt32)charcode ); in FT_EXPORT_DEF() 3856 FT_ULong charcode, in FT_EXPORT_DEF() 3865 FT_UInt32 code = (FT_UInt32)charcode; in FT_EXPORT_DEF() 3968 FT_ULong charcode, in FT_EXPORT_DEF() 3987 if ( charcode > 0xFFFFFFFFUL ) in FT_EXPORT_DEF() 3990 " too large charcode" )); in FT_EXPORT_DEF() [all...] |
/third_party/skia/third_party/externals/freetype/src/cff/ |
H A D | cffload.h | 31 cff_get_standard_encoding( FT_UInt charcode ); variable
|
H A D | cffload.c | 191 cff_get_standard_encoding( FT_UInt charcode ) in FT_LOCAL_DEF() 193 return (FT_UShort)( charcode < 256 ? cff_standard_encoding[charcode] in FT_LOCAL_DEF()
|
/third_party/skia/demos.skia.org/demos/textedit/ |
H A D | textapi_utils.js | 396 insert: function(charcode) { 397 const len = charcode.length; 408 this._text = this._text.slice(0, index) + charcode + this._text.slice(index);
|
/third_party/skia/modules/canvaskit/npm_build/ |
H A D | textapi_utils.js | 414 insert: function(charcode) { 425 this._text = this._text.slice(0, index) + charcode + this._text.slice(index);
|
/third_party/node/deps/v8/src/objects/ |
H A D | lookup.cc | 1560 uint16_t charcode; in TryGetOwnChar() 1563 charcode = string.Get(static_cast<int>(index), PtrComprCageBase(isolate), in TryGetOwnChar() 1567 if (charcode > unibrow::Latin1::kMaxChar) return kGaveUp; in TryGetOwnChar() 1570 charcode, kRelaxedLoad); in TryGetOwnChar()
|
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 5477 const auto charcode = 0x10000u + (((static_cast<unsigned int>(wc) & 0x3FFu) << 10u) | (wc2 & 0x3FFu)); 5478 utf8_bytes[0] = static_cast<std::char_traits<char>::int_type>(0xF0u | (charcode >> 18u)); 5479 utf8_bytes[1] = static_cast<std::char_traits<char>::int_type>(0x80u | ((charcode >> 12u) & 0x3Fu)); 5480 utf8_bytes[2] = static_cast<std::char_traits<char>::int_type>(0x80u | ((charcode >> 6u) & 0x3Fu)); 5481 utf8_bytes[3] = static_cast<std::char_traits<char>::int_type>(0x80u | (charcode & 0x3Fu));
|
/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 6349 const auto charcode = 0x10000u + (((static_cast<unsigned int>(wc) & 0x3FFu) << 10u) | (wc2 & 0x3FFu)); in fill_buffer() local 6350 utf8_bytes[0] = static_cast<std::char_traits<char>::int_type>(0xF0u | (charcode >> 18u)); in fill_buffer() 6351 utf8_bytes[1] = static_cast<std::char_traits<char>::int_type>(0x80u | ((charcode >> 12u) & 0x3Fu)); in fill_buffer() 6352 utf8_bytes[2] = static_cast<std::char_traits<char>::int_type>(0x80u | ((charcode >> 6u) & 0x3Fu)); in fill_buffer() 6353 utf8_bytes[3] = static_cast<std::char_traits<char>::int_type>(0x80u | (charcode & 0x3Fu)); in fill_buffer()
|