Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:find_first_not_of

498 	cdata.erase(0, cdata.find_first_not_of(whitespace) );
507 begIdx = cdata.find_first_not_of(whitespace);
542 begIdx = cdata.find_first_not_of (whitespace, endIdx);