Searched defs:srcLen (Results 1 – 7 of 7) sorted by relevance
/haiku/src/kits/textencoding/ |
H A D | utf8_conversions.cpp | 79 int32* srcLen, char* dst, int32* dstLen, int32* state, in convert_encoding() 170 convert_to_utf8(uint32 srcEncoding, const char* src, int32* srcLen, in convert_to_utf8() 192 convert_from_utf8(uint32 dstEncoding, const char* src, int32* srcLen, in convert_from_utf8()
|
/haiku/src/system/libroot/posix/wchar/ |
H A D | mbsrtowcs.cpp | 119 size_t srcLen = backend == NULL ? strlen(*src) + 1 : (size_t)-1; in __mbsrtowcs() local
|
/haiku/src/apps/text_search/ |
H A D | Grepper.cpp | 47 int32 srcLen = length; in strdup_to_utf8() local 72 int32 srcLen = length; in strdup_from_utf8() local
|
/haiku/src/add-ons/kernel/file_systems/fat/ |
H A D | encodings.cpp | 933 int32 *srcLen, in _lendian_unicode_to_utf8() 970 int32 *srcLen, in _utf8_to_lendian_unicode() 1010 int32 *srcLen, in _one_to_utf8() 1048 int32 *srcLen, in _utf8_to_sjis_bendian()
|
/haiku/src/kits/mail/ |
H A D | mail_util.cpp | 211 mail_convert_to_utf8(uint32 srcEncoding, const char *src, int32 *srcLen, in mail_convert_to_utf8() 269 mail_convert_from_utf8(uint32 dstEncoding, const char *src, int32 *srcLen, in mail_convert_from_utf8() 467 int32 srcLen = end - 2 - src; in rfc2047_to_utf8() local
|
/haiku/src/apps/terminal/ |
H A D | TermParse.cpp | 407 int32 srcLen = 0; in EscParse() local
|
/haiku/src/add-ons/kernel/file_systems/iso9660/ |
H A D | iso9660.cpp | 95 unicode_to_utf8(const char *src, int32 *srcLen, char *dst, int32 *dstLen) in unicode_to_utf8()
|