Searched refs:orderInMetazone (Results 1 – 1 of 1) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | VerifyZones.java | 56 …public MetazoneRow(Integer order, Integer rawOffset, String container, int orderInMetazone, String… in MetazoneRow() argument 57 super(((long) order << 32) + rawOffset, container, metazone, orderInMetazone, zone); in MetazoneRow() local 218 private static void addRow(String metaZone, String tz_string, int orderInMetazone) { in addRow() argument 226 orderInMetazone = (orderInMetazone << 16) in addRow() 230 orderInMetazone, metaZone, tz_string); in addRow()
|