Searched refs:lcl_IsWhiteSpace (Results 1 – 2 of 2) sorted by relevance
125 bool lcl_IsWhiteSpace( sal_Unicode c ) in lcl_IsWhiteSpace() function140 if( ::std::find_if( pBegin, pEnd, ::std::not1(::std::ptr_fun(lcl_IsWhiteSpace)) ) != pEnd ) in Characters()
138 static bool lcl_IsWhiteSpace( sal_Unicode cChar ) in lcl_IsWhiteSpace() function175 while (nStartPos < nLen && lcl_IsWhiteSpace( *pText )) in lcl_SkipWhiteSpaces()209 if (0 <= nPosBefore && nPosBefore < nLen && lcl_IsWhiteSpace( pStart[ nPosBefore ] )) in lcl_BacktraceWhiteSpaces()215 while (pText > pStart && lcl_IsWhiteSpace( *pText )) in lcl_BacktraceWhiteSpaces()
Completed in 65 milliseconds