Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBImporter.java40 …private final static int RESOURCE_OPTION_IGNORE = 1; // Ignore the import and use ex… field in RBImporter
183 if (this.getResourceConflictOption() == RESOURCE_OPTION_IGNORE) in resolveResource()
263 if (resourceIgnoreRadio.isSelected()) return RESOURCE_OPTION_IGNORE; in getResourceConflictOption()