Home
last modified time | relevance | path

Searched refs:doFlush (Results 1 – 8 of 8) sorted by relevance

/external/icu4c/test/cintltst/
Dncnvtst.c43 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
45 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
1009 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) in convertFromU() argument
1047 doFlush, in convertFromU()
1098 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) in convertToU() argument
1143 doFlush, in convertToU()
1212 UBool doFlush; in testConvertFromU() local
1260 doFlush = (UBool)(sourceLimit == realSourceEnd); in testConvertFromU()
1267 … to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE"); in testConvertFromU()
1272 doFlush = FALSE; in testConvertFromU()
[all …]
Dncnvfbts.c148 UBool doFlush; in testConvertFromUnicode() local
196 doFlush = (UBool)(sourceLimit == realSourceEnd); in testConvertFromUnicode()
203 … to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE"); in testConvertFromUnicode()
214 doFlush, /* flush if we're at the end of the input data */ in testConvertFromUnicode()
Dnccbtst.c2662 UBool doFlush; in testConvertFromUnicode() local
2723 doFlush = (UBool)(sourceLimit == realSourceEnd); in testConvertFromUnicode()
2730 … to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE"); in testConvertFromUnicode()
2741 doFlush, /* flush if we're at the end of the input data */ in testConvertFromUnicode()
3059 UBool doFlush; in testConvertFromUnicodeWithContext() local
3120 doFlush = (UBool)(sourceLimit == realSourceEnd); in testConvertFromUnicodeWithContext()
3127 … to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE"); in testConvertFromUnicodeWithContext()
3138 doFlush, /* flush if we're at the end of the input data */ in testConvertFromUnicodeWithContext()
Dnucnvtst.c391 UBool doFlush; in testConvertFromU() local
431 doFlush = (UBool)(sourceLimit == realSourceEnd); in testConvertFromU()
437 … to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE"); in testConvertFromU()
448 doFlush, /* flush if we're at the end of the input data */ in testConvertFromU()
/external/apache-http/src/org/apache/http/impl/
DAbstractHttpServerConnection.java156 protected void doFlush() throws IOException { in doFlush() method in AbstractHttpServerConnection
162 doFlush(); in flush()
DAbstractHttpClientConnection.java168 protected void doFlush() throws IOException { in doFlush() method in AbstractHttpClientConnection
174 doFlush(); in flush()
DSocketHttpClientConnection.java192 doFlush(); in close()
DSocketHttpServerConnection.java190 doFlush(); in close()