Searched refs:encodings (Results 1 – 10 of 10) sorted by relevance
13 RapidJSON supports various encodings. It can also validate the encodings of JSON, and transconding …28 There are various encodings for storing Unicode code points. These are called Unicode Transformatio…36 RapidJSON provide these encodings via the structs in `rapidjson/encodings.h`:88 …encodings are statically bound in compile-time. In other words, user must know exactly which encod…125 #include "rapidjson/encodings.h"
29 * Support UTF-8, UTF-16, UTF-32 encodings, including little endian and big endian.30 * These encodings are used in input/output streams and in-memory representation.31 * Support automatic detection of encodings in input stream.32 * Support transcoding between encodings internally.38 * Support custom encodings.
37 …m` is a typedef of `GenericStringStream<UTF8<> >`, user may use another encodings to represent the…91 Different from string streams, `FileReadStream` is byte stream. It does not handle encodings. If th…136 …is a `Encoding` class, such as `UTF8`, `UTF16LE`, defined in `rapidjson/encodings.h`. The second o…
24 # for the list of possible encodings.785 # possible encodings.
381 String[] encodings = fetchPart.getHeader(MimeHeader.HEADER_CONTENT_TRANSFER_ENCODING); in fetchInternal() local384 if (encodings != null && encodings.length > 0) { in fetchInternal()385 contentTransferEncoding = encodings[0]; in fetchInternal()
21 # http://www.gnu.org/software/libiconv for the list of possible encodings.593 # the list of possible encodings.
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...