Home
last modified time | relevance | path

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

/external/srec/tools/grxmlcompile/
Dgrxmldoc.cpp504 std::string::size_type begIdx, endIdx; in processCDATA() local
507 begIdx = cdata.find_first_not_of(whitespace); in processCDATA()
510 while (begIdx != std::string::npos) { in processCDATA()
512 endIdx = cdata.find_first_of (whitespace, begIdx); in processCDATA()
519 word.append (cdata, begIdx, endIdx - begIdx); in processCDATA()
542 begIdx = cdata.find_first_not_of (whitespace, endIdx); in processCDATA()