/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | encoding.md | 92 ## ASCII {#ASCII} 94 …ASCII](http://en.wikipedia.org/wiki/ASCII), sometimes we would like to write 7-bit ASCII JSON for … 96 Here is an example for writing a UTF-8 DOM into ASCII: 103 Writer<StringBuffer, Document::EncodingType, ASCII<> > writer(buffer); 108 ASCII can be used in input stream. If the input stream contains bytes with values above 127, it wil… 110 ASCII *cannot* be used in memory (encoding of `Document` or target encoding of `Reader`), as it can…
|
D | faq.md | 203 Yes. It fully support UTF-8, UTF-16 (LE/BE), UTF-32 (LE/BE) and ASCII. 219 5. Can I output `\uxxxx` for all non-ASCII character? 221 …Yes, use `ASCII<>` as output encoding template parameter in `Writer` can enforce escaping those ch…
|
D | Doxyfile.in | 73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 74 # characters to appear in the names of generated files. If set to NO, non-ASCII
|
/packages/modules/IPsec/src/java/android/net/ipsec/ike/ |
D | IkeFqdnIdentification.java | 32 private static final Charset ASCII = Charset.forName("US-ASCII"); field in IkeFqdnIdentification 47 fqdn = new String(fqdnBytes, ASCII); in IkeFqdnIdentification() 58 if (!ASCII.newEncoder().canEncode(fqdn)) { in IkeFqdnIdentification() 127 return fqdn.getBytes(ASCII); in getEncodedIdData()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utils/ |
D | Utility.java | 23 public static final Charset ASCII = Charset.forName("US-ASCII"); field in Utility 47 return encode(ASCII, s); in toAscii() 52 return decode(ASCII, b); in fromAscii()
|
/packages/apps/Launcher3/protos/ |
D | launcher_trace_file.proto | 35 MAGIC_NUMBER_L = 0x48434E4C; /* LNCH (little-endian ASCII) */ 36 MAGIC_NUMBER_H = 0x43525452; /* RTRC (little-endian ASCII) */
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | writertest.cpp | 127 Writer<StringBuffer, UTF8<>, ASCII<> > writer(buffer); in TEST() 133 GenericReader<ASCII<>, UTF8<> > reader2; in TEST() 344 Writer<StringBuffer, UTF32<>, ASCII<> > writer(buffer); in TEST()
|
D | readertest.cpp | 695 TEST_STRINGENCODING_ERROR(ASCII<>, UTF8<>, char, ARRAY('[', '\"', char(0x80), '\"', ']', '\0')); in TEST()
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeConfigPayload.java | 1178 private static final Charset ASCII = StandardCharsets.US_ASCII; field in IkeConfigPayload.ConfigAttributeAppVersion 1199 applicationVersion = new String(value, ASCII); in ConfigAttributeAppVersion() 1203 buffer.put(applicationVersion.getBytes(ASCII)); in encodeValueToByteBuffer() 1207 return applicationVersion.getBytes(ASCII).length; in getValueLength()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/ |
D | utilityclass.dot | 22 Encoding -> { UTF8; UTF16; UTF32; ASCII; AutoUTF }
|
/packages/apps/Test/connectivity/sl4n/rapidjson/ |
D | CHANGELOG.md | 53 * ASCII Encoding (#70)
|
/packages/modules/adb/ |
D | OVERVIEW.TXT | 96 The content length is encoded in ASCII for easier debugging.
|
D | SERVICES.TXT | 228 <content>: a series of ASCII lines of the following format:
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
D | encodings.h | 483 struct ASCII { struct
|
/packages/modules/RuntimeI18n/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 2263 Landroid/icu/text/Collator$ASCII;-><init>()V 2264 Landroid/icu/text/Collator$ASCII;->equalIgnoreCase(Ljava/lang/CharSequence;Ljava/lang/CharSequence;… 4768 Landroid/icu/text/SpoofChecker$RestrictionLevel;->ASCII:Landroid/icu/text/SpoofChecker$RestrictionL… 4798 Landroid/icu/text/SpoofChecker;->ASCII:Landroid/icu/text/UnicodeSet; 6572 Landroid/icu/util/MeasureUnit;->ASCII:Landroid/icu/text/UnicodeSet;
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | sl_wordlist.combined.gz |
|
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ... |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz |
|
D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | nb_wordlist.combined.gz |
|
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
/packages/apps/DocumentsUI/tests/res/raw/ |
D | images_tar | 139 …8dvd�2#;S�ASCIIfused2017:07:28…
|