Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java717 abstract static class CLDRFilter { class in CLDRModify
872 CLDRFilter[] filters = new CLDRFilter[128]; // only ascii
901 void add(char letter, String help, CLDRFilter filter) { in add()
990 fixList.add('z', "Remove deprecated elements", new CLDRFilter() {
1036 fixList.add('e', "fix Interindic", new CLDRFilter() {
1051 fixList.add('B', "fix bogus values", new CLDRFilter() {
1094 fixList.add('s', "fix alt accounting", new CLDRFilter() {
1109 fixList.add('n', "add unit displayName", new CLDRFilter() {
1135 fixList.add('x', "retain paths", new CLDRFilter() {
1150 fixList.add('_', "remove superfluous compound language translations", new CLDRFilter() {
[all …]