Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UBool

131 static UBool testConvertFromUnicode(const UChar *source, int sourceLen,  const uint8_t *expect, int expectLen, 
132 const char *codepage, UBool fallback, const int32_t *expectOffsets)
149 UBool checkOffsets = TRUE;
150 UBool doFlush;
151 UBool action=FALSE;
198 doFlush = (UBool)(sourceLimit == realSourceEnd);
294 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
295 const char *codepage, UBool fallback, const int32_t *expectOffsets)
308 UBool checkOffsets = TRUE;
312 UBool action;
379 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of hte source data */