Home
last modified time | relevance | path

Searched refs:converterSawEndOfInput (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetDecoderICU.java400 boolean converterSawEndOfInput, calledCallback; in toUnicodeWithCallback()
462converterSawEndOfInput= (cr.isUnderflow() && flush && source.remaining()==0 && toULength == 0); in toUnicodeWithCallback()
573 if(!converterSawEndOfInput) { in toUnicodeWithCallback()
DCharsetEncoderICU.java395 boolean converterSawEndOfInput, calledCallback; in fromUnicodeWithCallback()
453 converterSawEndOfInput = (cr.isUnderflow() && flush in fromUnicodeWithCallback()
556 if (!converterSawEndOfInput) { in fromUnicodeWithCallback()
/external/icu/icu4c/source/common/
Ducnv.cpp834 UBool converterSawEndOfInput, calledCallback; in _fromUnicodeWithCallback() local
913 converterSawEndOfInput= in _fromUnicodeWithCallback()
919 converterSawEndOfInput=FALSE; in _fromUnicodeWithCallback()
1024 if(!converterSawEndOfInput) { in _fromUnicodeWithCallback()
1279 UBool converterSawEndOfInput, calledCallback; in _toUnicodeWithCallback() local
1358 converterSawEndOfInput= in _toUnicodeWithCallback()
1364 converterSawEndOfInput=FALSE; in _toUnicodeWithCallback()
1469 if(!converterSawEndOfInput) { in _toUnicodeWithCallback()