Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/
Dfwd.h24 template<typename CharType> struct UTF8;
49 typedef GenericStringStream<UTF8<char> > StringStream;
54 typedef GenericInsituStringStream<UTF8<char> > InsituStringStream;
61 typedef GenericStringBuffer<UTF8<char>, CrtAllocator> StringBuffer;
90 typedef GenericReader<UTF8<char>, UTF8<char>, CrtAllocator> Reader;
116 typedef GenericValue<UTF8<char>, MemoryPoolAllocator<CrtAllocator> > Value;
121 typedef GenericDocument<UTF8<char>, MemoryPoolAllocator<CrtAllocator>, CrtAllocator> Document;
147 typedef GenericSchemaValidator<SchemaDocument, BaseReaderHandler<UTF8<char>, void>, CrtAllocator> S…
Dstream.h118 template <typename InputStream, typename Encoding = UTF8<> >
178 typedef GenericStringStream<UTF8<> > StringStream;
219 typedef GenericInsituStringStream<UTF8<> > InsituStringStream;
Dstringbuffer.h97 typedef GenericStringBuffer<UTF8<> > StringBuffer;
111 inline void PutN(GenericStringBuffer<UTF8<> >& stream, char c, size_t n) { in PutN()
Dcursorstreamwrapper.h38 template <typename InputStream, typename Encoding = UTF8<> >
Dencodedstream.h68 class EncodedInputStream<UTF8<>, MemoryStream> {
70 typedef UTF8<>::Ch Ch;
127 #define RAPIDJSON_ENCODINGS_FUNC(x) UTF8<Ch>::x, UTF16LE<Ch>::x, UTF16BE<Ch>::x, UTF32LE<Ch>::x, UT…
Dprettywriter.h47 template<typename OutputStream, typename SourceEncoding = UTF8<>, typename TargetEncoding = UTF8<>,…
Dreader.h197 template<typename Encoding = UTF8<>, typename Derived = void>
514 template<> inline void SkipWhitespace(EncodedInputStream<UTF8<>, MemoryStream>& is) { in SkipWhitespace() argument
1697 GenericStringStream<UTF8<NumberCharacter> > srcStream(s.Pop()); in ParseNumber()
1700 … Transcoder<UTF8<typename TargetEncoding::Ch>, TargetEncoding>::Transcode(srcStream, dstStream); in ParseNumber()
2233 typedef GenericReader<UTF8<>, UTF8<> > Reader;
Dwriter.h89 template<typename OutputStream, typename SourceEncoding = UTF8<>, typename TargetEncoding = UTF8<>,…
Dencodings.h96 struct UTF8 { struct
620 #define RAPIDJSON_ENCODINGS_FUNC(x) UTF8<Ch>::x, UTF16LE<Ch>::x, UTF16BE<Ch>::x, UTF32LE<Ch>::x, UT…
Dpointer.h964 if (!Transcoder<UTF8<>, EncodingType>().Validate(is, os) || !is.IsValid()) { in Parse()
1079 if (!Transcoder<EncodingType, UTF8<> >().Validate(source, target)) in Stringify()
Ddocument.h2485 typedef GenericValue<UTF8<> > Value;
2889 typedef GenericDocument<UTF8<> > Document;
Dschema.h2940 typedef GenericValue<UTF8<>, StateAllocator> HashCodeArray;
/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Dregex.h725 typedef GenericRegex<UTF8<> > Regex; in RAPIDJSON_DIAG_OFF()
/lvgl-latest/docs/details/main-components/
Dfont.rst324 1. Convert the Unicode value to UTF8, for example on
327 2. Create a ``#define`` string from the UTF8 values: ``#define MY_USB_SYMBOL "\xEF\x8A\x87"``
/lvgl-latest/
DKconfig970 bool "UTF8"