OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutoUTF
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Test/connectivity/sl4n/rapidjson/example/prettyauto/
prettyauto.cpp
27
GenericReader<
AutoUTF
<unsigned>, UTF8<> > reader; // CHANGED
40
PrettyWriter<OutputStream, UTF8<>,
AutoUTF
<unsigned> > writer(eos); // CHANGED
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
encodedstreamtest.cpp
133
EXPECT_TRUE(
AutoUTF
<unsigned>::Decode(eis, &actual));
152
EXPECT_TRUE(
AutoUTF
<unsigned>::Decode(eis, &actual));
206
bool success = Transcoder<UTF8<>,
AutoUTF
<unsigned> >::Transcode(s, eos);
221
bool success = Transcoder<UTF8<>,
AutoUTF
<unsigned> >::Transcode(s, eos);
documenttest.cpp
165
d.ParseStream<0,
AutoUTF
<unsigned> >(eis);
/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
rapidjsontest.cpp
189
doc.ParseStream<0,
AutoUTF
<unsigned> >(is);
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
encodings.h
535
//
AutoUTF
550
struct
AutoUTF
{
Completed in 442 milliseconds