Home | History | Annotate | Download | only in ubrkperf

Lines Matching refs:UBool

98 UBool  opt_help       = FALSE;
102 UBool opt_terse = FALSE;
103 UBool opt_icu = TRUE;
104 UBool opt_win = FALSE; // Run with Windows native functions.
105 UBool opt_unix = FALSE; // Run with UNIX strcoll, strxfrm functions.
106 UBool opt_mac = FALSE; // Run with MacOSX word break services.
107 UBool opt_uselen = FALSE;
108 UBool opt_dump = FALSE;
109 UBool opt_char = FALSE;
110 UBool opt_word = FALSE;
111 UBool opt_line = FALSE;
112 UBool opt_sentence = FALSE;
113 UBool opt_capi = FALSE;
115 UBool opt_next = FALSE;
116 UBool opt_isBound = FALSE;
229 UBool ProcessOptions(int argc, const char **argv, OptSpec opts[])
242 *(UBool *)(pOpt->pVar) = TRUE;
473 UBool eof() {return fEof;};
474 UBool error() {return fError;};
483 UBool fEof;
484 UBool fError;