Searched refs:position_type (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/autodoc/inc/cosv/ |
H A D | string.hxx | 60 typedef str::position position_type; typedef in csv::String 79 position_type i_nStartPosition, 175 position_type find( 178 position_type find( 183 position_type rfind( 186 position_type rfind( 190 position_type find_first_not_of( 193 position_type find_first_not_of( 197 position_type find_last_not_of( 200 position_type find_last_not_of( [all …]
|
H A D | streamstr.hxx | 52 typedef str::position position_type; typedef in csv::StreamStr 145 position_type i_nPosition ) const; 147 position_type i_nPosition ); 228 position_type i_nStart, 240 position_type i_nStart = 0, 243 position_type i_nStart = 0, 256 position_type tellp() const; 265 position_type i_nNr, /// Starting with 0. 353 inline StreamStr::position_type
|
H A D | stringdata.hxx | 45 typedef str::position position_type; typedef in csv::StringData
|
/aoo42x/main/autodoc/source/cosv/strings/ |
H A D | string.cxx | 128 position_type i_nStartPosition, in String() 182 position_type i_nStartPosition, in assign() 237 String::substr( position_type i_nStartPosition, in substr() 255 String::position_type 257 position_type i_nSearchStartPosition ) const in find() 267 return static_cast<position_type>(p - c_str()); in find() 272 String::position_type 274 position_type i_nSearchStartPosition ) const in find() 280 return static_cast<position_type>(p - c_str()); in find()
|
H A D | streamstr.cxx | 325 StreamStr::operator[]( position_type i_nPosition ) const in operator []() 329 if ( position_type(pEnd - dpData) > i_nPosition ) in operator []() 335 StreamStr::operator[]( position_type i_nPosition ) in operator []() 339 if ( position_type(pEnd - dpData) > i_nPosition ) in operator []() 624 StreamStr::replace( position_type i_nStart, in replace() 677 position_type p = 0; in replace_all() 696 StreamStr::to_lower( position_type i_nStart, in to_lower() 727 StreamStr::to_upper( position_type i_nStart, in to_upper() 765 StreamStr::token( position_type i_nNr, in token() 770 for ( position_type nNr = i_nNr; in token()
|
Completed in 40 milliseconds