Searched refs:fromChar (Results 1 – 8 of 8) sorted by relevance
281 int fromChar = from - item.iCharPos; in draw() local286 fromChar >= shaping.charLength() || toChar <= 0) { in draw()308 if (fromChar <= 0) { in draw()317 afterGlyph = shaping.m_logs[fromChar - 1]; in draw()324 fromGlyph = shaping.m_logs[fromChar < 0 ? 0 : fromChar]; in draw()
34 char fromChar,
63 char fromChar, in buffer_translate_char() argument74 string_translate_char( buff, fromChar, toChar ); in buffer_translate_char()
73 - (void) matchRangeFromChar:(unichar)fromChar to:(unichar)toChar;
267 - (void) matchRangeFromChar:(unichar)fromChar to:(unichar)toChar270 if ( charLA < fromChar || charLA > toChar ) {276 newException:NSMakeRange((NSUInteger)fromChar,(NSUInteger)toChar)