Searched refs:stringSize (Results 1 - 3 of 3) sorted by last modified time

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DStringPrototype.cpp1402 unsigned stringSize = s.length(); local
1403 unsigned bufferSize = 22 + stringSize;
1423 memcpy(&buffer[15], s.characters(), stringSize * sizeof(UChar));
1424 buffer[15 + stringSize] = '<';
1425 buffer[16 + stringSize] = '/';
1426 buffer[17 + stringSize] = 'f';
1427 buffer[18 + stringSize] = 'o';
1428 buffer[19 + stringSize] = 'n';
1429 buffer[20 + stringSize] = 't';
1430 buffer[21 + stringSize]
1464 unsigned stringSize = s.length(); local
[all...]
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibDevice.cpp1346 UInt32 stringSize ; local
1355 stringSize = outputVal & 0xFFFFFFFF;
/macosx-10.9.5/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)) {

Completed in 288 milliseconds