Home
last modified time | relevance | path

Searched defs:charset (Results 1 – 25 of 102) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/showConfig/Shows tsconfig for single option/charset/
Dtsconfig.json3 "charset": "someString" string
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffcmap.c137 CFF_Charset charset = &cff->charset; in FT_CALLBACK_DEF() local
152 CFF_Charset charset = &cff->charset; in cff_cmap_unicode_init() local
Dcffload.c831 cff_charset_compute_cids( CFF_Charset charset, in cff_charset_compute_cids()
868 cff_charset_cid_to_gindex( CFF_Charset charset, in cff_charset_cid_to_gindex()
882 cff_charset_free_cids( CFF_Charset charset, in cff_charset_free_cids()
891 cff_charset_done( CFF_Charset charset, in cff_charset_done()
906 cff_charset_load( CFF_Charset charset, in cff_charset_load()
1633 CFF_Charset charset, in cff_encoding_load()
/third_party/freetype/src/cff/
Dcffcmap.c137 CFF_Charset charset = &cff->charset; in FT_CALLBACK_DEF() local
152 CFF_Charset charset = &cff->charset; in cff_cmap_unicode_init() local
Dcffload.c831 cff_charset_compute_cids( CFF_Charset charset, in cff_charset_compute_cids()
868 cff_charset_cid_to_gindex( CFF_Charset charset, in cff_charset_cid_to_gindex()
882 cff_charset_free_cids( CFF_Charset charset, in cff_charset_free_cids()
891 cff_charset_done( CFF_Charset charset, in cff_charset_done()
906 cff_charset_load( CFF_Charset charset, in cff_charset_load()
1633 CFF_Charset charset, in cff_encoding_load()
/third_party/flutter/skia/third_party/externals/freetype/src/cff/
Dcffcmap.c138 CFF_Charset charset = &cff->charset; in FT_CALLBACK_DEF() local
153 CFF_Charset charset = &cff->charset; in cff_cmap_unicode_init() local
Dcffload.c827 cff_charset_compute_cids( CFF_Charset charset, in cff_charset_compute_cids()
864 cff_charset_cid_to_gindex( CFF_Charset charset, in cff_charset_cid_to_gindex()
878 cff_charset_free_cids( CFF_Charset charset, in cff_charset_free_cids()
887 cff_charset_done( CFF_Charset charset, in cff_charset_done()
902 cff_charset_load( CFF_Charset charset, in cff_charset_load()
1626 CFF_Charset charset, in cff_encoding_load()
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestConversion.java60 String charset; // charset field in TestConversion.ConversionCase
233 Charset charset = null; in FromUnicodeCase() local
523 Charset charset = null; in ToUnicodeCase() local
890 CharsetICU charset ; in TestGetUnicodeSet() local
DTestCharset.java1163 Charset charset = provider.charsetForName(encoding); in TestAPISemantics() local
1609 Charset charset = provider.charsetForName(encoding); in TestCanConvert() local
2411 Charset charset = provider.charsetForName("x-abracadabra"); in TestJB4897() local
5049 Charset charset = provider.charsetForName("iso-2022-jp"); in TestInvalidInput() local
5085 …Charset charset = ((CharsetProviderICU)provider).charsetForName(charsetName, "com/ibm/icu/dev/data… in TestCharsetTestData() local
5217 CharsetICU charset = (CharsetICU)cs.charsetForName("scsu"); in TestSCSUConverter() local
5494 CharsetICU charset = (CharsetICU)cs.charsetForName("BOCU-1"); in TestBOCU1Converter() local
5561 Charset charset = provider.charsetForName("UTF16"); in TestCharsetICUCodeCoverage() local
5598 Charset charset = provider.charsetForName(lmbcsNames[i]); in TestCharsetLMBCS() local
5668 Charset charset = provider.charsetForName(names[i]); in TestAmbiguousConverter() local
[all …]
/third_party/python/Lib/email/
Dcharset.py109 def add_charset(charset, header_enc=None, body_enc=None, output_charset=None): argument
146 def add_codec(charset, codecname): argument
Dutils.py76 def formataddr(pair, charset='utf-8'): argument
242 def encode_rfc2231(s, charset=None, language=None): argument
Dheader.py180 def __init__(self, s=None, charset=None, argument
265 def append(self, s, charset=None, errors='strict'): argument
443 def feed(self, fws, string, charset): argument
Dbase64mime.py61 def header_encode(header_bytes, charset='iso-8859-1'): argument
Dcontentmanager.py142 def _encode_text(string, charset, cte, policy): argument
181 def set_text_content(msg, string, subtype="plain", charset='utf-8', cte=None, argument
D_encoded_words.py204 def encode(string, charset='utf-8', encoding=None, lang=''): argument
/third_party/cef/libcef/common/net_service/
Dnet_service_util.cc99 const std::string& charset) { in MakeContentTypeValue()
113 const std::string& charset, in MakeResponseHeaders()
/third_party/python/Lib/
Dsre_compile.py249 def _compile_charset(charset, flags, code): argument
276 def _optimize_charset(charset, iscased=None, fixup=None, fixes=None): argument
/third_party/node/deps/npm/node_modules/mime-types/
Dindex.js49 function charset (type) { function
/third_party/skia/third_party/externals/expat/expat/xmlwf/
Dxmlmime.c120 getXMLCharset(const char *buf, char *charset) { in getXMLCharset()
Dct.c115 getXMLCharset(const char *buf, char *charset) { in getXMLCharset()
/third_party/cef/libcef/common/
Dresponse_impl.cc94 void CefResponseImpl::SetCharset(const CefString& charset) { in SetCharset()
194 std::string mime_type, charset; in SetResponseHeaders() local
/third_party/python/Modules/cjkcodecs/
Dcjkcodecs.h53 const char *charset; member
194 #define TRYMAP_ENC(charset, assi, uni) \ argument
202 #define TRYMAP_DEC(charset, assi, c1, c2) \ argument
357 #define IMPORT_MAP(locale, charset, encmap, decmap) \ argument
/third_party/python/Modules/
Dsre_lib.h104 SRE(charset)(SRE_STATE* state, const SRE_CODE* set, SRE_CODE ch) in SRE() argument
195 if (SRE(charset)(state, set, lo)) in SRE() local
1377 SRE_CODE* charset = NULL; in SRE() local
/third_party/ffmpeg/libavcodec/
Da64multienc.c100 static void render_charset(AVCodecContext *avctx, uint8_t *charset, in render_charset()
287 uint8_t *charset = c->mc_charset; in a64multi_encode_frame() local
/third_party/ltp/testcases/kernel/device-drivers/nls/
DnlsTest.c217 char charset[20] = "David"; in test_nls_base() local

12345