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

/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSStringRefCF.cpp48 CFIndex convertedSize = CFStringGetBytes(string, CFRangeMake(0, length), kCFStringEncodingISOLatin1, 0, false, lcharBuffer.data(), length, &usedBufferLength); local
49 if (static_cast<size_t>(convertedSize) == length && static_cast<size_t>(usedBufferLength) == length)

Completed in 55 milliseconds