Searched refs:uniCount (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_encodings.c240 ItemCount uniCount; local
256 error = hfs_get_unicode(hfs_str, uniStr, MAX_HFS_UNICODE_CHARS, &uniCount);
258 if (uniCount == 0)
262 error = utf8_encodestr(uniStr, uniCount * sizeof(UniChar), dstStr, &utf8len, maxDstLen , ':', 0);
264 *actualDstLen = utf8_encodelen(uniStr, uniCount * sizeof(UniChar), ':', 0);
282 ItemCount uniCount; local
297 error = mac_roman_to_unicode(hfs_str, uniStr, MAX_HFS_UNICODE_CHARS, &uniCount);
299 if (uniCount == 0)
303 error = utf8_encodestr(uniStr, uniCount * sizeof(UniChar), dstStr, &utf8len, maxDstLen , ':', 0);
305 *actualDstLen = utf8_encodelen(uniStr, uniCount * sizeo
[all...]
H A Dhfs_catalog.c4103 u_int32_t uniCount; local
4109 kHFSPlusMaxFileNameChars, &uniCount);
4119 &uniCount);
4122 keyp->nodeName.length = uniCount;

Completed in 20 milliseconds