Lines Matching refs:UBool
342 static UBool
345 UBool expect, UBool diffIsError) {
414 static UBool
417 UBool diffIsError) {
421 static UBool
424 UBool diffIsError) {
428 static UBool
431 UBool diffIsError) {
530 static void testSampleCharProps(UBool propFn(UChar32), const char *propName,
532 UBool expected) {
535 UBool result = propFn(sampleChars[i]);
763 typedef UBool U_EXPORT2 IsPOSIXClass(UChar32 c);
827 UBool expect;
832 expect=(UBool)((posixData[i].posixResults&mask)!=0);
1180 static UBool U_CALLCONV
1218 static UBool U_CALLCONV
1598 UBool multiple;
1610 multiple=(UBool)(codepoint[i] == 1 ? FALSE : TRUE);
1676 static UBool
1730 static UBool
1891 UBool map[256];
1892 UBool ok;
2893 if(u_isUAlphabetic((UChar32)props[i][0])!=(UBool)props[i][2]) {
2899 if(u_isULowercase((UChar32)props[i][0])!=(UBool)props[i][2]) {
2905 if(u_isUUppercase((UChar32)props[i][0])!=(UBool)props[i][2]) {
2911 if(u_isUWhiteSpace((UChar32)props[i][0])!=(UBool)props[i][2]) {
3012 UBool atLeastSomething = FALSE;
3016 UBool sawProp = FALSE;
3056 UBool sawValue = FALSE;