Searched refs:pcBeg (Results 1 – 1 of 1) sorted by relevance
50 …sal_Int32 nIndex = rtl_str_indexOfChar_WithLength( pcBeg, static_cast< sal_Int32 >( pcEnd - pcBeg … in lclFindCharacter()51 return (nIndex < 0) ? pcEnd : (pcBeg + nIndex); in lclFindCharacter()61 for( ; pcBeg < pcEnd; ++pcBeg ) in lclFindWhiteSpace()62 if( lclIsWhiteSpace( *pcBeg ) ) in lclFindWhiteSpace()63 return pcBeg; in lclFindWhiteSpace()69 for( ; pcBeg < pcEnd; ++pcBeg ) in lclFindNonWhiteSpace()70 if( !lclIsWhiteSpace( *pcBeg ) ) in lclFindNonWhiteSpace()71 return pcBeg; in lclFindNonWhiteSpace()84 rBuffer.append( pcBeg, static_cast< sal_Int32 >( pcEnd - pcBeg ) ); in lclAppendToBuffer()103 const sal_Char* pcNameBeg = pcBeg; in lclProcessAttribs()[all …]
Completed in 21 milliseconds