Searched refs:i_nLength (Results 1 – 10 of 10) sorted by relevance
121 : pd( new S_Data(i_str, i_nLength) ) in String()187 i_nLength ); in assign()244 if ( i_nLength == str::maxsize in substr()310 if ( i_nLength != csv::str::maxsize ) in compare()313 i_nLength ); in compare()327 if ( i_nLength != csv::str::maxsize ) in compare()330 i_nLength ); in compare()357 if ( i_nLength != csv::str::maxsize ) in compare()361 i_nLength ); in compare()377 if ( i_nLength != csv::str::maxsize ) in compare()[all …]
509 size_type i_nLength ) in operator_add_substr() argument511 size_type nLength = csv::min<size_type>(i_nLength, strlen(i_sText)); in operator_add_substr()697 size_type i_nLength ) in to_lower() argument711 char * pStop = i_nStart + i_nLength < length() in to_lower()712 ? dpData + i_nStart + i_nLength in to_lower()728 size_type i_nLength ) in to_upper() argument742 char * pStop = i_nStart + i_nLength < length() in to_upper()743 ? dpData + i_nStart + i_nLength in to_upper()
73 size_type i_nLength );80 size_type i_nLength );126 size_type i_nLength );132 size_type i_nLength );264 csv::str::size i_nLength );269 csv::str::size i_nLength );273 csv::str::size i_nLength );303 csv::str::size i_nLength );308 csv::str::size i_nLength );470 str::size i_nLength ) in compare() argument[all …]
70 size_type i_nLength = str::maxsize ) in Area()72 nLength( i_nLength == str::maxsize in Area()74 : i_nLength ) {} in Area()201 size_type i_nLength );241 size_type i_nLength = str::maxsize );244 size_type i_nLength = str::maxsize );
1694 void PDFWriterImpl::putG4Bits( sal_uInt32 i_nLength, sal_uInt32 i_nCode, BitStreamState& io_rState ) in putG4Bits() argument1696 while( i_nLength > io_rState.mnNextBitPos ) in putG4Bits()1698 … io_rState.mnBuffer |= static_cast<sal_uInt8>( i_nCode >> (i_nLength - io_rState.mnNextBitPos) ); in putG4Bits()1699 i_nLength -= io_rState.mnNextBitPos; in putG4Bits()1703 OSL_ASSERT( i_nLength < 9 ); in putG4Bits()1705 …ffer |= static_cast<sal_uInt8>( (i_nCode & msbmask[i_nLength]) << (io_rState.mnNextBitPos - i_nLen… in putG4Bits()1706 io_rState.mnNextBitPos -= i_nLength; in putG4Bits()
1061 void putG4Bits( sal_uInt32 i_nLength, sal_uInt32 i_nCode, BitStreamState& io_rState );
63 AtTag::Add_Whitespace( UINT8 i_nLength ) in Add_Whitespace() argument67 pText->Add_Token( *new DT_Whitespace(i_nLength) ); in Add_Whitespace()
103 UINT8 i_nLength ) in DT_Whitespace() argument104 : nLength( i_nLength ) {} in DT_Whitespace()
61 UINT8 i_nLength );
52 intt i_nLength );
Completed in 74 milliseconds