Home | History | Annotate | Download | only in intltest

Lines Matching refs:UBool

18 static UBool isCROrLF(UChar c) { return c == 0xa || c == 0xd; }
19 static UBool isSpace(UChar c) { return c == 9 || c == 0x20 || c == 0x3000; }
21 void DataDrivenNumberFormatTestSuite::run(const char *fileName, UBool runAllTests) {
97 UBool shouldFail = (NFTT_GET_FIELD(fTuple, output, "") == "fail")
100 UBool actualSuccess = isPass(fTuple, errorMessage, status);
121 UBool DataDrivenNumberFormatTestSuite::breaksC() {
187 UBool DataDrivenNumberFormatTestSuite::readLine(
209 UBool DataDrivenNumberFormatTestSuite::isPass(
216 UBool result = FALSE;
252 UBool DataDrivenNumberFormatTestSuite::isFormatPass(
262 UBool DataDrivenNumberFormatTestSuite::isFormatPass(
275 UBool DataDrivenNumberFormatTestSuite::isToPatternPass(
285 UBool DataDrivenNumberFormatTestSuite::isParsePass(
295 UBool DataDrivenNumberFormatTestSuite::isParseCurrencyPass(
305 UBool DataDrivenNumberFormatTestSuite::isSelectPass(