Searched refs:UTF8 (Results 1 – 15 of 15) sorted by relevance
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | fwd.h | 24 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…
|
D | stream.h | 118 template <typename InputStream, typename Encoding = UTF8<> > 178 typedef GenericStringStream<UTF8<> > StringStream; 219 typedef GenericInsituStringStream<UTF8<> > InsituStringStream;
|
D | stringbuffer.h | 97 typedef GenericStringBuffer<UTF8<> > StringBuffer; 111 inline void PutN(GenericStringBuffer<UTF8<> >& stream, char c, size_t n) { in PutN()
|
D | cursorstreamwrapper.h | 38 template <typename InputStream, typename Encoding = UTF8<> >
|
D | encodedstream.h | 68 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…
|
D | prettywriter.h | 47 template<typename OutputStream, typename SourceEncoding = UTF8<>, typename TargetEncoding = UTF8<>,…
|
D | reader.h | 197 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;
|
D | writer.h | 89 template<typename OutputStream, typename SourceEncoding = UTF8<>, typename TargetEncoding = UTF8<>,…
|
D | encodings.h | 96 struct UTF8 { struct 620 #define RAPIDJSON_ENCODINGS_FUNC(x) UTF8<Ch>::x, UTF16LE<Ch>::x, UTF16BE<Ch>::x, UTF32LE<Ch>::x, UT…
|
D | pointer.h | 964 if (!Transcoder<UTF8<>, EncodingType>().Validate(is, os) || !is.IsValid()) { in Parse() 1079 if (!Transcoder<EncodingType, UTF8<> >().Validate(source, target)) in Stringify()
|
D | document.h | 2485 typedef GenericValue<UTF8<> > Value; 2889 typedef GenericDocument<UTF8<> > Document;
|
D | schema.h | 2940 typedef GenericValue<UTF8<>, StateAllocator> HashCodeArray;
|
/lvgl-latest/src/libs/thorvg/rapidjson/internal/ |
D | regex.h | 725 typedef GenericRegex<UTF8<> > Regex; in RAPIDJSON_DIAG_OFF()
|
/lvgl-latest/docs/details/main-components/ |
D | font.rst | 324 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/ |
D | Kconfig | 970 bool "UTF8"
|