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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecUTF16.cpp87 size_t numCharsOut = ((numBytes & 1) && reallyFlush) ? numCharsIn + 1 : numCharsIn; local
89 StringBuffer<UChar> buffer(numCharsOut);

Completed in 126 milliseconds