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.java393 boolean realFlush; in fromUnicodeWithCallback()
403 realFlush = false; in fromUnicodeWithCallback()
411 realFlush = flush; in fromUnicodeWithCallback()
491 realFlush = flush; in fromUnicodeWithCallback()
524 flush = realFlush; in fromUnicodeWithCallback()
DCharsetDecoderICU.java400 boolean realFlush=false; in toUnicodeWithCallback()
418 realFlush=flush; in toUnicodeWithCallback()
504 realFlush=flush; in toUnicodeWithCallback()
542 flush=realFlush; in toUnicodeWithCallback()
/external/icu/icu4c/source/common/
Ducnv.c848 UBool realFlush; in _fromUnicodeWithCallback() local
875 realFlush=FALSE; in _fromUnicodeWithCallback()
885 realFlush=pArgs->flush; in _fromUnicodeWithCallback()
974 realFlush=pArgs->flush; in _fromUnicodeWithCallback()
1008 pArgs->flush=realFlush; in _fromUnicodeWithCallback()
1080 pArgs->flush=realFlush; in _fromUnicodeWithCallback()
1293 UBool realFlush; in _toUnicodeWithCallback() local
1320 realFlush=FALSE; in _toUnicodeWithCallback()
1330 realFlush=pArgs->flush; in _toUnicodeWithCallback()
1419 realFlush=pArgs->flush; in _toUnicodeWithCallback()
[all …]