Home
last modified time | relevance | path

Searched refs:BUNDLE_NAME (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/tools/gensprep/
Dgensprep.c89 BUNDLE_NAME, enumerator
155 options[BUNDLE_NAME].value = DATA_NAME; in main()
176 bundleName = options[BUNDLE_NAME].value; in main()
/external/icu/icu4c/source/tools/genrb/
Dgenrb.cpp70 BUNDLE_NAME, enumerator
131 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()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/
DUOption.java83 public static UOption BUNDLE_NAME() { return create("bundle-name", 'b', REQUIRES_ARG); } in BUNDLE_NAME() method in UOption