Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/icu/
DLDML2ICUBinaryWriter.java181 …public static void writeBinaryFile(ICUResourceWriter.Resource resTop, String outDir, String outFil… in writeBinaryFile()
283 private static int getSpecialType(ICUResourceWriter.Resource res) { in getSpecialType()
288 … if (res.name.equals("CollationElements") && res instanceof ICUResourceWriter.ResourceTable) { in getSpecialType()
292 if (res.name.equals("collations") && res instanceof ICUResourceWriter.ResourceTable) { in getSpecialType()
296 if (res.name.equals("depends") && res instanceof ICUResourceWriter.ResourceProcess) { in getSpecialType()
300 if (res instanceof ICUResourceWriter.ResourceProcess) { in getSpecialType()
301 … if (((ICUResourceWriter.ResourceProcess) res).ext.equals(ICUResourceWriter.TRANSLITERATOR)) { in getSpecialType()
317 private static void dealWithSpecialElements(ICUResourceWriter.Resource top, String outDir) { in dealWithSpecialElements()
319 if (top instanceof ICUResourceWriter.ResourceTable) { in dealWithSpecialElements()
321 ICUResourceWriter.Resource cur = top.first; in dealWithSpecialElements()
[all …]
DResourceSplitter.java12 import org.unicode.cldr.icu.ICUResourceWriter.Resource;
13 import org.unicode.cldr.icu.ICUResourceWriter.ResourceInt;
14 import org.unicode.cldr.icu.ICUResourceWriter.ResourceString;
15 import org.unicode.cldr.icu.ICUResourceWriter.ResourceTable;
301 root.appendContents(ICUResourceWriter.createString(versionKey, value)); in createRoot()
309 root.appendContents(ICUResourceWriter.createString(aliasKey, value)); in createRoot()
DKeyTypeDataConverter.java13 import org.unicode.cldr.icu.ICUResourceWriter.Resource;
14 import org.unicode.cldr.icu.ICUResourceWriter.ResourceAlias;
15 import org.unicode.cldr.icu.ICUResourceWriter.ResourceString;
16 import org.unicode.cldr.icu.ICUResourceWriter.ResourceTable;
DICUWriter.java12 import org.unicode.cldr.icu.ICUResourceWriter.Resource;
13 import org.unicode.cldr.icu.ICUResourceWriter.ResourceTable;
DICUResourceWriter.java20 public class ICUResourceWriter { class
134 ICUResourceWriter.Resource current = this; in end()