| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | intltest.cpp | 2347 UChar *IntlTest::ReadAndConvertFile(const char *fileName, int &ulen, const char *encoding, UErrorCode &status) { in ReadAndConvertFile() argument
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-regexp-gen.cc | 411 GetStringPointers( TNode<RawPtrT> string_data, TNode<IntPtrT> offset, TNode<IntPtrT> last_index, TNode<IntPtrT> string_length, String::Encoding encoding, TVariable<RawPtrT>* var_string_start, TVariable<RawPtrT>* var_string_end) GetStringPointers() argument
|
| H A D | builtins-string-gen.cc | 1441 LoadSurrogatePairAt( TNode<String> string, TNode<IntPtrT> length, TNode<IntPtrT> index, UnicodeEncoding encoding) LoadSurrogatePairAt() argument
|
| /third_party/python/Python/ |
| H A D | traceback.c | 427 const char *encoding; in display_source_line_with_margin() local
|
| H A D | fileutils.c | 215 char encoding[20]; /* longest name: "iso_646.irv_1991\0" */ in check_force_ascii() local 928 wchar_t *encoding = _Py_GetLocaleEncoding(); _Py_GetLocaleEncodingObject() local [all...] |
| H A D | errors.c | 1754 err_programtext(PyThreadState *tstate, FILE *fp, int lineno, const char* encoding) in err_programtext() argument 1812 _PyErr_ProgramDecodedTextObject(PyObject *filename, int lineno, const char* encoding) in _PyErr_ProgramDecodedTextObject() argument
|
| H A D | initconfig.c | 509 Py_SetStandardStreamEncoding(const char *encoding, const char *errors) in Py_SetStandardStreamEncoding() argument 1888 wchar_t *encoding; in config_get_locale_encoding() local [all...] |
| H A D | pylifecycle.c | 2217 create_stdio(const PyConfig *config, PyObject* io, int fd, int write_mode, const char* name, const wchar_t* encoding, const wchar_t* errors) create_stdio() argument
|
| /third_party/python/Lib/ |
| H A D | tarfile.py | 1655 encoding = ENCODING # Encoding for 8-bit character strings. global() variable in TarFile [all...] |
| /third_party/python/Lib/idlelib/ |
| H A D | editor.py | 55 from idlelib.iomenu import IOBinding, encoding namespace
|
| /third_party/skia/third_party/externals/libpng/ |
| H A D | pngread.c | 1941 decode_gamma(png_image_read_control *display, png_uint_32 value, int encoding) in decode_gamma() argument 1980 png_colormap_compose(png_image_read_control *display, png_uint_32 foreground, int foreground_encoding, png_uint_32 alpha, png_uint_32 background, int encoding) png_colormap_compose() argument 2017 png_create_colormap_entry(png_image_read_control *display, png_uint_32 ip, png_uint_32 red, png_uint_32 green, png_uint_32 blue, png_uint_32 alpha, int encoding) png_create_colormap_entry() argument [all...] |
| /third_party/skia/third_party/externals/freetype/include/freetype/ |
| H A D | freetype.h | 855 FT_Encoding encoding; global() member [all...] |
| /third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
| H A D | cfftypes.h | 358 CFF_EncodingRec encoding; member
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
| H A D | tinyxml.h | 1342 TIXML_STRING encoding; global() member in TiXmlDeclaration [all...] |
| /third_party/python/Lib/xml/dom/ |
| H A D | minidom.py | 1374 encoding = None global() variable in Entity 1564 encoding = None global() variable in Document [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_codecs.py | 453 encoding = "utf-32" global() variable in UTF32Test 549 encoding = "utf-32-le" global() variable in UTF32LETest 595 encoding = "utf-32-be" global() variable in UTF32BETest 641 encoding = "utf-16" global() variable in UTF16Test 740 encoding = "utf-16-le" global() variable in UTF16LETest 784 encoding = "utf-16-be" global() variable in UTF16BETest 828 encoding = "utf-8" global() variable in UTF8Test 922 encoding = "utf-7" global() variable in UTF7Test 1080 encoding = "utf-8-sig" global() variable in UTF8SigTest 2374 encoding = "unicode-escape" global() variable in UnicodeEscapeTest 2507 encoding = "raw-unicode-escape" global() variable in RawUnicodeEscapeTest [all...] |
| /third_party/skia/third_party/externals/expat/expat/lib/ |
| H A D | xmltok.c | 1165 const ENCODING **encoding, int *standalone) { variable [all...] |
| /third_party/python/Programs/ |
| H A D | _testembed.c | 209 static void check_stdio_details(const char *encoding, const char * errors) in check_stdio_details() argument [all...] |
| /third_party/python/Objects/ |
| H A D | bytearrayobject.c | 752 bytearray___init___impl(PyByteArrayObject *self, PyObject *arg, const char *encoding, const char *errors) bytearray___init___impl() argument 1974 bytearray_decode_impl(PyByteArrayObject *self, const char *encoding, const char *errors) bytearray_decode_impl() argument [all...] |
| /third_party/python/Modules/_io/ |
| H A D | textio.c | 638 PyObject *encoding; member 1064 _io_TextIOWrapper___init___impl(textio *self, PyObject *buffer, const char *encoding, PyObject *errors, const char *newline, int line_buffering, int write_through) _io_TextIOWrapper___init___impl() argument 1247 textiowrapper_change_encoding(textio *self, PyObject *encoding, PyObject *errors, int newline_changed) textiowrapper_change_encoding() argument 1320 _io_TextIOWrapper_reconfigure_impl(textio *self, PyObject *encoding, PyObject *errors, PyObject *newline_obj, PyObject *line_buffering_obj, PyObject *write_through_obj) _io_TextIOWrapper_reconfigure_impl() argument [all...] |
| /third_party/python/Modules/expat/ |
| H A D | xmltok.c | 1162 const ENCODING **encoding, int *standalone) { variable [all...] |
| /third_party/python/Modules/ |
| H A D | pyexpat.c | 1133 newxmlparseobject(pyexpat_state *state, const char *encoding, in newxmlparseobject() argument 936 pyexpat_xmlparser_ExternalEntityParserCreate_impl(xmlparseobject *self, PyTypeObject *cls, const char *context, const char *encoding) pyexpat_xmlparser_ExternalEntityParserCreate_impl() argument 1526 pyexpat_ParserCreate_impl(PyObject *module, const char *encoding, const char *namespace_separator, PyObject *intern) pyexpat_ParserCreate_impl() argument [all...] |
| /third_party/spirv-tools/source/val/ |
| H A D | validate_extensions.cpp | 1038 uint32_t encoding = dbg_type->word(7); in IsDebugVariableWithIntScalarType() local 3229 uint32_t encoding = component_count_type->word(7); in ValidateExtInst() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | interworking.c | 344 u8 encoding; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | interworking.c | 347 u8 encoding; member
|