Searched refs:_io_nLength (Results 1 – 1 of 1) sorted by relevance
190 …_normalizeLength( const XubString& _rText, const xub_StrLen _nStartIndex, xub_StrLen& _io_nLength ) in lcl_normalizeLength() argument195 if ( _nStartIndex + _io_nLength > nTextLength ) in lcl_normalizeLength()196 _io_nLength = nTextLength - _nStartIndex; in lcl_normalizeLength()
Completed in 10 milliseconds