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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_encodings.c85 hfs_addconverter(0, kTextEncodingMacRoman, mac_roman_to_unicode, unicode_to_mac_roman);
297 error = mac_roman_to_unicode(hfs_str, uniStr, MAX_HFS_UNICODE_CHARS, &uniCount);
653 mac_roman_to_unicode(const Str31 hfs_str, UniChar *uni_str, function
H A Dhfs.h675 int mac_roman_to_unicode(const Str31 hfs_str, UniChar *uni_str, u_int32_t maxCharLen, u_int32_t *usedCharLen);
H A Dhfs_catalog.c4116 (void) mac_roman_to_unicode(hfskey->nodeName,

Completed in 74 milliseconds