Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetEncoderICU.java401 boolean realFlush; in fromUnicodeWithCallback()
411 realFlush = false; in fromUnicodeWithCallback()
419 realFlush = flush; in fromUnicodeWithCallback()
499 realFlush = flush; in fromUnicodeWithCallback()
532 flush = realFlush; in fromUnicodeWithCallback()
DCharsetDecoderICU.java408 boolean realFlush=false; in toUnicodeWithCallback()
426 realFlush=flush; in toUnicodeWithCallback()
512 realFlush=flush; in toUnicodeWithCallback()
550 flush=realFlush; in toUnicodeWithCallback()
/external/icu/icu4c/source/common/
Ducnv.cpp840 UBool realFlush; in _fromUnicodeWithCallback() local
867 realFlush=FALSE; in _fromUnicodeWithCallback()
877 realFlush=pArgs->flush; in _fromUnicodeWithCallback()
966 realFlush=pArgs->flush; in _fromUnicodeWithCallback()
1000 pArgs->flush=realFlush; in _fromUnicodeWithCallback()
1072 pArgs->flush=realFlush; in _fromUnicodeWithCallback()
1285 UBool realFlush; in _toUnicodeWithCallback() local
1312 realFlush=FALSE; in _toUnicodeWithCallback()
1322 realFlush=pArgs->flush; in _toUnicodeWithCallback()
1411 realFlush=pArgs->flush; in _toUnicodeWithCallback()
[all …]