Home
last modified time | relevance | path

Searched refs:next_position (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/base/i18n/
Drtl.cc147 size_t next_position = position; in GetFirstStrongCharacterDirection() local
148 U16_NEXT(string, next_position, length, character); in GetFirstStrongCharacterDirection()
152 position = next_position; in GetFirstStrongCharacterDirection()
180 size_t next_position = position; in GetStringDirection() local
181 U16_NEXT(string, next_position, length, character); in GetStringDirection()
188 position = next_position; in GetStringDirection()
309 size_t next_position = position; in StringContainsStrongRTLChars() local
310 U16_NEXT(string, next_position, length, character); in StringContainsStrongRTLChars()
318 position = next_position; in StringContainsStrongRTLChars()
/external/chromium_org/v8/src/
Ddebug.cc217 int next_position; in FindBreakLocationFromPosition() local
220 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()