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.c624 sal_Int32 nPreSpaces = 0; in IMPL_RTL_STRNAME() local
628 while ( (nPreSpaces < nLen) && rtl_ImplIsWhitespace( IMPL_RTL_USTRCODE(*(pStr+nPreSpaces)) ) ) in IMPL_RTL_STRNAME()
629 nPreSpaces++; in IMPL_RTL_STRNAME()
643 if ( nPreSpaces ) in IMPL_RTL_STRNAME()
645 IMPL_RTL_STRCODE* pNewStr = pStr+nPreSpaces; in IMPL_RTL_STRNAME()
647 nLen -= nPreSpaces; in IMPL_RTL_STRNAME()
1471 sal_Int32 nPreSpaces = 0; in IMPL_RTL_STRINGNAME() local
1476 … while ( (nPreSpaces < nLen) && rtl_ImplIsWhitespace( IMPL_RTL_USTRCODE(*(pCharStr+nPreSpaces)) ) ) in IMPL_RTL_STRINGNAME()
1477 nPreSpaces++; in IMPL_RTL_STRINGNAME()
1485 if ( !nPreSpaces && !nPostSpaces ) in IMPL_RTL_STRINGNAME()
[all …]

Completed in 20 milliseconds