| /third_party/node/deps/icu-small/source/common/ |
| H A D | ucasemap.cpp | 238 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 D | bocu1tst.c | 937 static const UChar ascii[]={ 0x61, 0x62, 0x20, 0x63, 0x61 }; variable
|
| /third_party/lwip/src/netif/ppp/ |
| H A D | chap_ms.c | 564 static void ascii2unicode(const char ascii[], int ascii_len, u_char unicode[]) { in ascii2unicode() argument
|
| /third_party/python/Include/cpython/ |
| H A D | unicodeobject.h | 195 unsigned int ascii:1; member [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_cmd_line.py | 264 code = 'import sys, os; s=os.fsencode(sys.argv[1]); print(ascii(s))' namespace [all...] |
| /third_party/curl/packages/OS400/ |
| H A D | ccsidcurl.c | 239 keyed_string(localkey_t key, const char *ascii, unsigned int ccsid) in keyed_string() argument
|
| /third_party/gn/src/base/strings/ |
| H A D | string_util.cc | 518 bool EqualsASCII(std::u16string_view str, std::string_view ascii) { in EqualsASCII() argument
|
| /third_party/alsa-utils/topology/ |
| H A D | pre-process-object.c | 1775 char *ascii; in tplg_evaluate_config_string() local
|
| /third_party/libsnd/src/ |
| H A D | common.c | 1207 char ascii [17] ; in psf_hexdump() local
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | testidna.cpp | 244 const char *ascii; member
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_string.cpp | 1960 const char *ascii; member 2097 const char *ascii = NULL; in ForceASCII() local
|
| /third_party/curl/lib/ |
| H A D | ftp.c | 3523 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 D | dir.c | 661 char *ascii = NULL; in ntfs_pathname_to_inode() local
|
| /third_party/python/Python/ |
| H A D | traceback.c | 1091 PyASCIIObject *ascii = _PyASCIIObject_CAST(text); in _Py_DumpASCII() local [all...] |
| /third_party/skia/third_party/externals/libpng/ |
| H A D | png.c | 2903 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 D | bufferedio.c | 280 PyObject *ascii = PyObject_ASCII((PyObject*)self); in _enter_buffered_busy() local
|
| /third_party/python/Objects/ |
| H A D | object.c | 517 PyObject *repr, *ascii, *res; in PyObject_ASCII() local
|
| H A D | unicodeobject.c | 509 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.c | 2450 PyObject *ascii; in PyCursesWindow_set_encoding() local
|
| /third_party/alsa-lib/src/ |
| H A D | conf.c | 1778 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 D | simdutf.cpp | 10591 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...] |