Home
last modified time | relevance | path

Searched defs:srcLen (Results 1 – 7 of 7) sorted by relevance

/haiku/src/kits/textencoding/
H A Dutf8_conversions.cpp79 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 Dmbsrtowcs.cpp119 size_t srcLen = backend == NULL ? strlen(*src) + 1 : (size_t)-1; in __mbsrtowcs() local
/haiku/src/apps/text_search/
H A DGrepper.cpp47 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 Dencodings.cpp933 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 Dmail_util.cpp211 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 DTermParse.cpp407 int32 srcLen = 0; in EscParse() local
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660.cpp95 unicode_to_utf8(const char *src, int32 *srcLen, char *dst, int32 *dstLen) in unicode_to_utf8()