Searched refs:hfs_str (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_encodings.h57 typedef int (* hfs_to_unicode_func_t)(const Str31 hfs_str, UniChar *uni_str,
61 Str31 hfs_str);
H A Dhfs_encodings.c68 static int unicode_to_mac_roman(UniChar *uni_str, u_int32_t unicodeChars, Str31 hfs_str);
236 hfs_to_utf8(ExtendedVCB *vcb, const Str31 hfs_str, ByteCount maxDstLen, ByteCount *actualDstLen, unsigned char* dstStr) argument
249 pascal_length = *((const u_int8_t*)(hfs_str));
256 error = hfs_get_unicode(hfs_str, uniStr, MAX_HFS_UNICODE_CHARS, &uniCount);
278 mac_roman_to_utf8(const Str31 hfs_str, ByteCount maxDstLen, ByteCount *actualDstLen, unsigned char* dstStr) argument
290 pascal_length = *((const u_int8_t*)(hfs_str));
297 error = mac_roman_to_unicode(hfs_str, uniStr, MAX_HFS_UNICODE_CHARS, &uniCount);
479 static int unicode_to_mac_roman(UniChar *uni_str, u_int32_t unicodeChars, Str31 hfs_str) argument
493 p = &hfs_str[1];
599 hfs_str[
653 mac_roman_to_unicode(const Str31 hfs_str, UniChar *uni_str, __unused u_int32_t maxCharLen, u_int32_t *unicodeChars) argument
[all...]
H A Dhfs.h664 int hfs_to_utf8(ExtendedVCB *vcb, const Str31 hfs_str, ByteCount maxDstLen,
670 int mac_roman_to_utf8(const Str31 hfs_str, ByteCount maxDstLen, ByteCount *actualDstLen,
675 int mac_roman_to_unicode(const Str31 hfs_str, UniChar *uni_str, u_int32_t maxCharLen, u_int32_t *usedCharLen);

Completed in 18 milliseconds