Home
last modified time | relevance | path

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

/trunk/main/sal/rtl/source/
H A Dstrtmpl.c700 sal_Int32 nPreSpaces = 0; in trim_WithLength() local
704 while ( (nPreSpaces < nLen) && rtl_ImplIsWhitespace( IMPL_RTL_USTRCODE(*(pStr+nPreSpaces)) ) ) in trim_WithLength()
705 nPreSpaces++; in trim_WithLength()
707 while ( (nIndex > nPreSpaces) && rtl_ImplIsWhitespace( IMPL_RTL_USTRCODE(*(pStr+nIndex)) ) ) in trim_WithLength()
719 if ( nPreSpaces ) in trim_WithLength()
721 IMPL_RTL_STRCODE* pNewStr = pStr+nPreSpaces; in trim_WithLength()
723 nLen -= nPreSpaces; in trim_WithLength()
1549 sal_Int32 nPreSpaces = 0; in newTrim() local
1554 … while ( (nPreSpaces < nLen) && rtl_ImplIsWhitespace( IMPL_RTL_USTRCODE(*(pCharStr+nPreSpaces)) ) ) in newTrim()
1555 nPreSpaces++; in newTrim()
[all …]