Lines Matching refs:UBool
103 UBool opt_help = FALSE;
107 UBool opt_terse = FALSE;
108 UBool opt_icu = TRUE;
109 UBool opt_win = FALSE; // Run with Windows native functions.
110 UBool opt_unix = FALSE; // Run with UNIX strcoll, strxfrm functions.
111 UBool opt_mac = FALSE; // Run with MacOSX word break services.
112 UBool opt_uselen = FALSE;
113 UBool opt_dump = FALSE;
114 UBool opt_char = FALSE;
115 UBool opt_word = FALSE;
116 UBool opt_line = FALSE;
117 UBool opt_sentence = FALSE;
118 UBool opt_capi = FALSE;
120 UBool opt_next = FALSE;
121 UBool opt_isBound = FALSE;
234 UBool ProcessOptions(int argc, const char **argv, OptSpec opts[])
247 *(UBool *)(pOpt->pVar) = TRUE;
478 UBool eof() {return fEof;};
479 UBool error() {return fError;};
488 UBool fEof;
489 UBool fError;