Searched defs:char_hi (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/sfnt/
H A Dttcmap.c412 FT_UInt char_hi = (FT_UInt)( char_code >> 8 ); local
418 if ( char_hi == 0 )
438 p += char_hi * 2;
1731 /***** `char_code = (char_hi << 16) | char_lo', then both *****/
1732 /***** `char_hi' and `char_lo' must be in the Surrogates Area. *****/
1740 /***** If `char_hi == 0' then we must have `is32[char_lo] == 0'. *****/
1742 /***** If `char_hi != 0' then we must have both *****/
1743 /***** `is32[char_hi] != 0' and `is32[char_lo] != 0'. *****/
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttcmap.c410 FT_UInt char_hi = (FT_UInt)( char_code >> 8 ); local
416 if ( char_hi == 0 )
436 p += char_hi * 2;
1669 /***** `char_code = (char_hi << 16) | char_lo', then both *****/
1670 /***** `char_hi' and `char_lo' must be in the Surrogates Area. *****/
1678 /***** If `char_hi == 0' then we must have `is32[char_lo] == 0'. *****/
1680 /***** If `char_hi != 0' then we must have both *****/
1681 /***** `is32[char_hi] != 0' and `is32[char_lo] != 0'. *****/

Completed in 931 milliseconds