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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_utfconv.c894 u_int32_t usedLength; local
903 usedLength = 0;
906 usedLength = unicode_recursive_decompose((u_int16_t)*bmpMappings, convertedChars);
909 if (!usedLength)
912 convertedChars += usedLength;
915 usedLength += length;
920 return (usedLength);

Completed in 69 milliseconds