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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefilex/
H A DMoreFilesX.c531 ByteCount unicodeByteLength; local
543 unicodeByteLength = nameLength * sizeof(UniChar);
544 if ( 0 == unicodeByteLength )
582 result = ConvertFromUnicodeToText(utInfo, unicodeByteLength, name, kUnicodeLooseMappingsMask,
610 ByteCount unicodeByteLength; local
663 &pascalCharsRead, &unicodeByteLength, unicodeName->unicode);
667 unicodeName->length = unicodeByteLength / sizeof(UniChar);
H A DMoreFilesX.cpp527 ByteCount unicodeByteLength; local
539 unicodeByteLength = nameLength * sizeof(UniChar);
540 if ( 0 == unicodeByteLength )
578 result = ConvertFromUnicodeToText(utInfo, unicodeByteLength, name, kUnicodeLooseMappingsMask,
606 ByteCount unicodeByteLength; local
659 &pascalCharsRead, &unicodeByteLength, unicodeName->unicode);
663 unicodeName->length = unicodeByteLength / sizeof(UniChar);

Completed in 43 milliseconds