Searched refs:plus_pos (Results 1 – 3 of 3) sorted by relevance
54 auto plus_pos = symbol_view.find(" + ");55 if (plus_pos == absl::string_view::npos) return std::string();56 symbol_view = symbol_view.substr(0, plus_pos); // strip remainng
969 gchar *plus_pos = NULL; in gst_date_time_new_from_iso8601_string() local976 plus_pos = strrchr (string, '+'); in gst_date_time_new_from_iso8601_string()978 if (plus_pos) in gst_date_time_new_from_iso8601_string()979 pos = plus_pos + 1; in gst_date_time_new_from_iso8601_string()
877 gchar *plus_pos = NULL; in gst_xml_helper_get_prop_dateTime() local884 plus_pos = strrchr (str, '+'); in gst_xml_helper_get_prop_dateTime()886 if (plus_pos) in gst_xml_helper_get_prop_dateTime()887 pos = plus_pos + 1; in gst_xml_helper_get_prop_dateTime()