Searched defs:next_position (Results 1 - 3 of 3) sorted by relevance

/external/chromium/base/i18n/
H A Drtl.cc137 size_t next_position = position; local
138 U16_NEXT(string, next_position, length, character);
154 position = next_position;
251 size_t next_position = position; local
252 U16_NEXT(string, next_position, length, character);
260 position = next_position;
/external/chromium_org/base/i18n/
H A Drtl.cc156 size_t next_position = position; local
157 U16_NEXT(string, next_position, length, character);
161 position = next_position;
174 size_t next_position = position; local
175 U16_NEXT(string, next_position, length, character);
182 position = next_position;
300 size_t next_position = position; local
301 U16_NEXT(string, next_position, length, character);
309 position = next_position;
/external/chromium_org/v8/src/
H A Ddebug.cc246 int next_position; local
249 next_position = this->statement_position();
252 next_position = this->position();
256 next_position = this->statement_position();
259 if (position <= next_position && next_position - position < distance) {
261 distance = next_position - position;

Completed in 130 milliseconds