Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBImporter.java37 …private final static int FILE_OPTION_IGNORE = 2; // Ignore all resources from th… field in RBImporter
224 if (this.getFileConflictOption() == FILE_OPTION_IGNORE) continue; in resolveEncodings()
254 if (fileIgnoreRadio.isSelected()) return FILE_OPTION_IGNORE; in getFileConflictOption()