Home
last modified time | relevance | path

Searched refs:unicode_high_surrogate (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/src/
Didl_parser.cpp265 int unicode_high_surrogate = -1; in Next() local
272 if (unicode_high_surrogate != -1 && in Next()
299 if (unicode_high_surrogate != -1) { in Next()
303 unicode_high_surrogate = static_cast<int>(val); in Next()
306 if (unicode_high_surrogate == -1) { in Next()
311 ((unicode_high_surrogate & 0x03FF) << 10) + in Next()
314 unicode_high_surrogate = -1; in Next()
317 if (unicode_high_surrogate != -1) { in Next()
328 if (unicode_high_surrogate != -1) { in Next()
335 if (unicode_high_surrogate != -1) { in Next()