Home
last modified time | relevance | path

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

/trunk/main/autodoc/source/cosv/strings/
H A Dstring.cxx121 : 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 …]
H A Dstreamstr.cxx509 size_type i_nLength ) in operator_add_substr() argument
511 size_type nLength = csv::min<size_type>(i_nLength, strlen(i_sText)); in operator_add_substr()
697 size_type i_nLength ) in to_lower() argument
711 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() argument
742 char * pStop = i_nStart + i_nLength < length() in to_upper()
743 ? dpData + i_nStart + i_nLength in to_upper()
/trunk/main/autodoc/inc/cosv/
H A Dstring.hxx73 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 …]
H A Dstreamstr.hxx70 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 );
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx1694 void PDFWriterImpl::putG4Bits( sal_uInt32 i_nLength, sal_uInt32 i_nCode, BitStreamState& io_rState ) in putG4Bits() argument
1696 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()
H A Dpdfwriter_impl.hxx1061 void putG4Bits( sal_uInt32 i_nLength, sal_uInt32 i_nCode, BitStreamState& io_rState );
/trunk/main/autodoc/source/ary/info/
H A Dci_attag.cxx63 AtTag::Add_Whitespace( UINT8 i_nLength ) in Add_Whitespace() argument
67 pText->Add_Token( *new DT_Whitespace(i_nLength) ); in Add_Whitespace()
/trunk/main/autodoc/inc/ary/info/
H A Dall_dts.hxx103 UINT8 i_nLength ) in DT_Whitespace() argument
104 : nLength( i_nLength ) {} in DT_Whitespace()
H A Dci_attag.hxx61 UINT8 i_nLength );
/trunk/main/xml2cmp/source/inc/
H A Dstr.h52 intt i_nLength );

Completed in 48 milliseconds