Wed, 31 Dec 2014 07:22:50 +0100
Correct previous dual key logic pending first delivery installment.
michael@0 | 1 | // *************************************************************************** |
michael@0 | 2 | // * |
michael@0 | 3 | // * Copyright (C) 2013 International Business Machines |
michael@0 | 4 | // * Corporation and others. All Rights Reserved. |
michael@0 | 5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
michael@0 | 6 | // * Source File: <path>/dayPeriods.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | dayPeriods:table(nofallback){ |
michael@0 | 10 | locales{ |
michael@0 | 11 | bg{"set9"} |
michael@0 | 12 | chr{"set2"} |
michael@0 | 13 | da{"set3"} |
michael@0 | 14 | de{"set3"} |
michael@0 | 15 | ee{"set12"} |
michael@0 | 16 | en{"set2"} |
michael@0 | 17 | fa{"set13"} |
michael@0 | 18 | fr{"set5"} |
michael@0 | 19 | hr{"set3"} |
michael@0 | 20 | id{"set10"} |
michael@0 | 21 | nl{"set3"} |
michael@0 | 22 | pl{"set6"} |
michael@0 | 23 | pt{"set5"} |
michael@0 | 24 | root{"set1"} |
michael@0 | 25 | ta{"set8"} |
michael@0 | 26 | te{"set7"} |
michael@0 | 27 | uk{"set11"} |
michael@0 | 28 | zh{"set4"} |
michael@0 | 29 | } |
michael@0 | 30 | rules{ |
michael@0 | 31 | set1{ |
michael@0 | 32 | am{ |
michael@0 | 33 | before{"12:00"} |
michael@0 | 34 | from{"0:00"} |
michael@0 | 35 | } |
michael@0 | 36 | pm{ |
michael@0 | 37 | before{"24:00"} |
michael@0 | 38 | from{"12:00"} |
michael@0 | 39 | } |
michael@0 | 40 | } |
michael@0 | 41 | set10{ |
michael@0 | 42 | afternoon{ |
michael@0 | 43 | before{"18:00"} |
michael@0 | 44 | from{"15:00"} |
michael@0 | 45 | } |
michael@0 | 46 | earlyMorning{ |
michael@0 | 47 | before{"5:00"} |
michael@0 | 48 | from{"3:00"} |
michael@0 | 49 | } |
michael@0 | 50 | midDay{ |
michael@0 | 51 | before{"15:00"} |
michael@0 | 52 | from{"10:00"} |
michael@0 | 53 | } |
michael@0 | 54 | morning{ |
michael@0 | 55 | before{"10:00"} |
michael@0 | 56 | from{"5:00"} |
michael@0 | 57 | } |
michael@0 | 58 | night{ |
michael@0 | 59 | before{"3:00"} |
michael@0 | 60 | from{"18:00"} |
michael@0 | 61 | } |
michael@0 | 62 | } |
michael@0 | 63 | set11{ |
michael@0 | 64 | afternoon{ |
michael@0 | 65 | before{"17:00"} |
michael@0 | 66 | from{"12:00"} |
michael@0 | 67 | } |
michael@0 | 68 | evening{ |
michael@0 | 69 | before{"24:00"} |
michael@0 | 70 | from{"17:00"} |
michael@0 | 71 | } |
michael@0 | 72 | morning{ |
michael@0 | 73 | before{"12:00"} |
michael@0 | 74 | from{"3:00"} |
michael@0 | 75 | } |
michael@0 | 76 | night{ |
michael@0 | 77 | before{"3:00"} |
michael@0 | 78 | from{"00:00"} |
michael@0 | 79 | } |
michael@0 | 80 | } |
michael@0 | 81 | set12{ |
michael@0 | 82 | afternoon{ |
michael@0 | 83 | before{"18:00"} |
michael@0 | 84 | from{"14:00"} |
michael@0 | 85 | } |
michael@0 | 86 | earlyAfternoon{ |
michael@0 | 87 | before{"14:00"} |
michael@0 | 88 | from{"12:00"} |
michael@0 | 89 | } |
michael@0 | 90 | evening{ |
michael@0 | 91 | before{"21:00"} |
michael@0 | 92 | from{"18:00"} |
michael@0 | 93 | } |
michael@0 | 94 | morning{ |
michael@0 | 95 | before{"12:00"} |
michael@0 | 96 | from{"05:00"} |
michael@0 | 97 | } |
michael@0 | 98 | night{ |
michael@0 | 99 | before{"4:00"} |
michael@0 | 100 | from{"21:00"} |
michael@0 | 101 | } |
michael@0 | 102 | weeHours{ |
michael@0 | 103 | before{"05:00"} |
michael@0 | 104 | from{"04:00"} |
michael@0 | 105 | } |
michael@0 | 106 | } |
michael@0 | 107 | set13{ |
michael@0 | 108 | afternoon{ |
michael@0 | 109 | before{"19:00"} |
michael@0 | 110 | from{"16:00"} |
michael@0 | 111 | } |
michael@0 | 112 | earlyMorning{ |
michael@0 | 113 | before{"06:00"} |
michael@0 | 114 | from{"01:00"} |
michael@0 | 115 | } |
michael@0 | 116 | midDay{ |
michael@0 | 117 | after{"12:00"} |
michael@0 | 118 | before{"16:00"} |
michael@0 | 119 | } |
michael@0 | 120 | morning{ |
michael@0 | 121 | before{"12:00"} |
michael@0 | 122 | from{"06:00"} |
michael@0 | 123 | } |
michael@0 | 124 | night{ |
michael@0 | 125 | before{"24:00"} |
michael@0 | 126 | from{"19:00"} |
michael@0 | 127 | } |
michael@0 | 128 | noon{ |
michael@0 | 129 | at{"12:00"} |
michael@0 | 130 | } |
michael@0 | 131 | weeHours{ |
michael@0 | 132 | before{"01:00"} |
michael@0 | 133 | from{"00:00"} |
michael@0 | 134 | } |
michael@0 | 135 | } |
michael@0 | 136 | set2{ |
michael@0 | 137 | am{ |
michael@0 | 138 | before{"12:00"} |
michael@0 | 139 | from{"0:00"} |
michael@0 | 140 | } |
michael@0 | 141 | noon{ |
michael@0 | 142 | at{"12:00"} |
michael@0 | 143 | } |
michael@0 | 144 | pm{ |
michael@0 | 145 | after{"12:00"} |
michael@0 | 146 | before{"24:00"} |
michael@0 | 147 | } |
michael@0 | 148 | } |
michael@0 | 149 | set3{ |
michael@0 | 150 | afternoon{ |
michael@0 | 151 | after{"12:00"} |
michael@0 | 152 | before{"17:00"} |
michael@0 | 153 | } |
michael@0 | 154 | earlyMorning{ |
michael@0 | 155 | before{"9:00"} |
michael@0 | 156 | from{"0:00"} |
michael@0 | 157 | } |
michael@0 | 158 | evening{ |
michael@0 | 159 | before{"21:00"} |
michael@0 | 160 | from{"17:00"} |
michael@0 | 161 | } |
michael@0 | 162 | morning{ |
michael@0 | 163 | before{"12:00"} |
michael@0 | 164 | from{"9:00"} |
michael@0 | 165 | } |
michael@0 | 166 | night{ |
michael@0 | 167 | before{"24:00"} |
michael@0 | 168 | from{"21:00"} |
michael@0 | 169 | } |
michael@0 | 170 | noon{ |
michael@0 | 171 | at{"12:00"} |
michael@0 | 172 | } |
michael@0 | 173 | } |
michael@0 | 174 | set4{ |
michael@0 | 175 | afternoon{ |
michael@0 | 176 | before{"18:00"} |
michael@0 | 177 | from{"13:00"} |
michael@0 | 178 | } |
michael@0 | 179 | earlyMorning{ |
michael@0 | 180 | before{"6:00"} |
michael@0 | 181 | from{"4:00"} |
michael@0 | 182 | } |
michael@0 | 183 | midDay{ |
michael@0 | 184 | before{"13:00"} |
michael@0 | 185 | from{"12:00"} |
michael@0 | 186 | } |
michael@0 | 187 | morning{ |
michael@0 | 188 | before{"12:00"} |
michael@0 | 189 | from{"6:00"} |
michael@0 | 190 | } |
michael@0 | 191 | night{ |
michael@0 | 192 | before{"24:00"} |
michael@0 | 193 | from{"18:00"} |
michael@0 | 194 | } |
michael@0 | 195 | weeHours{ |
michael@0 | 196 | before{"4:00"} |
michael@0 | 197 | from{"00:00"} |
michael@0 | 198 | } |
michael@0 | 199 | } |
michael@0 | 200 | set5{ |
michael@0 | 201 | afternoon{ |
michael@0 | 202 | after{"12:00"} |
michael@0 | 203 | before{"19:00"} |
michael@0 | 204 | } |
michael@0 | 205 | morning{ |
michael@0 | 206 | before{"12:00"} |
michael@0 | 207 | from{"00:00"} |
michael@0 | 208 | } |
michael@0 | 209 | night{ |
michael@0 | 210 | before{"24:00"} |
michael@0 | 211 | from{"19:00"} |
michael@0 | 212 | } |
michael@0 | 213 | noon{ |
michael@0 | 214 | at{"12:00"} |
michael@0 | 215 | } |
michael@0 | 216 | } |
michael@0 | 217 | set6{ |
michael@0 | 218 | afternoon{ |
michael@0 | 219 | after{"12:00"} |
michael@0 | 220 | before{"16:00"} |
michael@0 | 221 | } |
michael@0 | 222 | earlyMorning{ |
michael@0 | 223 | before{"5:00"} |
michael@0 | 224 | from{"3:00"} |
michael@0 | 225 | } |
michael@0 | 226 | evening{ |
michael@0 | 227 | before{"22:00"} |
michael@0 | 228 | from{"16:00"} |
michael@0 | 229 | } |
michael@0 | 230 | lateMorning{ |
michael@0 | 231 | before{"12:00"} |
michael@0 | 232 | from{"10:00"} |
michael@0 | 233 | } |
michael@0 | 234 | morning{ |
michael@0 | 235 | before{"10:00"} |
michael@0 | 236 | from{"5:00"} |
michael@0 | 237 | } |
michael@0 | 238 | night{ |
michael@0 | 239 | before{"3:00"} |
michael@0 | 240 | from{"22:00"} |
michael@0 | 241 | } |
michael@0 | 242 | noon{ |
michael@0 | 243 | at{"12:00"} |
michael@0 | 244 | } |
michael@0 | 245 | } |
michael@0 | 246 | set7{ |
michael@0 | 247 | afternoon{ |
michael@0 | 248 | after{"12:00"} |
michael@0 | 249 | before{"15:00"} |
michael@0 | 250 | } |
michael@0 | 251 | earlyMorning{ |
michael@0 | 252 | before{"6:00"} |
michael@0 | 253 | from{"3:00"} |
michael@0 | 254 | } |
michael@0 | 255 | evening{ |
michael@0 | 256 | before{"18:00"} |
michael@0 | 257 | from{"15:00"} |
michael@0 | 258 | } |
michael@0 | 259 | morning{ |
michael@0 | 260 | before{"12:00"} |
michael@0 | 261 | from{"6:00"} |
michael@0 | 262 | } |
michael@0 | 263 | night{ |
michael@0 | 264 | before{"3:00"} |
michael@0 | 265 | from{"18:00"} |
michael@0 | 266 | } |
michael@0 | 267 | noon{ |
michael@0 | 268 | at{"12:00"} |
michael@0 | 269 | } |
michael@0 | 270 | } |
michael@0 | 271 | set8{ |
michael@0 | 272 | afternoon{ |
michael@0 | 273 | before{"18:00"} |
michael@0 | 274 | from{"14:00"} |
michael@0 | 275 | } |
michael@0 | 276 | earlyMorning{ |
michael@0 | 277 | before{"6:00"} |
michael@0 | 278 | from{"2:00"} |
michael@0 | 279 | } |
michael@0 | 280 | evening{ |
michael@0 | 281 | before{"22:00"} |
michael@0 | 282 | from{"18:00"} |
michael@0 | 283 | } |
michael@0 | 284 | lateMorning{ |
michael@0 | 285 | before{"14:00"} |
michael@0 | 286 | from{"10:00"} |
michael@0 | 287 | } |
michael@0 | 288 | morning{ |
michael@0 | 289 | before{"10:00"} |
michael@0 | 290 | from{"6:00"} |
michael@0 | 291 | } |
michael@0 | 292 | night{ |
michael@0 | 293 | before{"2:00"} |
michael@0 | 294 | from{"22:00"} |
michael@0 | 295 | } |
michael@0 | 296 | } |
michael@0 | 297 | set9{ |
michael@0 | 298 | afternoon{ |
michael@0 | 299 | before{"18:00"} |
michael@0 | 300 | from{"15:00"} |
michael@0 | 301 | } |
michael@0 | 302 | earlyMorning{ |
michael@0 | 303 | before{"6:00"} |
michael@0 | 304 | from{"5:00"} |
michael@0 | 305 | } |
michael@0 | 306 | evening{ |
michael@0 | 307 | before{"20:00"} |
michael@0 | 308 | from{"18:00"} |
michael@0 | 309 | } |
michael@0 | 310 | lateEvening{ |
michael@0 | 311 | before{"22:00"} |
michael@0 | 312 | from{"20:00"} |
michael@0 | 313 | } |
michael@0 | 314 | lateMorning{ |
michael@0 | 315 | before{"12:00"} |
michael@0 | 316 | from{"10:00"} |
michael@0 | 317 | } |
michael@0 | 318 | midDay{ |
michael@0 | 319 | after{"12:00"} |
michael@0 | 320 | before{"15:00"} |
michael@0 | 321 | } |
michael@0 | 322 | morning{ |
michael@0 | 323 | before{"10:00"} |
michael@0 | 324 | from{"6:00"} |
michael@0 | 325 | } |
michael@0 | 326 | night{ |
michael@0 | 327 | before{"24:00"} |
michael@0 | 328 | from{"22:00"} |
michael@0 | 329 | } |
michael@0 | 330 | noon{ |
michael@0 | 331 | at{"12:00"} |
michael@0 | 332 | } |
michael@0 | 333 | weeHours{ |
michael@0 | 334 | before{"5:00"} |
michael@0 | 335 | from{"00:00"} |
michael@0 | 336 | } |
michael@0 | 337 | } |
michael@0 | 338 | } |
michael@0 | 339 | } |