Lines Matching refs:UBool
113 UBool opt_help = FALSE;
116 UBool opt_terse = FALSE;
117 UBool opt_qsort = FALSE;
118 UBool opt_binsearch = FALSE;
119 UBool opt_icu = TRUE;
120 UBool opt_win = FALSE; // Run with Windows native functions.
121 UBool opt_unix = FALSE; // Run with UNIX strcoll, strxfrm functions.
122 UBool opt_uselen = FALSE;
123 UBool opt_usekeys = FALSE;
124 UBool opt_strcmp = FALSE;
125 UBool opt_strcmpCPO = FALSE;
126 UBool opt_norm = FALSE;
127 UBool opt_keygen = FALSE;
128 UBool opt_french = FALSE;
129 UBool opt_frenchoff = FALSE;
130 UBool opt_shifted = FALSE;
131 UBool opt_lower = FALSE;
132 UBool opt_upper = FALSE;
133 UBool opt_case = FALSE;
135 UBool opt_keyhist = FALSE;
136 UBool opt_itertest = FALSE;
137 UBool opt_dump = FALSE;
223 UBool ProcessOptions(int argc, const char **argv, OptSpec opts[])
236 *(UBool *)(pOpt->pVar) = TRUE;
821 // doForwardIterTest(UBool) Forward iteration test
825 void doForwardIterTest(UBool haslen) {
984 // doBackwardIterTest(UBool) Backwards iteration test
988 void doBackwardIterTest(UBool haslen) {
1216 UBool eof() {return fEof;};
1217 UBool error() {return fError;};
1225 UBool fEof;
1226 UBool fError;
1593 static UBool warnFlag = TRUE;