Searched refs:decodeUnicodeCodePoint (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 864 if (!decodeUnicodeCodePoint(token, current, end, unicode)) in decodeString() 878 bool Reader::decodeUnicodeCodePoint(Token& token, in decodeUnicodeCodePoint() function in Json::Reader 1182 bool decodeUnicodeCodePoint(Token& token, 1868 if (!decodeUnicodeCodePoint(token, current, end, unicode)) in decodeString() 1882 bool OurReader::decodeUnicodeCodePoint(Token& token, in decodeUnicodeCodePoint() function in Json::OurReader
|
D | json.h | 1457 bool decodeUnicodeCodePoint(Token& token,
|