/cts/tools/signature-tools/ |
sig-create | 71 java.nio.charset \ 72 java.nio.charset.spi \
|
/external/chromium_org/chrome/tools/ |
webforms_aggregator_unittests.py | 33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 58 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 81 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 103 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_truetype_font_list_pango.cc | 54 desc.charset = PP_TRUETYPEFONTCHARSET_DEFAULT;
|
/external/chromium_org/content/browser/service_worker/ |
service_worker_read_from_cache_job.h | 41 virtual bool GetCharset(std::string* charset) OVERRIDE;
|
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/ |
BindingsHelperTest.java | 11 import java.nio.charset.Charset; 33 assertEquals(s.getBytes(Charset.forName("utf8")).length, 40 assertEquals(10, s.getBytes(Charset.forName("utf8")).length);
|
/external/chromium_org/net/test/url_request/ |
url_request_mock_http_job.h | 40 virtual bool GetCharset(std::string* charset) OVERRIDE;
|
/external/chromium_org/ppapi/cpp/private/ |
pdf.h | 32 PP_PrivateFontCharset charset);
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
LinkResource.cpp | 76 m_charset = m_owner->document().charset();
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLResourcePreloader.cpp | 93 m_document->fetcher()->preload(preload->resourceType(), request, preload->charset());
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
InspectorFileSystemAgent.h | 56 virtual void requestFileContent(ErrorString*, const String& url, bool readAsText, const int* start, const int* end, const String* charset, PassRefPtrWillBeRawPtr<RequestFileContentCallback>) OVERRIDE;
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftwinfnt.h | 59 * A list of valid values for the `charset' byte in 83 * is used for the charset of vector fonts, like `modern.fon', 199 FT_Byte charset; member in struct:FT_WinFNT_HeaderRec_
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
convtest.h | 32 const char *charset, *cbopt, *name; member in struct:ConversionCase
|
regextst.h | 60 virtual UChar *ReadAndConvertFile(const char *fileName, int32_t &len, const char *charset, UErrorCode &status);
|
/external/freetype/include/ |
ftwinfnt.h | 59 * A list of valid values for the `charset' byte in 84 * is used for the charset of vector fonts, like `modern.fon', 200 FT_Byte charset; member in struct:FT_WinFNT_HeaderRec_
|
/external/icu/icu4c/source/test/intltest/ |
convtest.h | 32 const char *charset, *cbopt, *name; member in struct:ConversionCase
|
regextst.h | 61 virtual UChar *ReadAndConvertFile(const char *fileName, int32_t &len, const char *charset, UErrorCode &status);
|
/external/pdfium/core/include/fxge/ |
fpf.h | 53 virtual IFPF_Font* CreateFont(FX_BSTR bsFamilyname, FX_BYTE charset, FX_DWORD dwStyle, FX_DWORD dwMatch = 0) = 0;
|
/external/pdfium/core/include/thirdparties/freetype/freetype/ |
ftwinfnt.h | 59 * A list of valid values for the `charset' byte in 83 * is used for the charset of vector fonts, like `modern.fon', 199 FT_Byte charset; member in struct:FT_WinFNT_HeaderRec_
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/ |
ftwinfnt.h | 59 * A list of valid values for the `charset' byte in 83 * is used for the charset of vector fonts, like `modern.fon', 199 FT_Byte charset; member in struct:FT_WinFNT_HeaderRec_
|
/frameworks/base/core/java/com/android/internal/os/ |
LoggingPrintStream.java | 24 import java.nio.charset.Charset; 25 import java.nio.charset.CharsetDecoder; 26 import java.nio.charset.CoderResult; 27 import java.nio.charset.CodingErrorAction; 56 * Decodes bytes to characters using the system default charset. Initialized 124 decoder = Charset.defaultCharset().newDecoder()
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/ |
UnsafeByteSequence.java | 19 import java.nio.charset.Charset; 78 public String toString(Charset cs) {
|
/libcore/benchmarks/src/benchmarks/regression/ |
CharsetBenchmark.java | 19 import java.nio.charset.Charset; 27 // canonical => canonical charset name 28 // built-in => guaranteed-present charset 29 // special-case => libcore treats this charset specially for performance
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
CoderResultTest.java | 17 package org.apache.harmony.tests.java.nio.charset; 21 import java.nio.charset.CoderResult; 22 import java.nio.charset.MalformedInputException; 23 import java.nio.charset.UnmappableCharacterException; 28 * Test class java.nio.charset.CoderResult.
|
/libcore/luni/src/main/java/javax/xml/transform/ |
TransformerFactory.java | 190 * @param charset The value of the charset attribute to match. May be null. 206 String charset)
|
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
ASN1GeneralizedTime.java | 26 import java.nio.charset.StandardCharsets;
|