Searched refs:idxstt (Results 1 – 1 of 1) sorted by relevance
170 sal_Int32 idxstt(0); in splitAtWS() local171 while ((idxstt < len) && ( isWS(io_rString[idxstt]))) in splitAtWS()172 ++idxstt; // skip leading ws in splitAtWS()173 sal_Int32 idxend(idxstt); in splitAtWS()176 const ::rtl::OUString ret(io_rString.copy(idxstt, idxend - idxstt)); in splitAtWS()
Completed in 13 milliseconds