OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufferWasFull
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/text/mac/
TextCodecMac.cpp
208
bool
bufferWasFull
= false;
211
while ((sourceLength ||
bufferWasFull
) && !sawError) {
257
bufferWasFull
= status == kTECOutputBufferFullStatus;
/external/webkit/Source/WebCore/platform/text/gtk/
TextCodecGtk.cpp
456
bool
bufferWasFull
= false;
490
bufferWasFull
= true;
509
} while ((inputLength ||
bufferWasFull
) && !sawError);
Completed in 662 milliseconds