Searched refs:encodings (Results 1 – 12 of 12) sorted by relevance
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | encoding.md | 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"
|
D | features.md | 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.
|
D | stream.md | 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…
|
D | Doxyfile.in | 24 # for the list of possible encodings. 785 # possible encodings.
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/ |
D | ImapFolder.java | 380 String[] encodings = fetchPart.getHeader(MimeHeader.HEADER_CONTENT_TRANSFER_ENCODING); in fetchInternal() local 383 if (encodings != null && encodings.length > 0) { in fetchInternal() 384 contentTransferEncoding = encodings[0]; in fetchInternal()
|
/packages/apps/Email/provider_src/com/android/email/mail/store/ |
D | ImapFolder.java | 754 String encodings[] = fetchPart.getHeader( in fetchInternal() local 758 if (encodings != null && encodings.length > 0) { in fetchInternal() 759 contentTransferEncoding = encodings[0]; in fetchInternal()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/ |
D | .gitignore | 3 !/bin/encodings
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 21 # http://www.gnu.org/software/libiconv for the list of possible encodings. 593 # the list of possible encodings.
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 21 # http://www.gnu.org/software/libiconv for the list of possible encodings. 593 # the list of possible encodings.
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz |
|
D | en_GB_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|