Searched refs:bufferLength (Results 26 - 40 of 40) sorted by relevance

12

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dloclikely.cpp34 * @param bufferLength The length of the output buffer
40 int32_t bufferLength,
61 else if (resLen >= bufferLength) {
87 * @param bufferLength The length of the output buffer. This is an input/ouput parameter.
94 int32_t* bufferLength) {
96 if (*bufferLength > 0) {
97 buffer[*bufferLength] = '_';
98 ++(*bufferLength);
102 &buffer[*bufferLength],
106 *bufferLength
38 findLikelySubtags(const char* localeID, char* buffer, int32_t bufferLength, UErrorCode* err) argument
90 appendTag( const char* tag, int32_t tagLength, char* buffer, int32_t* bufferLength) argument
[all...]
/macosx-10.10.1/MITKerberosShim-66/test/
H A Dtest-gss-client.c349 size_t bufferLength = 0; local
355 err = ReadEncryptedToken (fd, context, &buffer, &bufferLength);
/macosx-10.10.1/JavaScriptCore-7600.1.17/
H A DtestRegExp.cpp235 static int scanString(char* buffer, int bufferLength, StringBuilder& builder, char termChar) argument
239 for (int i = 0; i < bufferLength; ++i) {
275 if ((i + 4) >= bufferLength)
/macosx-10.10.1/Heimdal-398.1.2/kcm/
H A Dstore.c152 xtsEncrypt_InStruct.bufferLength = (uint64_t) inseed_size;
/macosx-10.10.1/WebKit2-7600.1.25/Shared/cf/
H A DArgumentCodersCF.cpp530 CFIndex bufferLength = 0; local
532 CFIndex numConvertedBytes = CFStringGetBytes(string, range, encoding, 0, false, 0, 0, &bufferLength);
535 Vector<UInt8, 128> buffer(bufferLength);
536 numConvertedBytes = CFStringGetBytes(string, range, encoding, 0, false, buffer.data(), buffer.size(), &bufferLength);
/macosx-10.10.1/cddafs-253/FilesystemProber/
H A Dcddafs_util.cpp1671 CFIndex bufferLength = 0; local
1674 bufferLength = CFDataGetLength ( theData );
1675 buffer = ( UInt8 * ) malloc ( bufferLength );
1677 range = CFRangeMake ( 0, bufferLength );
/macosx-10.10.1/kext_tools-384.1.4/
H A Dkext_tools_util.c49 CFIndex bufferLength = 0; local
55 bufferLength = sizeof('\0') +
59 result = (char *)malloc(bufferLength * sizeof(char));
63 if (!CFStringGetCString(aString, result, bufferLength,
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSecurePromptClient.cpp100 UInt16 bufferLength; // Maximum size of the unicode and raw keystroke buffers member in struct:IOHIDSecurePromptClient_ExpansionData
744 //IOLog("%s insertionPoint = %d; stringLength = %d; bufferLength = %d\n", __func__, _reserved->insertionPoint, _reserved->stringLength, _reserved->bufferLength);
833 //IOLog("%s insertionPoint = %d; stringLength = %d; bufferLength = %d\n", __func__, _reserved->insertionPoint, _reserved->stringLength, _reserved->bufferLength);
1368 if (_reserved->bufferLength >= size)
1372 oldBufferSize = _reserved->bufferLength * (sizeof(UTF32Char) + sizeof(IOHIDSecurePromptClient_RawKeystrokeData));
1395 oldBufferSize = _reserved->bufferLength * (sizeof(UTF32Char) + sizeof(IOHIDSecurePromptClient_RawKeystrokeData));
1398 _reserved->bufferLength = newSize;
/macosx-10.10.1/DiskArbitration-268/autodiskmount/
H A Dautodiskmount.c104 CFIndex bufferLength = CFStringGetLength(string) + 1; local
105 char *buffer = malloc(bufferLength);
108 if (CFStringGetCString(string, buffer, bufferLength, encoding) == FALSE) {
/macosx-10.10.1/ICU-531.30/icuSources/tools/pkgdata/
H A Dpkgdata.cpp1178 int32_t bufferLength = 0; local
1184 bufferLength = uprv_strlen(buffer);
1186 if (bufferLength > 0) {
1187 buffer[bufferLength-1] = 0;
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Duchar.h2704 * @param bufferLength <code>==sizeof(buffer)</code>
2709 * If the bufferLength is less than or equal to the length, then the buffer
2721 char *buffer, int32_t bufferLength,
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Duchar.h2536 * @param bufferLength <code>==sizeof(buffer)</code>
2541 * If the bufferLength is less than or equal to the length, then the buffer
2553 char *buffer, int32_t bufferLength,
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Duchar.h2536 * @param bufferLength <code>==sizeof(buffer)</code>
2541 * If the bufferLength is less than or equal to the length, then the buffer
2553 char *buffer, int32_t bufferLength,
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Duchar.h2536 * @param bufferLength <code>==sizeof(buffer)</code>
2541 * If the bufferLength is less than or equal to the length, then the buffer
2553 char *buffer, int32_t bufferLength,
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOBlockStorageDriver.cpp2793 IOByteCount bufferLength = withRequestBuffer->getLength(); local
2828 while ( segment || bufferOffset < bufferLength )

Completed in 400 milliseconds

12