Home
last modified time | relevance | path

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

/aoo42x/main/xmloff/source/xforms/
H A DTokenContext.cxx125 bool lcl_IsWhiteSpace( sal_Unicode c ) in lcl_IsWhiteSpace() function
140 if( ::std::find_if( pBegin, pEnd, ::std::not1(::std::ptr_fun(lcl_IsWhiteSpace)) ) != pEnd ) in Characters()
/aoo42x/main/linguistic/source/
H A Dgciterator.cxx138 static bool lcl_IsWhiteSpace( sal_Unicode cChar ) in lcl_IsWhiteSpace() function
175 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 31 milliseconds