Searched refs:BUNDLE_NAME (Results 1 – 3 of 3) sorted by relevance
89 BUNDLE_NAME, enumerator155 options[BUNDLE_NAME].value = DATA_NAME; in main()176 bundleName = options[BUNDLE_NAME].value; in main()
70 BUNDLE_NAME, enumerator131 options[BUNDLE_NAME].value = "LocaleElements"; in main()160 if((options[JAVA_PACKAGE].doesOccur || options[BUNDLE_NAME].doesOccur) && in main()704 options[JAVA_PACKAGE].value, options[BUNDLE_NAME].value, &status); in processFile()
83 public static UOption BUNDLE_NAME() { return create("bundle-name", 'b', REQUIRES_ARG); } in BUNDLE_NAME() method in UOption