Searched refs:next_position (Results 1 – 2 of 2) sorted by relevance
147 size_t next_position = position; in GetFirstStrongCharacterDirection() local148 U16_NEXT(string, next_position, length, character); in GetFirstStrongCharacterDirection()152 position = next_position; in GetFirstStrongCharacterDirection()180 size_t next_position = position; in GetStringDirection() local181 U16_NEXT(string, next_position, length, character); in GetStringDirection()188 position = next_position; in GetStringDirection()309 size_t next_position = position; in StringContainsStrongRTLChars() local310 U16_NEXT(string, next_position, length, character); in StringContainsStrongRTLChars()318 position = next_position; in StringContainsStrongRTLChars()
217 int next_position; in FindBreakLocationFromPosition() local220 next_position = this->statement_position(); in FindBreakLocationFromPosition()223 next_position = this->position(); in FindBreakLocationFromPosition()227 next_position = this->statement_position(); in FindBreakLocationFromPosition()230 if (position <= next_position && next_position - position < distance) { in FindBreakLocationFromPosition()232 distance = next_position - position; in FindBreakLocationFromPosition()