Home
last modified time | relevance | path

Searched refs:CountCharactersBefore (Results 1 – 2 of 2) sorted by relevance

/external/openscreen/third_party/mozilla/
Durl_parse.h122 int CountCharactersBefore(ComponentType type, bool include_delimiter) const;
Durl_parse.cc713 return CountCharactersBefore(REF, false); in Length()
716 int Parsed::CountCharactersBefore(ComponentType type, in CountCharactersBefore() function in openscreen::Parsed
780 const int begin = CountCharactersBefore(USERNAME, false); in GetContent()