Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/
Dencodedstream.h187 …else if ((bom & 0xFFFF) == 0xFFFE) { type_ = kUTF16BE; hasBOM_ = true; is_->Take(); is_->Take… in DetectType()
206 case 0x0A: type_ = kUTF16BE; break; in DetectType()
215 if (type_ == kUTF16LE || type_ == kUTF16BE) RAPIDJSON_ASSERT(sizeof(Ch) >= 2); in DetectType()
248 if (type_ == kUTF16LE || type_ == kUTF16BE) RAPIDJSON_ASSERT(sizeof(Ch) >= 2); in AutoUTFOutputStream()
Dencodings.h606 kUTF16BE = 2, //!< UTF-16 big endian. enumerator