/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/services/Telephony/src/com/android/phone/common/mail/utils/ |
D | Utility.java | 27 public static final Charset ASCII = Charset.forName("US-ASCII"); field in Utility 51 return encode(ASCII, s); in toAscii() 56 return decode(ASCII, b); in fromAscii()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | EmailAddress.java | 163 || (!allowI18n && !CharMatcher.ASCII.matchesAllOf(host))) { in isValidInternal() 185 || (!allowI18n && !CharMatcher.ASCII.matchesAllOf(user))) { in isValidInternal()
|
/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/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/ |
D | utilityclass.dot | 22 Encoding -> { UTF8; UTF16; UTF32; ASCII; AutoUTF }
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
D | Utility.java | 68 public static final Charset ASCII = Charset.forName("US-ASCII"); field in Utility 323 return encode(ASCII, s); in toAscii() 328 return decode(ASCII, b); in fromAscii()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/ |
D | CHANGELOG.md | 53 * ASCII Encoding (#70)
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
D | encodings.h | 483 struct ASCII { struct
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
D | CharMatcher.java | 89 public static final CharMatcher ASCII = inRange('\0', '\u007f'); field in CharMatcher
|
/packages/services/Telecomm/libs/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/packages/apps/Messaging/build/gcheckstyle/ |
D | google-style-checker_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/packages/inputmethods/LatinIME/dictionaries/ |
D | sl_wordlist.combined.gz | 1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ... |
D | en_US_wordlist.combined.gz |
|
D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ... |
D | lt_wordlist.combined.gz |
|