Searched defs:dstStr (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/hfs/hfscommon/Unicode/
H A DUnicodeWrappers.c487 ConvertUnicodeToUTF8Mangled(ByteCount srcLen, ConstUniCharArrayPtr srcStr, ByteCount maxDstLen, ByteCount *actualDstLen, unsigned char* dstStr, HFSCatalogNodeID cnid) argument
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_encodings.c287 hfs_to_utf8(ExtendedVCB *vcb, const Str31 hfs_str, ByteCount maxDstLen, ByteCount *actualDstLen, unsigned char* dstStr) argument
328 mac_roman_to_utf8(const Str31 hfs_str, ByteCount maxDstLen, ByteCount *actualDstLen, unsigned char* dstStr) argument
370 unicode_to_hfs(ExtendedVCB *vcb, ByteCount srcLen, u_int16_t* srcStr, Str31 dstStr, int retry) argument
404 utf8_to_mac_roman(ByteCount srcLen, const unsigned char* srcStr, Str31 dstStr) argument
[all...]

Completed in 23 milliseconds