Home
last modified time | relevance | path

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

1234

/third_party/curl/lib/
Dcurl_fnmatch.c74 static int parsekeyword(unsigned char **pattern, unsigned char *charset) in parsekeyword()
143 static void setcharorrange(unsigned char **pp, unsigned char *charset) in setcharorrange()
165 static int setcharset(unsigned char **p, unsigned char *charset) in setcharset()
262 unsigned char charset[CURLFNM_CHSET_SIZE] = { 0 }; in loop() local
/third_party/node/deps/npm/node_modules/negotiator/lib/
Dcharset.js82 function getCharsetPriority(charset, accepted, index) { argument
101 function specify(charset, spec, index) { argument
/third_party/typescript/tests/baselines/reference/config/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/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.java1165 Charset charset = provider.charsetForName(encoding); in TestAPISemantics() local
1611 Charset charset = provider.charsetForName(encoding); in TestCanConvert() local
2413 Charset charset = provider.charsetForName("x-abracadabra"); in TestJB4897() local
5051 Charset charset = provider.charsetForName("iso-2022-jp"); in TestInvalidInput() local
5097 …Charset charset = ((CharsetProviderICU)provider).charsetForName(charsetName, "com/ibm/icu/dev/data… in TestCharsetTestData() local
5229 CharsetICU charset = (CharsetICU)cs.charsetForName("scsu"); in TestSCSUConverter() local
5506 CharsetICU charset = (CharsetICU)cs.charsetForName("BOCU-1"); in TestBOCU1Converter() local
5573 Charset charset = provider.charsetForName("UTF16"); in TestCharsetICUCodeCoverage() local
5610 Charset charset = provider.charsetForName(lmbcsNames[i]); in TestCharsetLMBCS() local
5680 Charset charset = provider.charsetForName(names[i]); in TestAmbiguousConverter() local
[all …]
/third_party/node/test/js-native-api/test_string/
Dtest_null.c6 #define DECLARE_TEST(charset, str_arg) \ argument
/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.py144 def _encode_text(string, charset, cte, policy): argument
183 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
Dquoprimime.py127 def header_encode(header_bytes, charset='iso-8859-1'): argument
/third_party/python/Lib/re/
D_compiler.py214 def _compile_charset(charset, flags, code): argument
241 def _optimize_charset(charset, iscased=None, fixup=None, fixes=None): argument
/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/node/deps/undici/src/node_modules/@fastify/busboy/lib/utils/
DdecodeText.js10 function getDecoder (charset) { argument
/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/node/deps/npm/node_modules/negotiator/
Dindex.js38 Negotiator.prototype.charset = function charset(available) { method in Negotiator
/third_party/python/Modules/_sre/
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
1639 SRE_CODE* charset = NULL; in SRE() local
/third_party/ltp/testcases/kernel/device-drivers/nls/
DnlsTest.c217 char charset[20] = "David"; in test_nls_base() local
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
DInputFile.java37 private Charset charset; field in InputFile
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java450 public static ByteString copyFrom(String text, Charset charset) { in copyFrom()
799 public final String toString(Charset charset) { in toString()
809 protected abstract String toStringInternal(Charset charset); in toStringInternal()
1396 protected final String toStringInternal(Charset charset) { in toStringInternal()

1234