Searched defs:decodeToBuffer (Results 1 - 1 of 1) sorted by relevance

/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);

Completed in 72 milliseconds