Searched refs:EndReading (Results 1 - 17 of 17) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsStringIO.h73 copy_string(aString.BeginReading(fromBegin), aString.EndReading(fromEnd), toBegin);
H A DnsLocalFileCommon.cpp244 relativeDesc.EndReading(strEnd);
H A DnsLocalFileUnix.cpp474 fragment.EndReading(end)))
531 mPath.EndReading(end);
608 newName.EndReading(nameEnd);
H A DnsLocalFileOS2.cpp331 filePath.EndReading(end);
478 node.EndReading(end);
H A DnsNativeCharsetUtils.cpp783 input.EndReading(end);
H A DnsLocalFileMac.cpp155 inPath.EndReading(end);
1337 aNode.EndReading(end);
H A DnsLocalFileOSX.cpp393 aNode.EndReading(end);
1539 relativeFilePath.EndReading(pathEnd);
H A DnsLocalFileWin.cpp579 filePath.EndReading(end);
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsReadableUtils.cpp129 copy_string(aSource.BeginReading(fromBegin), aSource.EndReading(fromEnd), converter);
149 copy_string(aSource.BeginReading(fromBegin), aSource.EndReading(fromEnd), converter);
177 aSource.EndReading(source_end), calculator);
203 aSource.EndReading(source_end), converter);
232 aSource.EndReading(source_end), calculator);
258 aSource.EndReading(source_end), converter);
322 copy_string(aSource.BeginReading(fromBegin), aSource.EndReading(fromEnd), converter).write_terminator();
332 copy_string(aSource.BeginReading(start), aSource.EndReading(end),
342 copy_string(aSource.BeginReading(start), aSource.EndReading(end),
359 *copy_string(aSource.BeginReading(fromBegin), aSource.EndReading(fromEn
[all...]
/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/
H A Dtest_main.cpp97 ConstIterator iter3 = aString.EndReading();
173 iter = aReadable.EndReading();
177 cout << "FAILED |test_readable_hello|: iterator couldn't be set to |EndReading()|, or else couldn't be decremented, or else couldn't be dereferenced. --> '" << *iter << "'" << endl;
188 basic_nsAString<CharT>::const_iterator iter2 = aReadable.EndReading().advance(-2);
191 cout << "FAILED |test_readable_hello|: iterator couldn't be set to |EndReading()-=n|, or else couldn't be dereferenced. --> '" << *iter2 << "'" << endl;
463 ss0.EndReading(ri1);
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsReadableUtils.h301 aSource.EndReading(end);
309 aSource.EndReading(end);
H A DnsTSubstring.h72 const_char_iterator EndReading() const { return mData + mLength; } function in class:nsTSubstring_CharT
86 const_iterator& EndReading( const_iterator& iter ) const function in class:nsTSubstring_CharT
99 const_char_iterator& EndReading( const_char_iterator& iter ) const function in class:nsTSubstring_CharT
H A DnsStringAPI.h675 NS_HIDDEN_(const char_type*) EndReading() const function in class:nsAString_external
757 NS_HIDDEN_(const char_type*) EndReading() const function in class:nsACString_external
H A DnsTAString.h133 * BeginReading/EndReading can be used to get immutable access to the
134 * string's underlying buffer. EndReading returns a pointer to the
147 inline const_iterator& EndReading( const_iterator& iter ) const function in class:nsTAString_CharT
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestStrings.cpp194 s.EndReading(end);
405 a.EndReading(end);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsAtomTable.cpp347 *copy_string(aString.BeginReading(fromBegin), aString.EndReading(fromEnd), toBegin) = '\0';
/vbox/src/libs/xpcom18a4/python/src/
H A DVariantUtils.cpp127 copy_string(s.BeginReading(fromBegin), s.EndReading(fromEnd), dest);

Completed in 121 milliseconds