Home
last modified time | relevance | path

Searched refs:getCharset (Results 1 – 25 of 28) sorted by relevance

12

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetProviderICU.java70 return getCharset(icuCanonicalName, optionsString); in charsetForName()
158 private static final Charset getCharset(String icuCanonicalName, String optionsString) in getCharset() method in CharsetProviderICU
166 return (CharsetICU.getCharset(icuCanonicalName + optionsString, canonicalName, aliases)); in getCharset()
277 Charset cs = getCharset(name, ""); in loadAvailableICUCharsets()
DCharsetICU.java198 …/*public*/ static final Charset getCharset(String icuCanonicalName, String javaCanonicalName, Stri… in getCharset() method in CharsetICU
/external/cldr/tools/java/org/unicode/cldr/draft/
DExemplarInfo.java180 educationLevels.putAll(getCharset("Shift_JIS"), "SJIS"); in ExemplarInfo()
183 educationLevels.putAll(getCharset("x-windows-949"), "949"); in ExemplarInfo()
185 educationLevels.putAll(getCharset("GB2312"), "2312"); in ExemplarInfo()
187 educationLevels.putAll(getCharset("Big5"), "Big5"); in ExemplarInfo()
194 UnicodeSet getCharset(String name) { in getCharset() method in ExemplarInfo
/external/oauth/core/src/main/java/net/oauth/http/
DHttpMessage.java97 return getCharset(getHeader(CONTENT_TYPE)); in getContentCharset()
129 private static final String getCharset(String mimeType) in getCharset() method in HttpMessage
/external/nist-sip/java/gov/nist/javax/sip/message/
DSIPMessage.java389 content = new String(messageContentBytes, getCharset() ); in encode()
442 msgarray = encoding.toString().getBytes( getCharset() ); in encodeAsBytes()
454 retval = encoding.toString().getBytes( getCharset() ); in encodeAsBytes()
1177 this.messageContent = new String(messageContentBytes, getCharset() ); in getMessageContent()
1195 this.messageContentBytes = messageContent.getBytes( getCharset() ); in getRawContent()
1197 this.messageContentBytes = messageContent.getBytes( getCharset() ); in getRawContent()
1348 length = ((String) content).getBytes( getCharset() ).length; in computeContentLength()
1828 String body = new String( rawContent, getCharset() ); in getMultipartMimeContent()
1863 protected final String getCharset() { in getCharset() method in SIPMessage
1866 String c = ct.getCharset(); in getCharset()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DCharsetAccessor.java43 Charset getCharset(); in getCharset() method
DNioZipEncoding.java60 public Charset getCharset() { in getCharset() method in NioZipEncoding
/external/nist-sip/java/javax/sip/header/
DContentTypeHeader.java8 String getCharset(); in getCharset() method
/external/nist-sip/java/gov/nist/javax/sip/header/
DContentType.java156 public String getCharset() { in getCharset() method in ContentType
/external/cldr/tools/java/org/unicode/cldr/icu/
DSimpleConverter.java47 public UnicodeSet getCharset() { in getCharset() method in SimpleConverter
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DZipEncodingTest.java61 Assert.assertEquals(Charset.defaultCharset(), hasCharset.getCharset()); in testGetNonexistentEncodng()
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.core.contenttype_3.7.0.v20180426-1644.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
Dorg.eclipse.core.resources_3.13.0.v20180512-1138.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/cldr/tools/java/org/unicode/cldr/posix/
DGenerateCharmap.java85 UnicodeSet csset = new SimpleConverter(cs).getCharset(); in GenerateCharmap()
DPOSIXLocale.java101 UnicodeSet csset = new SimpleConverter(cs).getCharset(); in POSIXLocale()
/external/guice/lib/build/jdiff/
Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/ ...
/external/caliper/lib/
Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module- ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM ...
Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM ...
/external/cldr/tools/java/libs/
DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ ...
/external/guice/extensions/struts2/lib/
Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/grpc-grpc-java/netty/shaded/
Dgrpc-netty-shaded-1.14.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...

12