HomeSort by relevance Sort by last modified time
    Searched defs:Encoding (Results 1 - 14 of 14) sorted by null

  /frameworks/base/core/java/android/util/
Xml.java 80 public static void parse(InputStream in, Encoding encoding,
86 source.setEncoding(encoding.expatName);
134 public enum Encoding {
143 Encoding(String expatName) {
149 * Finds an encoding by name. Returns UTF-8 if you pass {@code null}.
151 public static Encoding findEncodingByName(String encodingName)
154 return Encoding.UTF_8;
157 for (Encoding encoding : Encoding.values())
    [all...]
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/
AudioFormat.java 25 public static class Encoding {
27 public static final Encoding ALAW = new Encoding("ALAW"); //$NON-NLS-1$
29 public static final Encoding PCM_SIGNED = new Encoding("PCM_SIGNED"); //$NON-NLS-1$
31 public static final Encoding PCM_UNSIGNED = new Encoding("PCM_UNSIGNED"); //$NON-NLS-1$
33 public static final Encoding ULAW = new Encoding("ULAW"); //$NON-NLS-1$
37 public Encoding(String name)
70 protected Encoding encoding; field in class:AudioFormat
    [all...]
  /frameworks/base/sax/tests/saxtests/src/android/sax/
ExpatPerformanceTest.java 77 Xml.parse(newInputStream(), Xml.Encoding.UTF_8, new DefaultHandler());
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/codec/
EncoderUtil.java 34 * Static methods for encoding header field values. This includes encoded-words
83 public enum Encoding {
84 /** The B encoding (identical to base64 defined in RFC 2045). */
86 /** The Q encoding (similar to quoted-printable defined in RFC 2045). */
191 * @return the specified text if encoding is not necessary or an encoded
232 // than 78 characters each. Encoding as encoded-words makes
254 * encoding to use for the encoded-word are detected automatically.
278 * encoding to use for the encoded-word are detected automatically.
312 * @param encoding
313 * the encoding to use for the encoded-word (either B or Q).
    [all...]
  /dalvik/libcore/xml/src/test/java/org/apache/harmony/xml/
ExpatParserTest.java 109 Encoding.UTF_8, handler);
678 * Explicitly set the encoding here or else the parser will
679 * try to use the parent parser's encoding which is utf-16.
854 private static void parse(InputStream in, Encoding encoding,
860 source.setEncoding(encoding.expatName);
870 private enum Encoding {
879 Encoding(String expatName) {
  /external/tinyxml/
tinyxml.h 210 TiXmlEncoding encoding /*= TIXML_ENCODING_UNKNOWN */ ) = 0;
246 static const char* SkipWhiteSpace( const char*, TiXmlEncoding encoding );
263 static const char* ReadName( const char* p, TIXML_STRING* name, TiXmlEncoding encoding );
273 TiXmlEncoding encoding ); // the current encoding
276 static const char* GetEntity( const char* in, char* value, int* length, TiXmlEncoding encoding );
280 inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encoding )
283 if ( encoding == TIXML_ENCODING_UTF8 )
296 return GetEntity( p, _value, length, encoding );
328 TiXmlEncoding encoding );
1176 TIXML_STRING encoding; member in class:TiXmlDeclaration
    [all...]
  /external/jdiff/
xerces.jar 
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 308 milliseconds