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

  /external/webkit/Source/WebCore/platform/text/
TextCodecUTF8.h 45 void handlePartialSequence(UChar*& destination, const uint8_t*& source, const uint8_t* end, bool flush, bool stopOnError, bool& sawError);
TextCodecUTF8.cpp 169 void TextCodecUTF8::handlePartialSequence(UChar*& destination, const uint8_t*& source, const uint8_t* end, bool flush, bool stopOnError, bool& sawError)
235 handlePartialSequence(destinationForHandlePartialSequence, sourceForHandlePartialSequence, end, flush, stopOnError, sawError);

Completed in 459 milliseconds