Searched refs:sepCharIndex (Results 1 – 1 of 1) sorted by relevance
81 size_t sepCharIndex = mpdUrlBase.find('?'); in GetBaseUrlList() local82 if (sepCharIndex != std::string::npos) { in GetBaseUrlList()83 mpdUrlBase = mpdUrlBase.substr(0, sepCharIndex); in GetBaseUrlList()99 size_t sepCharIndex = mpdUrlBase.find('?'); in GetBaseUrl() local100 if (sepCharIndex != std::string::npos) { in GetBaseUrl()101 mpdUrlBase = mpdUrlBase.substr(0, sepCharIndex); in GetBaseUrl()