Home | History | Annotate | Download | only in sfnt

Lines Matching defs:uni

2879             FT_ULong  uni = TT_NEXT_UINT24( ndp );
2883 if ( uni >= 0x110000UL ) /* end of Unicode */
2886 if ( uni < lastUni )
2889 lastUni = uni + 1U;
2993 FT_UInt32 uni = (FT_UInt32)TT_NEXT_UINT24( p );
2996 if ( char_code < uni )
2998 else if ( char_code > uni )
3204 FT_UInt32 uni = (FT_UInt32)TT_NEXT_UINT24( p );
3210 q[0] = uni;
3211 uni += 1;