HomeSort by relevance Sort by last modified time
    Searched refs:token_start (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/importer/
mork_reader.cc 182 size_t token_start; local
193 token_start = idx;
196 key.assign(&line[token_start], idx - token_start);
206 token_start = idx;
216 std::string(&line[token_start], token_end - token_start));
299 size_t token_start = idx; // Index of the first char of the token. local
317 IDString row_id(&line[token_start], token_end - token_start);
354 size_t token_start = idx; local
388 size_t token_start = idx - 1; \/\/ Include the '=' or '^' marker. local
    [all...]
  /external/bison/src/
scan-gram.l 186 boundary token_start IF_LINT (= scanner_cursor);
201 token_start = loc->start;
285 "'" STRING_GROW; token_start = loc->start; BEGIN SC_ESCAPED_CHARACTER;
288 "\"" token_start = loc->start; BEGIN SC_ESCAPED_STRING;
366 <<EOF>> unexpected_eof (token_start, "*/"); BEGIN context_state;
377 <<EOF>> unexpected_eof (token_start, "*/"); BEGIN context_state;
402 loc->start = token_start;
408 \n unexpected_newline (token_start, "\""); BEGIN INITIAL;
409 <<EOF>> unexpected_eof (token_start, "\""); BEGIN INITIAL;
423 loc->start = token_start;
    [all...]
scan-gram.c 1257 boundary token_start IF_LINT (= scanner_cursor); variable
1674 token_start = loc->start; BEGIN SC_ESCAPED_STRING; variable
    [all...]
  /external/chromium/net/base/
cookie_monster.cc     [all...]
cookie_monster.h 727 // returns as output arguments token_start and token_end to the start and end
733 std::string::const_iterator* token_start,
    [all...]

Completed in 73 milliseconds