src/jdk.localedata/share/classes/sun/util/cldr/resources/common/main/my.xml
changeset 51421 ef57958c7c51
parent 50576 374bd919d8fe
equal deleted inserted replaced
51420:6bb7b8d0da76 51421:ef57958c7c51
  1444 					<timeFormatLength type="long">
  1444 					<timeFormatLength type="long">
  1445 						<timeFormat>
  1445 						<timeFormat>
  1446 							<pattern>z HH:mm:ss</pattern>
  1446 							<pattern>z HH:mm:ss</pattern>
  1447 						</timeFormat>
  1447 						</timeFormat>
  1448 					</timeFormatLength>
  1448 					</timeFormatLength>
       
  1449 					<!--Pattern for medium and short replaced with CLDR 29's patterns 
       
  1450 					    as character 'B' is currently not supported in SimpleDateFormat and java.time.DateTimeFormatter 
       
  1451 					    classes. This is a restriction until JDK-8209175 is resolved.-->
  1449 					<timeFormatLength type="medium">
  1452 					<timeFormatLength type="medium">
  1450 						<timeFormat>
  1453 						<timeFormat>
  1451 							<pattern>B HH:mm:ss</pattern>
  1454 							<pattern>HH:mm:ss</pattern>
  1452 						</timeFormat>
  1455 						</timeFormat>
  1453 					</timeFormatLength>
  1456 					</timeFormatLength>
  1454 					<timeFormatLength type="short">
  1457 					<timeFormatLength type="short">
  1455 						<timeFormat>
  1458 						<timeFormat>
  1456 							<pattern>B H:mm</pattern>
  1459 							<pattern>H:mm</pattern>
  1457 						</timeFormat>
  1460 						</timeFormat>
  1458 					</timeFormatLength>
  1461 					</timeFormatLength>
  1459 				</timeFormats>
  1462 				</timeFormats>
  1460 				<dateTimeFormats>
  1463 				<dateTimeFormats>
  1461 					<dateTimeFormatLength type="full">
  1464 					<dateTimeFormatLength type="full">