Searched refs:char_hi (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttcmap.c388 FT_UInt char_hi = (FT_UInt)( char_code >> 8 ); local
394 if ( char_hi == 0 )
414 p += char_hi * 2;
1589 /***** `char_code = (char_hi << 16) | char_lo', then both *****/
1590 /***** `char_hi' and `char_lo' must be in the Surrogates Area. *****/
1598 /***** If `char_hi == 0' then we must have `is32[char_lo] == 0'. *****/
1600 /***** If `char_hi != 0' then we must have both *****/
1601 /***** `is32[char_hi] != 0' and `is32[char_lo] != 0'. *****/
/external/freetype/src/sfnt/
H A Dttcmap.c403 FT_UInt char_hi = (FT_UInt)( char_code >> 8 ); local
409 if ( char_hi == 0 )
429 p += char_hi * 2;
1611 /***** `char_code = (char_hi << 16) | char_lo', then both *****/
1612 /***** `char_hi' and `char_lo' must be in the Surrogates Area. *****/
1620 /***** If `char_hi == 0' then we must have `is32[char_lo] == 0'. *****/
1622 /***** If `char_hi != 0' then we must have both *****/
1623 /***** `is32[char_hi] != 0' and `is32[char_lo] != 0'. *****/
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttcmap.c388 FT_UInt char_hi = (FT_UInt)( char_code >> 8 ); local
394 if ( char_hi == 0 )
414 p += char_hi * 2;
1589 /***** `char_code = (char_hi << 16) | char_lo', then both *****/
1590 /***** `char_hi' and `char_lo' must be in the Surrogates Area. *****/
1598 /***** If `char_hi == 0' then we must have `is32[char_lo] == 0'. *****/
1600 /***** If `char_hi != 0' then we must have both *****/
1601 /***** `is32[char_hi] != 0' and `is32[char_lo] != 0'. *****/

Completed in 327 milliseconds