Home
last modified time | relevance | path

Searched defs:UTF16 (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/
H A Dencodings.h269 struct UTF16 { struct
270 typedef CharType Ch;
273 enum { supportUnicode = 1 };
276 static void Encode(OutputStream& os, unsigned codepoint) { in Encode()
292 static void EncodeUnsafe(OutputStream& os, unsigned codepoint) { in EncodeUnsafe()
307 static bool Decode(InputStream& is, unsigned* codepoint) { in Decode()
342 struct UTF16LE : UTF16<CharType> { argument