Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dencodings.h223 static CharType TakeBOM(InputByteStream& is) { in TakeBOM() function
344 static CharType TakeBOM(InputByteStream& is) { in TakeBOM() function
377 static CharType TakeBOM(InputByteStream& is) { in TakeBOM() function
459 static CharType TakeBOM(InputByteStream& is) { in TakeBOM() function
498 static CharType TakeBOM(InputByteStream& is) { in TakeBOM() function
574 static CharType TakeBOM(InputByteStream& is) { in TakeBOM() function
H A Dencodedstream.h45 current_ = Encoding::TakeBOM(is_); in RAPIDJSON_DIAG_OFF()