HomeSort by relevance Sort by last modified time
    Searched full:decodetobuffer (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/text/
TextCodecICU.h 57 int decodeToBuffer(UChar* buffer, UChar* bufferLimit, const char*& source,
TextCodecICU.cpp 251 int TextCodecICU::decodeToBuffer(UChar* target, UChar* targetLimit, const char*& source, const char* sourceLimit, int32_t* offsets, bool flush, UErrorCode& err)
319 int ucharsDecoded = decodeToBuffer(buffer, bufferLimit, source, sourceLimit, offsets, flush, err);
326 decodeToBuffer(buffer, bufferLimit, source, sourceLimit, offsets, true, err);

Completed in 190 milliseconds