Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/core/
H A DRDFaImportHelper.cxx161 static inline bool isWS(const sal_Unicode i_Char) in isWS() function
171 while ((idxstt < len) && ( isWS(io_rString[idxstt]))) in splitAtWS()
174 while ((idxend < len) && (!isWS(io_rString[idxend]))) in splitAtWS()

Completed in 17 milliseconds