HomeSort by relevance Sort by last modified time
    Searched refs:value_start (Results 1 - 6 of 6) 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...]
  /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...]
  /external/bluetooth/glib/glib/
gkeyfile.c 836 gchar *key, *value, *key_end, *value_start, *locale; local
847 key_end = value_start = strchr (line, '=');
852 value_start++;
876 while (g_ascii_isspace (*value_start))
877 value_start++;
879 value_len = line + length - value_start + 1;
881 value = g_strndup (value_start, value_len);
    [all...]

Completed in 173 milliseconds