/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ncnvtst.c | 48 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus); 50 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus); 997 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) in convertFromU() 1035 doFlush, in convertFromU() 1086 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) in convertToU() 1131 doFlush, in convertToU() 1200 UBool doFlush; in testConvertFromU() local 1248 doFlush = (UBool)(sourceLimit == realSourceEnd); in testConvertFromU() 1255 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"true":"false"); in testConvertFromU() 1260 doFlush in testConvertFromU() 996 convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) convertFromU() argument 1085 convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen, const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) convertToU() argument 1267 doFlush, /* flush if we're at the end of the input data */ testConvertFromU() local 1372 UBool doFlush; testConvertToU() local [all...] |
H A D | ncnvfbts.c | 151 UBool doFlush; in testConvertFromUnicode() local 199 doFlush = (UBool)(sourceLimit == realSourceEnd); in testConvertFromUnicode() 206 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"true":"false"); in testConvertFromUnicode() 217 doFlush, /* flush if we're at the end of the input data */ in testConvertFromUnicode()
|
H A D | nccbtst.c | 2642 UBool doFlush; in testConvertFromUnicode() local 2703 doFlush = (UBool)(sourceLimit == realSourceEnd); in testConvertFromUnicode() 2710 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"true":"false"); in testConvertFromUnicode() 2721 doFlush, /* flush if we're at the end of the input data */ in testConvertFromUnicode() 3033 UBool doFlush; in testConvertFromUnicodeWithContext() local 3094 doFlush = (UBool)(sourceLimit == realSourceEnd); in testConvertFromUnicodeWithContext() 3101 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"true":"false"); in testConvertFromUnicodeWithContext() 3112 doFlush, /* flush if we're at the end of the input data */ in testConvertFromUnicodeWithContext()
|
H A D | nucnvtst.c | 381 UBool doFlush; in testConvertFromU() local 421 doFlush = (UBool)(sourceLimit == realSourceEnd); in testConvertFromU() 427 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"true":"false"); in testConvertFromU() 438 doFlush, /* flush if we're at the end of the input data */ in testConvertFromU()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | CodedOutputStream.java | 2553 doFlush(); in write() 2617 doFlush(); in writeStringNoTag() 2658 doFlush(); in flush() 2694 doFlush(); in flushIfNotAvailable() 2698 private void doFlush() throws IOException { in doFlush() method in CodedOutputStream.ByteOutputEncoder 2867 doFlush(); in write() 2932 doFlush(); in writeStringNoTag() 2974 doFlush(); in flush() 2994 doFlush(); in write() 3032 doFlush(); in write() 3061 private void doFlush() throws IOException { doFlush() method in CodedOutputStream.OutputStreamEncoder [all...] |