Home
last modified time | relevance | path

Searched refs:ASCII (Results 1 – 25 of 36) sorted by relevance

12

/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dencoding.md92 ## ASCII {#ASCII}
94ASCII](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…
Dfaq.md203 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…
DDoxyfile.in73 # 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/
DIkeFqdnIdentification.java32 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/
DUtility.java23 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/
Dlauncher_trace_file.proto35 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/
Dwritertest.cpp127 Writer<StringBuffer, UTF8<>, ASCII<> > writer(buffer); in TEST()
133 GenericReader<ASCII<>, UTF8<> > reader2; in TEST()
344 Writer<StringBuffer, UTF32<>, ASCII<> > writer(buffer); in TEST()
Dreadertest.cpp695 TEST_STRINGENCODING_ERROR(ASCII<>, UTF8<>, char, ARRAY('[', '\"', char(0x80), '\"', ']', '\0')); in TEST()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeConfigPayload.java1178 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/
Dutilityclass.dot22 Encoding -> { UTF8; UTF16; UTF32; ASCII; AutoUTF }
/packages/apps/Test/connectivity/sl4n/rapidjson/
DCHANGELOG.md53 * ASCII Encoding (#70)
/packages/modules/adb/
DOVERVIEW.TXT96 The content length is encoded in ASCII for easier debugging.
DSERVICES.TXT228 <content>: a series of ASCII lines of the following format:
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dencodings.h483 struct ASCII { struct
/packages/modules/RuntimeI18n/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt2263 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/
Dsl_wordlist.combined.gz
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz
Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Dnb_wordlist.combined.gz
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
/packages/apps/DocumentsUI/tests/res/raw/
Dimages_tar139 …��8��d���v��������������d����������������2������#������;S�����ASCII���fused2017:07:28�…

12