Lines Matching defs:options
209 static UOption options[]={
228 /* preset then read command line options */
229 options[DESTDIR].value=options[SOURCEDIR].value=u_getDataDirectory();
230 argc=u_parseArgs(argc, argv, sizeof(options)/sizeof(options[0]), options);
238 if(argc<0 || options[HELP1].doesOccur || options[HELP2].doesOccur) {
240 "usage: %s [-options] [convrtrs.txt]\n"
242 "options:\n"
252 if(options[VERBOSE].doesOccur) {
259 path=options[SOURCEDIR].value;
292 out=udata_create(options[DESTDIR].value, DATA_TYPE, DATA_NAME, &dataInfo,
293 options[COPYRIGHT].doesOccur ? U_COPYRIGHT_STRING : NULL, &errorCode);
684 be discarded when the alias is a default converter. Options should
688 fprintf(stderr, "warning(line %d): alias %s contains a \""UCNV_OPTION_SEP_STRING"\". Options are parsed at run-time and do not need to be in the alias table.\n",
693 fprintf(stderr, "warning(line %d): alias %s contains an \""UCNV_VALUE_SEP_STRING"\". Options are parsed at run-time and do not need to be in the alias table.\n",
1045 /* Write any options for the alias table. */