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

/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DStringPrototype.cpp1413 unsigned stringSize = s.length(); local
1414 unsigned bufferSize = 22 + stringSize;
1436 buffer[15 + stringSize] = '<';
1437 buffer[16 + stringSize] = '/';
1438 buffer[17 + stringSize] = 'f';
1439 buffer[18 + stringSize] = 'o';
1440 buffer[19 + stringSize] = 'n';
1441 buffer[20 + stringSize] = 't';
1442 buffer[21 + stringSize] = '>';
1476 unsigned stringSize local
[all...]
/macosx-10.10/AppleRAID-4.0.6/
H A Dartest.c112 CFIndex stringSize = CFStringGetMaximumSizeForEncoding(cfstringSize, kCFStringEncodingUTF8) + 1; local
113 char *string = malloc(stringSize);
114 if (CFStringGetCString(cfstring, string, stringSize, kCFStringEncodingUTF8)) {
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibDevice.cpp1346 UInt32 stringSize ; local
1355 stringSize = outputVal & 0xFFFFFFFF;

Completed in 79 milliseconds