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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c192 key->hfsPlus.keyLength += sizeof(UniChar) * cName->ustr.length; // add CName size to key length
333 dstName->ustr.length = 0; // set length byte to zero (works for both unicode and pascal)
338 length = sizeof(UniChar) * (srcName->ustr.length + 1);
345 dstName->ustr.length = 0; // set length byte to zero (works for both unicode and pascal)
/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h156 HFSUniStr255 ustr; member in union:CatalogName
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.c2929 namelen = cnp->ustr.length;
2940 chp = &cnp->ustr.unicode[0];
2953 result = utf8_encodestr(cnp->ustr.unicode, namelen * sizeof(UniChar),
2972 result = ConvertUnicodeToUTF8Mangled(cnp->ustr.length * sizeof(UniChar),
2973 cnp->ustr.unicode, maxnamelen + 1,
3041 bufsize = 1 + utf8_encodelen(cnp->ustr.unicode,
3042 cnp->ustr.length * sizeof(UniChar),
3045 result = utf8_encodestr(cnp->ustr.unicode,
3046 cnp->ustr.length * sizeof(UniChar),

Completed in 29 milliseconds