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

  /external/chromium/net/base/
sdch_manager.cc 403 size_t value_start = dictionary_text.find_first_not_of(" \t", local
405 if (std::string::npos != value_start) {
406 if (value_start >= line_end)
409 std::string value(dictionary_text, value_start, line_end - value_start);
cookie_monster.cc     [all...]
cookie_monster.h     [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 709 const char *value_start = equal_pos + 1; local
710 const char *semicolon_pos = strchr(value_start, ';');
713 value.setTo(value_start);
715 value.setTo(value_start, semicolon_pos - value_start);
    [all...]

Completed in 159 milliseconds