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
226
class
StringByteSink
: public ByteSink {
233
StringByteSink
(StringClass* dest) : dest_(dest) { }
243
StringByteSink
(); ///< default constructor not implemented
244
StringByteSink
(const
StringByteSink
&); ///< copy constructor not implemented
245
StringByteSink
&operator=(const
StringByteSink
&); ///< assignment operator not implemented
unistr.h
[
all
...]
/external/icu4c/test/intltest/
strtest.cpp
485
StringByteSink
<U_STD_NSQ string> sink(&result);
488
errln("
StringByteSink
did not Append() as expected");
uts46test.cpp
[
all
...]
Completed in 981 milliseconds