]> granicus.if.org Git - icu/commitdiff
ICU-13823 ICU 62.1 BRS, update measurement unit constants for release-33-1-d03 (delet...
authorPeter Edberg <pedberg@unicode.org>
Fri, 15 Jun 2018 01:12:52 +0000 (01:12 +0000)
committerPeter Edberg <pedberg@unicode.org>
Fri, 15 Jun 2018 01:12:52 +0000 (01:12 +0000)
X-SVN-Rev: 41528

icu4c/source/i18n/measunit.cpp

index 667c73992fe616c12bc9f8371564c68a909d7e86..211d9591e03de2a83ef925d04f3a9c64c3fe5901 100644 (file)
@@ -41,21 +41,21 @@ static const int32_t gOffsets[] = {
     16,
     20,
     24,
-    322,
-    332,
-    343,
-    347,
-    353,
-    357,
+    321,
+    331,
+    342,
+    346,
+    352,
+    356,
+    376,
     377,
-    378,
-    389,
-    392,
-    398,
-    403,
-    407,
-    411,
-    436
+    388,
+    391,
+    397,
+    402,
+    406,
+    410,
+    435
 };
 
 static const int32_t gIndexes[] = {
@@ -391,7 +391,6 @@ static const char * const gSubTypes[] = {
     "UZS",
     "VEB",
     "VEF",
-    "VES",
     "VNC",
     "VND",
     "VUV",
@@ -548,14 +547,14 @@ static const char * const gSubTypes[] = {
 
 // Must be sorted by first value and then second value.
 static int32_t unitPerUnitToSingleUnit[][4] = {
-        {364, 334, 17, 0},
-        {366, 340, 17, 2},
-        {368, 334, 17, 3},
-        {368, 425, 4, 2},
-        {368, 426, 4, 3},
-        {383, 423, 3, 1},
-        {386, 11, 16, 4},
-        {428, 364, 4, 1}
+        {363, 333, 17, 0},
+        {365, 339, 17, 2},
+        {367, 333, 17, 3},
+        {367, 424, 4, 2},
+        {367, 425, 4, 3},
+        {382, 422, 3, 1},
+        {385, 11, 16, 4},
+        {427, 363, 4, 1}
 };
 
 // Shortcuts to the base unit in order to make the default constructor fast