OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringByteSink
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/unicode/
bytestream.h
15
//
StringByteSink
Write to an STL string
231
class
StringByteSink
: public ByteSink {
238
StringByteSink
(StringClass* dest) : dest_(dest) { }
248
StringByteSink
(); ///< default constructor not implemented
249
StringByteSink
(const
StringByteSink
&); ///< copy constructor not implemented
250
StringByteSink
&operator=(const
StringByteSink
&); ///< assignment operator not implemented
unistr.h
[
all
...]
/external/icu4c/test/intltest/
strtest.cpp
453
StringByteSink
<std::string> sink(&result);
456
errln("
StringByteSink
did not Append() as expected");
uts46test.cpp
[
all
...]
Completed in 202 milliseconds