decodeToBuffer    357 Source/wtf/text/TextCodecICU.cpp         int ucharsDecoded = decodeToBuffer(buffer, bufferLimit, source, sourceLimit, offsets, flush != DoNotFlush, err);
decodeToBuffer    364 Source/wtf/text/TextCodecICU.cpp             decodeToBuffer(buffer, bufferLimit, source, sourceLimit, offsets, true, err);
decodeToBuffer     64 Source/wtf/text/TextCodecICU.h     int decodeToBuffer(UChar* buffer, UChar* bufferLimit, const char*& source,