Home | History | Annotate | Download | only in strsrch

Lines Matching refs:TRUE

110                     *(UBool *)(pOpt->pVar) = TRUE;
147 return TRUE;
228 return TRUE;
244 if (opt_overlap == TRUE) {
247 if (opt_canonical == TRUE) {
255 return TRUE;
275 return TRUE;
284 if (processOptions(argc, argv, opts) != TRUE || opt_help) {
289 if (processCollator() != TRUE) {
294 if (processStringSearch() != TRUE) {