Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dregex.h163 DecodedStream(SourceStream& ss) : ss_(ss), codepoint_() { Decode(); } in RAPIDJSON_DIAG_OFF()
164 unsigned Peek() { return codepoint_; } in RAPIDJSON_DIAG_OFF()
166 unsigned c = codepoint_; in RAPIDJSON_DIAG_OFF()
174 if (!Encoding::Decode(ss_, &codepoint_)) in RAPIDJSON_DIAG_OFF()
175 codepoint_ = 0; in RAPIDJSON_DIAG_OFF()
179 unsigned codepoint_; in RAPIDJSON_DIAG_OFF() local