Home
last modified time | relevance | path

Searched refs:first_code (Results 1 – 9 of 9) sorted by relevance

/third_party/cJSON/
DcJSON.c656 unsigned int first_code = 0; in utf16_literal_to_utf8() local
670 first_code = parse_hex4(first_sequence + 2); in utf16_literal_to_utf8()
673 if (((first_code >= 0xDC00) && (first_code <= 0xDFFF))) in utf16_literal_to_utf8()
679 if ((first_code >= 0xD800) && (first_code <= 0xDBFF)) in utf16_literal_to_utf8()
708 codepoint = 0x10000 + (((first_code & 0x3FF) << 10) | (second_code & 0x3FF)); in utf16_literal_to_utf8()
713 codepoint = first_code; in utf16_literal_to_utf8()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc481 int32_t first_code = FirstCode(high_byte); in GlyphId() local
484 if (low_byte < first_code || low_byte >= first_code + entry_count) { in GlyphId()
494 (low_byte - first_code) * DataSize::kUSHORT; in GlyphId()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc481 int32_t first_code = FirstCode(high_byte); in GlyphId() local
484 if (low_byte < first_code || low_byte >= first_code + entry_count) { in GlyphId()
494 (low_byte - first_code) * DataSize::kUSHORT; in GlyphId()
/third_party/freetype/src/sfnt/
Dttcmap.c345 FT_UInt first_code, code_count, offset; in FT_CALLBACK_DEF() local
349 first_code = TT_NEXT_USHORT( p ); in FT_CALLBACK_DEF()
361 if ( first_code >= 256 || code_count > 256 - first_code ) in FT_CALLBACK_DEF()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttcmap.c345 FT_UInt first_code, code_count, offset; in FT_CALLBACK_DEF() local
349 first_code = TT_NEXT_USHORT( p ); in FT_CALLBACK_DEF()
361 if ( first_code >= 256 || code_count > 256 - first_code ) in FT_CALLBACK_DEF()
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/
Dttcmap.c346 FT_UInt first_code, code_count, offset; in FT_CALLBACK_DEF() local
350 first_code = TT_NEXT_USHORT( p ); in FT_CALLBACK_DEF()
362 if ( first_code >= 256 || code_count > 256 - first_code ) in FT_CALLBACK_DEF()
/third_party/freetype/docs/oldlogs/
DChangeLog.234294 include such an empty sub-header (code_count == 0, first_code == 0
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.234294 include such an empty sub-header (code_count == 0, first_code == 0
/third_party/flutter/skia/third_party/externals/freetype/
DChangeLog.234294 include such an empty sub-header (code_count == 0, first_code == 0