Lines Matching refs:UBool
46 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
47 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
48 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen,
49 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
51 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
52 const char *codepage, UConverterFromUCallback callback, const int32_t *expectOffsets, UBool testReset);
53 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
54 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, UBool testReset);
1007 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
1008 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus)
1096 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen,
1097 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus)
1193 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
1194 const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets, UBool testReset)
1210 UBool checkOffsets = TRUE;
1211 UBool doFlush;
1259 doFlush = (UBool)(sourceLimit == realSourceEnd);
1365 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
1366 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, UBool testReset)
1380 UBool checkOffsets = TRUE;
1383 UBool doFlush;
1443 doFlush=(UBool)((gInBufferSize ==999 && gOutBufferSize==999)?(srcLimit == realSourceEnd) : FALSE);