Home
last modified time | relevance | path

Searched refs:i_c (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/cosv/source/service/
H A Dcsv_ostream.cxx43 char i_c ) { *pData << i_c; return *this; } in operator <<() argument
45 unsigned char i_c ) { *pData << i_c; return *this; } in operator <<() argument
47 signed char i_c ) { *pData << i_c; return *this; } in operator <<() argument
/aoo4110/main/cosv/source/strings/
H A Dstreamstr.cxx189 StreamStr::operator<<( char i_c ) in operator <<() argument
192 *pCur = i_c; in operator <<()
199 StreamStr::operator<<( unsigned char i_c ) in operator <<() argument
201 return operator<<( char(i_c) ); in operator <<()
205 StreamStr::operator<<( signed char i_c ) in operator <<() argument
207 return operator<<( char(i_c) ); in operator <<()
432 StreamStr::push_front( char i_c ) in push_front() argument
439 operator<<(i_c); in push_front()
457 StreamStr::push_back( char i_c ) in push_back() argument
462 operator<<(i_c); in push_back()
/aoo4110/main/cosv/inc/cosv/
H A Dstreamstr.hxx107 char i_c );
109 unsigned char i_c );
111 signed char i_c );
181 char i_c );
185 char i_c );
H A Dstr_types.hxx74 char i_c ) const;
83 CharOrder_Table::operator()( char i_c ) const in operator ()()
84 { return cWeights[ UINT8(i_c) ]; } in operator ()()
H A Dcsv_ostream.hxx78 char i_c );
80 unsigned char i_c );
82 signed char i_c );
H A Dstring.hxx136 char i_c );
/aoo4110/main/cosv/inc/cosv/tpl/
H A Dfuncall.hxx154 const C & i_c ) const in operator ()()
155 { return (i_c.*f)(); } in operator ()()
178 const C & i_c ) const in operator ()()
179 { return (i_c.*f)(p); } in operator ()()
/aoo4110/main/autodoc/source/display/html/
H A Dpm_index.cxx86 char i_c ) in PageMaker_Index() argument
89 c(i_c), in PageMaker_Index()
H A Dpm_index.hxx72 char i_c );

Completed in 44 milliseconds