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

/external/chromium_org/base/i18n/
H A Drtl.cc147 size_t next_position = position; local
148 U16_NEXT(string, next_position, length, character);
152 position = next_position;
180 size_t next_position = position; local
181 U16_NEXT(string, next_position, length, character);
188 position = next_position;
309 size_t next_position = position; local
310 U16_NEXT(string, next_position, length, character);
318 position = next_position;
/external/chromium_org/v8/src/
H A Ddebug.cc217 int next_position; local
220 next_position = this->statement_position();
223 next_position = this->position();
227 next_position = this->statement_position();
230 if (position <= next_position && next_position - position < distance) {
232 distance = next_position - position;

Completed in 1252 milliseconds