OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:decodedcodepoint
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
encodingstest.cpp
296
unsigned
decodedCodepoint
= 0;
301
if (!decode(&state, &
decodedCodepoint
, (unsigned char)*s)) {
302
EXPECT_EQ(codepoint,
decodedCodepoint
);
311
std::cout << std::hex << codepoint << " " <<
decodedCodepoint
<< std::endl;
317
unsigned
decodedCodepoint
;
318
bool result = UTF8<>::Decode(is, &
decodedCodepoint
);
320
EXPECT_EQ(codepoint,
decodedCodepoint
);
321
if (!result || codepoint !=
decodedCodepoint
)
322
std::cout << std::hex << codepoint << " " <<
decodedCodepoint
<< std::endl;
354
unsigned
decodedCodepoint
= 0;
[
all
...]
Completed in 185 milliseconds