| /kernel/linux/linux-6.6/fs/jfs/ |
| H A D | jfs_unicode.h | 22 static inline wchar_t *UniStrcpy(wchar_t * ucs1, const wchar_t * ucs2) in UniStrcpy() argument 35 static inline __le16 *UniStrncpy_le(__le16 * ucs1, const __le16 * ucs2, in UniStrncpy_le() argument 52 static inline int UniStrncmp_le(const wchar_t * ucs1, const __le16 * ucs2, in UniStrncmp_le() argument 67 static inline __le16 *UniStrncpy_to_le(__le16 * ucs1, const wchar_t * ucs2, in UniStrncpy_to_le() argument 84 UniStrncpy_from_le(wchar_t * ucs1, const __le16 * ucs2, size_t n) UniStrncpy_from_le() argument [all...] |
| /kernel/linux/linux-5.10/fs/jfs/ |
| H A D | jfs_unicode.h | 29 static inline wchar_t *UniStrcpy(wchar_t * ucs1, const wchar_t * ucs2) in UniStrcpy() argument 42 static inline __le16 *UniStrncpy_le(__le16 * ucs1, const __le16 * ucs2, in UniStrncpy_le() argument 59 static inline int UniStrncmp_le(const wchar_t * ucs1, const __le16 * ucs2, in UniStrncmp_le() argument 74 static inline __le16 *UniStrncpy_to_le(__le16 * ucs1, const wchar_t * ucs2, in UniStrncpy_to_le() argument 91 UniStrncpy_from_le(wchar_t * ucs1, const __le16 * ucs2, size_t n) UniStrncpy_from_le() argument [all...] |
| /third_party/node/lib/ |
| H A D | punycode.js | |
| /third_party/icu/icu4c/source/common/ |
| H A D | ustr_cnv.cpp | 204 u_austrncpy(char *s1, const UChar *ucs2, int32_t n) u_austrncpy() argument
|
| /third_party/node/test/parallel/ |
| H A D | test-http2-createwritereq.js | |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | ustr_cnv.cpp | 204 u_austrncpy(char *s1, const char16_t *ucs2, int32_t n) u_austrncpy() argument
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | ustr_cnv.cpp | 204 u_austrncpy(char *s1, const UChar *ucs2, int32_t n) u_austrncpy() argument
|
| /kernel/linux/linux-6.6/fs/nls/ |
| H A D | nls_ucs2_utils.h | 50 static inline wchar_t *UniStrcat(wchar_t *ucs1, const wchar_t *ucs2) in UniStrcat() argument 87 static inline int UniStrcmp(const wchar_t *ucs1, const wchar_t *ucs2) in UniStrcmp() argument 99 static inline wchar_t *UniStrcpy(wchar_t *ucs1, const wchar_t *ucs2) in UniStrcpy() argument 139 static inline wchar_t *UniStrncat(wchar_t *ucs1, const wchar_t *ucs2, size_t n) in UniStrncat() argument 157 UniStrncmp(const wchar_t *ucs1, const wchar_t *ucs2, size_t n) UniStrncmp() argument 172 UniStrncmp_le(const wchar_t *ucs1, const wchar_t *ucs2, size_t n) UniStrncmp_le() argument 186 UniStrncpy(wchar_t *ucs1, const wchar_t *ucs2, size_t n) UniStrncpy() argument 202 UniStrncpy_le(wchar_t *ucs1, const wchar_t *ucs2, size_t n) UniStrncpy_le() argument 222 UniStrstr(const wchar_t *ucs1, const wchar_t *ucs2) UniStrstr() argument [all...] |
| /kernel/linux/linux-5.10/fs/cifs/ |
| H A D | cifs_unicode.h | 118 UniStrcat(__le16 *ucs1, const __le16 *ucs2) in UniStrcat() argument 155 UniStrcmp(const wchar_t *ucs1, const wchar_t *ucs2) in UniStrcmp() argument 168 UniStrcpy(wchar_t *ucs1, const wchar_t *ucs2) in UniStrcpy() argument 210 UniStrncat(wchar_t *ucs1, const wchar_t *ucs2, size_t n) in UniStrncat() argument 228 UniStrncmp(const wchar_t *ucs1, const wchar_t *ucs2, size_t n) UniStrncmp() argument 243 UniStrncmp_le(const wchar_t *ucs1, const wchar_t *ucs2, size_t n) UniStrncmp_le() argument 258 UniStrncpy(wchar_t *ucs1, const wchar_t *ucs2, size_t n) UniStrncpy() argument 275 UniStrncpy_le(wchar_t *ucs1, const wchar_t *ucs2, size_t n) UniStrncpy_le() argument 296 UniStrstr(const wchar_t *ucs1, const wchar_t *ucs2) UniStrstr() argument [all...] |
| /kernel/linux/linux-5.10/fs/exfat/ |
| H A D | nls.c | 405 exfat_convert_char_to_ucs2(struct nls_table *nls, const unsigned char *ch, int ch_len, unsigned short *ucs2, int *lossy) exfat_convert_char_to_ucs2() argument 429 exfat_convert_ucs2_to_char(struct nls_table *nls, unsigned short ucs2, unsigned char *ch, int *lossy) exfat_convert_ucs2_to_char() argument
|
| /kernel/linux/linux-6.6/fs/exfat/ |
| H A D | nls.c | 405 exfat_convert_char_to_ucs2(struct nls_table *nls, const unsigned char *ch, int ch_len, unsigned short *ucs2, int *lossy) exfat_convert_char_to_ucs2() argument 429 exfat_convert_ucs2_to_char(struct nls_table *nls, unsigned short ucs2, unsigned char *ch, int *lossy) exfat_convert_ucs2_to_char() argument
|
| /third_party/python/Include/cpython/ |
| H A D | unicodeobject.h | 228 Py_UCS2 *ucs2; member
|
| /kernel/linux/linux-5.10/fs/vboxsf/ |
| H A D | shfl_hostintf.h | 73 u16 ucs2[1]; /* misnomer, use utf16. */ member
|
| /third_party/python/Objects/ |
| H A D | unicodeobject.c | 2087 Py_UCS2 *ucs2 = start; in unicode_write_cstr() local 12773 Py_UCS2 *ucs2 = PyUnicode_2BYTE_DATA(u); in unicode_repeat() local
|