Searched refs:handlePartialSequence (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
D | TextCodecUTF8.cpp | 175 bool TextCodecUTF8::handlePartialSequence<LChar>(LChar*& destination, const uint8_t*& source, const… in handlePartialSequence() function in WTF::TextCodecUTF8 218 bool TextCodecUTF8::handlePartialSequence<UChar>(UChar*& destination, const uint8_t*& source, const… in handlePartialSequence() function in WTF::TextCodecUTF8 287 …if (handlePartialSequence(destinationForHandlePartialSequence, sourceForHandlePartialSequence, end… in decode() 367 …handlePartialSequence(destinationForHandlePartialSequence, sourceForHandlePartialSequence, end, fl… in decode()
|
D | TextCodecUTF8.h | 52 …bool handlePartialSequence(CharType*& destination, const uint8_t*& source, const uint8_t* end, boo…
|