• Home
  • Raw
  • Download

Lines Matching refs:flush

875         realFlush=pArgs->flush;  in _fromUnicodeWithCallback()
881 pArgs->flush=FALSE; in _fromUnicodeWithCallback()
913 pArgs->flush && pArgs->source==pArgs->sourceLimit && in _fromUnicodeWithCallback()
964 realFlush=pArgs->flush; in _fromUnicodeWithCallback()
970 pArgs->flush=FALSE; in _fromUnicodeWithCallback()
998 pArgs->flush=realFlush; in _fromUnicodeWithCallback()
1003 } else if(pArgs->flush && cnv->fromUChar32!=0) { in _fromUnicodeWithCallback()
1014 if(pArgs->flush) { in _fromUnicodeWithCallback()
1070 pArgs->flush=realFlush; in _fromUnicodeWithCallback()
1172 UBool flush, in ucnv_fromUnicode() argument
1237 if(!flush && s==sourceLimit && cnv->preFromULength>=0) { in ucnv_fromUnicode()
1252 args.flush=flush; in ucnv_fromUnicode()
1320 realFlush=pArgs->flush; in _toUnicodeWithCallback()
1326 pArgs->flush=FALSE; in _toUnicodeWithCallback()
1358 pArgs->flush && pArgs->source==pArgs->sourceLimit && in _toUnicodeWithCallback()
1409 realFlush=pArgs->flush; in _toUnicodeWithCallback()
1415 pArgs->flush=FALSE; in _toUnicodeWithCallback()
1443 pArgs->flush=realFlush; in _toUnicodeWithCallback()
1448 } else if(pArgs->flush && cnv->toULength>0) { in _toUnicodeWithCallback()
1459 if(pArgs->flush) { in _toUnicodeWithCallback()
1517 pArgs->flush=realFlush; in _toUnicodeWithCallback()
1618 UBool flush, in ucnv_toUnicode() argument
1683 if(!flush && s==sourceLimit && cnv->preToULength>=0) { in ucnv_toUnicode()
1698 args.flush=flush; in ucnv_toUnicode()
1917 args.flush=TRUE; in ucnv_getNextUChar()
2049 UBool reset, UBool flush, in ucnv_convertEx() argument
2094 if(!flush) { in ucnv_convertEx()
2131 if( !flush && in ucnv_convertEx()
2178 fromUArgs.flush=FALSE; in ucnv_convertEx()
2185 toUArgs.flush=flush; in ucnv_convertEx()
2224 fromUArgs.flush in ucnv_convertEx()
2268 (!flush || fromUArgs.flush) in ucnv_convertEx()
2321 } else if(flush && sourceCnv->toULength>0) { /* flush==toUArgs.flush */ in ucnv_convertEx()
2331 if(flush) { in ucnv_convertEx()
2358 } else if(U_FAILURE(*pErrorCode) || (!flush && *pivotTarget==pivotStart)) { in ucnv_convertEx()
2370 if( flush && toUArgs.source==sourceLimit && in ucnv_convertEx()
2374 fromUArgs.flush=TRUE; in ucnv_convertEx()
2389 if(flush && U_SUCCESS(*pErrorCode)) { in ucnv_convertEx()