Searched refs:surrogatePair (Results 1 - 3 of 3) sorted by relevance

/external/jsoncpp/src/lib_json/
H A Djson_reader.cpp679 unsigned int surrogatePair; local
681 if (decodeUnicodeEscapeSequence(token, current, end, surrogatePair)) {
682 unicode = 0x10000 + ((unicode & 0x3FF) << 10) + (surrogatePair & 0x3FF);
/external/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp892 unsigned int surrogatePair;
894 if (decodeUnicodeEscapeSequence(token, current, end, surrogatePair)) {
895 unicode = 0x10000 + ((unicode & 0x3FF) << 10) + (surrogatePair & 0x3FF);
1896 unsigned int surrogatePair;
1898 if (decodeUnicodeEscapeSequence(token, current, end, surrogatePair)) {
1899 unicode = 0x10000 + ((unicode & 0x3FF) << 10) + (surrogatePair & 0x3FF);
/external/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 4698 milliseconds