Home
last modified time | relevance | path

Searched refs:strAddDelim (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/player_framework/services/utils/
H A Dxml_parse.cpp106 std::string strAddDelim = str; in SpiltKeyList() local
108 strAddDelim = str + delim; in SpiltKeyList()
110 size_t size = strAddDelim.size(); in SpiltKeyList()
112 size_t pos = strAddDelim.find(delim, i); in SpiltKeyList()
113 if (pos != strAddDelim.npos) { in SpiltKeyList()
114 std::string s = strAddDelim.substr(i, pos - i); in SpiltKeyList()

Completed in 1 milliseconds