HomeSort by relevance Sort by last modified time
    Searched defs:value_start (Results 1 - 3 of 3) 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);
  /external/dbus/bus/
desktop-file.c 457 int value_start; local
520 value_start = p;
522 value = unescape_string (parser, &parser->data, value_start, line_end, error);
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 708 const char *value_start = equal_pos + 1; local
709 const char *semicolon_pos = strchr(value_start, ';');
712 value.setTo(value_start);
714 value.setTo(value_start, semicolon_pos - value_start);
    [all...]

Completed in 73 milliseconds