Lines Matching refs:nIndex

626     sal_Int32 nIndex        = nLen-1;  in IMPL_RTL_STRNAME()  local
631 while ( (nIndex > nPreSpaces) && rtl_ImplIsWhitespace( IMPL_RTL_USTRCODE(*(pStr+nIndex)) ) ) in IMPL_RTL_STRNAME()
634 nIndex--; in IMPL_RTL_STRNAME()
648 nIndex = nLen; in IMPL_RTL_STRNAME()
650 while ( nIndex ) in IMPL_RTL_STRNAME()
655 nIndex--; in IMPL_RTL_STRNAME()
1211 sal_Int32 nIndex, in IMPL_RTL_STRINGNAME()
1216 if ( nIndex >= pStr->length ) in IMPL_RTL_STRINGNAME()
1224 if ( nIndex < 0 ) in IMPL_RTL_STRINGNAME()
1226 nCount -= nIndex; in IMPL_RTL_STRINGNAME()
1227 nIndex = 0; in IMPL_RTL_STRINGNAME()
1231 if ( nCount >= pStr->length-nIndex ) in IMPL_RTL_STRINGNAME()
1233 nCount = pStr->length-nIndex; in IMPL_RTL_STRINGNAME()
1236 if ( !nIndex && (nCount >= pStr->length) ) in IMPL_RTL_STRINGNAME()
1267 if ( nIndex ) in IMPL_RTL_STRINGNAME()
1269 rtl_str_ImplCopy( pBuffer, pStr->buffer, nIndex ); in IMPL_RTL_STRINGNAME()
1270 pBuffer += nIndex; in IMPL_RTL_STRINGNAME()
1277 rtl_str_ImplCopy( pBuffer, pStr->buffer+nIndex+nCount, pStr->length-nIndex-nCount ); in IMPL_RTL_STRINGNAME()
1474 sal_Int32 nIndex = nLen-1; in IMPL_RTL_STRINGNAME() local
1479 while ( (nIndex > nPreSpaces) && rtl_ImplIsWhitespace( IMPL_RTL_USTRCODE(*(pCharStr+nIndex)) ) ) in IMPL_RTL_STRINGNAME()
1482 nIndex--; in IMPL_RTL_STRINGNAME()
1510 sal_Int32 nIndex ) in IMPL_RTL_STRINGNAME()
1515 sal_Int32 nLen = pStr->length-nIndex; in IMPL_RTL_STRINGNAME()
1520 if (nIndex < 0) { in IMPL_RTL_STRINGNAME()
1524 pCharStr += nIndex; in IMPL_RTL_STRINGNAME()
1552 return nIndex+(pCharStr-pOrgCharStr)+1; in IMPL_RTL_STRINGNAME()
1559 return nIndex+(pCharStr-pOrgCharStr)+1; in IMPL_RTL_STRINGNAME()