Lines Matching defs:options
215 static UOption options[]={
235 /* preset then read command line options */
236 options[DESTDIR].value=options[SOURCEDIR].value=u_getDataDirectory();
237 argc=u_parseArgs(argc, argv, UPRV_LENGTHOF(options), options);
245 if(argc<0 || options[HELP1].doesOccur || options[HELP2].doesOccur) {
247 "usage: %s [-options] [convrtrs.txt]\n"
249 "options:\n"
260 if(options[VERBOSE].doesOccur) {
264 if(options[QUIET].doesOccur) {
274 const char* sourcedir = options[SOURCEDIR].value;
303 out=udata_create(options[DESTDIR].value, DATA_TYPE, DATA_NAME, &dataInfo,
304 options[COPYRIGHT].doesOccur ? U_COPYRIGHT_STRING : NULL, &errorCode);
1059 /* Write any options for the alias table. */