Home | History | Annotate | Download | only in gensprep

Lines Matching refs:doesOccur

164     if(argc<0 || options[HELP].doesOccur || options[HELP_QUESTION_MARK].doesOccur) {
170 beVerbose=options[VERBOSE].doesOccur;
171 haveCopyright=options[COPYRIGHT].doesOccur;
175 if(options[NORMALIZE].doesOccur) {
187 if(!options[UNICODE_VERSION].doesOccur){
190 if(options[ICUDATADIR].doesOccur) {
231 if(options[NORMALIZE].doesOccur){ /* this option might be set by @normalize;; in the source file */
250 if(options[CHECK_BIDI].doesOccur){ /* this option might be set by @check-bidi;; in the source file */
359 options[NORMALIZE].doesOccur = TRUE;
364 options[CHECK_BIDI].doesOccur = TRUE;