Searched refs:idxend (Results 1 – 1 of 1) sorted by relevance
173 sal_Int32 idxend(idxstt); in splitAtWS() local174 while ((idxend < len) && (!isWS(io_rString[idxend]))) in splitAtWS()175 ++idxend; // the CURIE in splitAtWS()176 const ::rtl::OUString ret(io_rString.copy(idxstt, idxend - idxstt)); in splitAtWS()177 io_rString = io_rString.copy(idxend); // rest in splitAtWS()
Completed in 8 milliseconds