OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finalFlush
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/test/intltest/
convtest.h
49
UBool
finalFlush
;
convtest.cpp
145
cc.
finalFlush
= 0!=testCase->getInt28("flush", errorCode);
267
cc.
finalFlush
= 0!=testCase->getInt28("flush", errorCode);
881
flush=cc.
finalFlush
;
[
all
...]
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestConversion.java
51
boolean
finalFlush
; // flush
134
cc.
finalFlush
= ((ICUResourceBundle) testcase.getObject("flush")).getUInt() != 0;
349
while (ok && cc.
finalFlush
) {
357
if (out.limit() != out.capacity() || cc.
finalFlush
) {
474
cc.
finalFlush
= ((ICUResourceBundle) testcase.getObject("flush")).getUInt() != 0;
652
if (step < 0 && !cc.
finalFlush
) {
668
while (ok && cc.
finalFlush
) {
737
flush = (cc.
finalFlush
&& source.limit() == sourceLen);
743
flush = cc.
finalFlush
;
[
all
...]
Completed in 156 milliseconds