Home
last modified time | relevance | path

Searched defs:ascii (Results 26 - 46 of 46) sorted by relevance

12

/third_party/node/deps/icu-small/source/common/
H A Ducasemap.cpp238 char ascii = (char)(lead + d); in toLower() local
346 char ascii = (char)(lead + d); in toUpper() local
/third_party/icu/icu4c/source/test/cintltst/
H A Dbocu1tst.c937 static const UChar ascii[]={ 0x61, 0x62, 0x20, 0x63, 0x61 }; variable
/third_party/lwip/src/netif/ppp/
H A Dchap_ms.c564 static void ascii2unicode(const char ascii[], int ascii_len, u_char unicode[]) { in ascii2unicode() argument
/third_party/python/Include/cpython/
H A Dunicodeobject.h195 unsigned int ascii:1; member
[all...]
/third_party/python/Lib/test/
H A Dtest_cmd_line.py264 code = 'import sys, os; s=os.fsencode(sys.argv[1]); print(ascii(s))' namespace
[all...]
/third_party/curl/packages/OS400/
H A Dccsidcurl.c239 keyed_string(localkey_t key, const char *ascii, unsigned int ccsid) in keyed_string() argument
/third_party/gn/src/base/strings/
H A Dstring_util.cc518 bool EqualsASCII(std::u16string_view str, std::string_view ascii) { in EqualsASCII() argument
/third_party/alsa-utils/topology/
H A Dpre-process-object.c1775 char *ascii; in tplg_evaluate_config_string() local
/third_party/libsnd/src/
H A Dcommon.c1207 char ascii [17] ; in psf_hexdump() local
/third_party/icu/icu4c/source/test/intltest/
H A Dtestidna.cpp244 const char *ascii; member
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_string.cpp1960 const char *ascii; member
2097 const char *ascii = NULL; in ForceASCII() local
/third_party/curl/lib/
H A Dftp.c3523 ftp_nb_type(struct Curl_easy *data, struct connectdata *conn, bool ascii, ftpstate newstate) ftp_nb_type() argument
/third_party/ntfs-3g/libntfs-3g/
H A Ddir.c661 char *ascii = NULL; in ntfs_pathname_to_inode() local
/third_party/python/Python/
H A Dtraceback.c1091 PyASCIIObject *ascii = _PyASCIIObject_CAST(text); in _Py_DumpASCII() local
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dpng.c2903 png_ascii_from_fp(png_const_structrp png_ptr, png_charp ascii, size_t size, in png_ascii_from_fp() argument
3233 png_ascii_from_fixed(png_const_structrp png_ptr, png_charp ascii, size_t size, png_fixed_point fp) png_ascii_from_fixed() argument
[all...]
/third_party/python/Modules/_io/
H A Dbufferedio.c280 PyObject *ascii = PyObject_ASCII((PyObject*)self); in _enter_buffered_busy() local
/third_party/python/Objects/
H A Dobject.c517 PyObject *repr, *ascii, *res; in PyObject_ASCII() local
H A Dunicodeobject.c509 PyASCIIObject *ascii = _PyASCIIObject_CAST(op); in _PyUnicode_CheckConsistency() local
1333 PyASCIIObject *ascii = _PyASCIIObject_CAST(op); _PyUnicode_Dump() local
1967 PyASCIIObject *ascii = _PyASCIIObject_CAST(unicode); unicode_is_singleton() local
3050 PyObject *ascii; unicode_fromformat_arg() local
13960 _PyUnicodeWriter_WriteASCIIString(_PyUnicodeWriter *writer, const char *ascii, Py_ssize_t len) _PyUnicodeWriter_WriteASCIIString() argument
16106 PyASCIIObject *ascii = _PyASCIIObject_CAST(op); unicode_static_dealloc() local
[all...]
/third_party/python/Modules/
H A D_cursesmodule.c2450 PyObject *ascii; in PyCursesWindow_set_encoding() local
/third_party/alsa-lib/src/
H A Dconf.c1778 int snd_config_get_type_ascii(const char *ascii, snd_config_type_t *type) in snd_config_get_type_ascii() argument
3107 snd_config_set_ascii(snd_config_t *config, const char *ascii) snd_config_set_ascii() argument
3325 snd_config_get_ascii(const snd_config_t *config, char **ascii) snd_config_get_ascii() argument
[all...]
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp10591 namespace ascii { namespace
12662 uint16x8_t ascii = vandq_u16(perm, vmovq_n_u16(0x7f)); // 6 or 7 bits convert_utf8_1_to_2_byte_to_utf16() local
13301 uint16x4_t ascii = vand_u16(lowperm, vmov_n_u16(0x7F)); convert_masked_utf8_to_utf16() local
13386 uint32x4_t ascii = vandq_u32(perm, vmovq_n_u32(0x7f)); convert_masked_utf8_to_utf16() local
13541 uint32x4_t ascii = vandq_u32(perm, vmovq_n_u32(0x7F)); // 6 or 7 bits convert_masked_utf8_to_utf32() local
13602 uint32x4_t ascii = vandq_u32(perm, vmovq_n_u32(0x7F)); convert_masked_utf8_to_utf32() local
13689 uint16x8_t ascii = vandq_u16(perm, vmovq_n_u16(0x7f)); // 6 or 7 bits convert_masked_utf8_to_latin1() local
[all...]

Completed in 77 milliseconds

12