Searched refs:nextPos (Results 1 – 1 of 1) sorted by relevance
778 size_t nextPos = refcode.find_first_not_of(0x20, pos); in getJSON() local779 if (nextPos != std::string::npos) in getJSON()781 extRefcode = trimEnd(refcode.substr(nextPos)); in getJSON()