OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decodeToBuffer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecICU.h
64
int
decodeToBuffer
(UChar* buffer, UChar* bufferLimit, const char*& source,
TextCodecICU.cpp
296
int TextCodecICU::
decodeToBuffer
(UChar* target, UChar* targetLimit, const char*& source, const char* sourceLimit, int32_t* offsets, bool flush, UErrorCode& err)
364
int ucharsDecoded =
decodeToBuffer
(buffer, bufferLimit, source, sourceLimit, offsets, flush, err);
371
decodeToBuffer
(buffer, bufferLimit, source, sourceLimit, offsets, true, err);
Completed in 23 milliseconds