Searched refs:decodeToBuffer (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecICU.cpp289 int TextCodecICU::decodeToBuffer(UChar* target, UChar* targetLimit, const char*& source, const char* sourceLimit, int32_t* offsets, bool flush, UErrorCode& err) function in class:WTF::TextCodecICU
357 int ucharsDecoded = decodeToBuffer(buffer, bufferLimit, source, sourceLimit, offsets, flush != DoNotFlush, err);
364 decodeToBuffer(buffer, bufferLimit, source, sourceLimit, offsets, true, err);
H A DTextCodecICU.h64 int decodeToBuffer(UChar* buffer, UChar* bufferLimit, const char*& source,

Completed in 556 milliseconds