Searched defs:pairSeparator (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/glue/
H A Dstring.cpp147 size_t Utf8Str::parseKeyValue(Utf8Str &key, Utf8Str &value, size_t pos, const Utf8Str &pairSeparator, const Utf8Str &keyValueSeparator) const argument
150 while(start == (pos = find(pairSeparator.c_str(), pos)))

Completed in 41 milliseconds