| /kernel/linux/linux-5.10/arch/s390/include/asm/ |
| H A D | ebcdic.h | 23 codepage_convert(const __u8 *codepage, volatile char *addr, unsigned long nr) in codepage_convert() argument
|
| /kernel/linux/linux-6.6/arch/s390/include/asm/ |
| H A D | ebcdic.h | 23 codepage_convert(const __u8 *codepage, volatile char *addr, unsigned long nr) in codepage_convert() argument
|
| /kernel/linux/linux-5.10/fs/jfs/ |
| H A D | jfs_unicode.c | 19 jfs_strfromUCS_le(char *to, const __le16 * from, int len, struct nls_table *codepage) jfs_strfromUCS_le() argument 69 jfs_strtoUCS(wchar_t * to, const unsigned char *from, int len, struct nls_table *codepage) jfs_strtoUCS() argument
|
| /kernel/linux/linux-6.6/fs/jfs/ |
| H A D | jfs_unicode.c | 19 jfs_strfromUCS_le(char *to, const __le16 * from, int len, struct nls_table *codepage) jfs_strfromUCS_le() argument 69 jfs_strtoUCS(wchar_t * to, const unsigned char *from, int len, struct nls_table *codepage) jfs_strtoUCS() argument
|
| /kernel/linux/linux-6.6/fs/smb/client/ |
| H A D | smbencrypt.c | 72 E_md4hash(const unsigned char *passwd, unsigned char *p16, const struct nls_table *codepage) E_md4hash() argument
|
| H A D | cifs_unicode.c | 177 cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen, const struct nls_table *codepage, int map_type) cifs_from_utf16() argument 248 cifs_strtoUTF16(__le16 *to, const char *from, int len, const struct nls_table *codepage) cifs_strtoUTF16() argument 304 cifs_utf16_bytes(const __le16 *from, int maxbytes, const struct nls_table *codepage) cifs_utf16_bytes() argument 346 cifs_strndup_from_utf16(const char *src, const int maxlen, const bool is_unicode, const struct nls_table *codepage) cifs_strndup_from_utf16() argument 586 cifs_local_to_utf16_bytes(const char *from, int len, const struct nls_table *codepage) cifs_local_to_utf16_bytes() argument [all...] |
| H A D | dir.c | 806 struct nls_table *codepage = CIFS_SB(dentry->d_sb)->local_nls; local 827 struct nls_table *codepage = CIFS_SB(dentry->d_sb)->local_nls; local
|
| /third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
| H A D | UConverterStaticData.java | 18 int codepage; /* +64: 4 codepage # (now IBM-$codepage) */ field in UConverterStaticData
|
| H A D | CharsetICU.java | 75 int codepage; /* +64: 4 codepage # (now IBM-$codepage) */ field in CharsetICU
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | nls.h | 96 nls_nullsize(const struct nls_table *codepage) in nls_nullsize() argument
|
| /kernel/linux/linux-5.10/fs/cifs/ |
| H A D | smbencrypt.c | 169 E_md4hash(const unsigned char *passwd, unsigned char *p16, const struct nls_table *codepage) E_md4hash() argument 192 SMBNTencrypt(unsigned char *passwd, unsigned char *c8, unsigned char *p24, const struct nls_table *codepage) SMBNTencrypt() argument
|
| H A D | cifs_unicode.c | 179 cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen, const struct nls_table *codepage, int map_type) cifs_from_utf16() argument 250 cifs_strtoUTF16(__le16 *to, const char *from, int len, const struct nls_table *codepage) cifs_strtoUTF16() argument 306 cifs_utf16_bytes(const __le16 *from, int maxbytes, const struct nls_table *codepage) cifs_utf16_bytes() argument 348 cifs_strndup_from_utf16(const char *src, const int maxlen, const bool is_unicode, const struct nls_table *codepage) cifs_strndup_from_utf16() argument 588 cifs_local_to_utf16_bytes(const char *from, int len, const struct nls_table *codepage) cifs_local_to_utf16_bytes() argument [all...] |
| H A D | dir.c | 825 struct nls_table *codepage = CIFS_SB(dentry->d_sb)->local_nls; in cifs_ci_hash() local 846 struct nls_table *codepage = CIFS_SB(dentry->d_sb)->local_nls; in cifs_ci_compare() local
|
| /kernel/linux/linux-6.6/fs/smb/server/ |
| H A D | unicode.c | 106 smb_utf16_bytes(const __le16 *from, int maxbytes, const struct nls_table *codepage) smb_utf16_bytes() argument 160 smb_from_utf16(char *to, const __le16 *from, int tolen, int fromlen, const struct nls_table *codepage, bool mapchar) smb_from_utf16() argument 233 smb_strtoUTF16(__le16 *to, const char *from, int len, const struct nls_table *codepage) smb_strtoUTF16() argument 290 smb_strndup_from_utf16(const char *src, const int maxlen, const bool is_unicode, const struct nls_table *codepage) smb_strndup_from_utf16() argument [all...] |
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | nls.h | 96 nls_nullsize(const struct nls_table *codepage) in nls_nullsize() argument
|
| /third_party/icu/icu4c/source/io/ |
| H A D | ufile.cpp | 63 finit_owner(FILE *f, const char *locale, const char *codepage, UBool takeOwnership ) finit_owner() argument 118 u_finit(FILE *f, const char *locale, const char *codepage) u_finit() argument 126 u_fadopt(FILE *f, const char *locale, const char *codepage) u_fadopt() argument 134 u_fopen(const char *filename, const char *perm, const char *locale, const char *codepage) u_fopen() argument 171 u_fopen_u(const UChar *filename, const char *perm, const char *locale, const char *codepage) u_fopen_u() argument 342 const char *codepage = NULL; u_fgetcodepage() local 353 u_fsetcodepage( const char *codepage, UFILE *file) u_fsetcodepage() argument [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | unistr_cnv.cpp | 62 UnicodeString(const char *codepageData, const char *codepage) UnicodeString() argument 70 UnicodeString(const char *codepageData, int32_t dataLength, const char *codepage) UnicodeString() argument 298 doCodepageCreate(const char *codepageData, int32_t dataLength, const char *codepage) doCodepageCreate() argument [all...] |
| H A D | ucnv_bld.h | 73 int32_t codepage; /* +64: 4 codepage # (now IBM-$codepage) */ member
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | unistr_cnv.cpp | 62 UnicodeString(const char *codepageData, const char *codepage) UnicodeString() argument 70 UnicodeString(const char *codepageData, int32_t dataLength, const char *codepage) UnicodeString() argument 298 doCodepageCreate(const char *codepageData, int32_t dataLength, const char *codepage) doCodepageCreate() argument [all...] |
| H A D | ucnv_bld.h | 73 int32_t codepage; /* +64: 4 codepage # (now IBM-$codepage) */ member
|
| /third_party/skia/third_party/externals/icu/source/io/ |
| H A D | ufile.cpp | 53 finit_owner(FILE *f, const char *locale, const char *codepage, UBool takeOwnership ) finit_owner() argument 108 u_finit(FILE *f, const char *locale, const char *codepage) u_finit() argument 116 u_fadopt(FILE *f, const char *locale, const char *codepage) u_fadopt() argument 124 u_fopen(const char *filename, const char *perm, const char *locale, const char *codepage) u_fopen() argument 161 u_fopen_u(const UChar *filename, const char *perm, const char *locale, const char *codepage) u_fopen_u() argument 332 const char *codepage = NULL; u_fgetcodepage() local 343 u_fsetcodepage( const char *codepage, UFILE *file) u_fsetcodepage() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | unistr_cnv.cpp | 62 UnicodeString(const char *codepageData, const char *codepage) UnicodeString() argument 70 UnicodeString(const char *codepageData, int32_t dataLength, const char *codepage) UnicodeString() argument 298 doCodepageCreate(const char *codepageData, int32_t dataLength, const char *codepage) doCodepageCreate() argument [all...] |
| H A D | ucnv_bld.h | 73 int32_t codepage; /* +64: 4 codepage # (now IBM-$codepage) */ member
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | ucsdetst.c | 71 static char *extractBytes(const UChar *src, int32_t length, const char *codepage, int32_t *byteLength) in extractBytes() argument
|
| /third_party/python/Modules/ |
| H A D | _codecsmodule.c | 632 _codecs_code_page_decode_impl(PyObject *module, int codepage, in _codecs_code_page_decode_impl() argument
|