]> granicus.if.org Git - icu/commitdiff
ICU-13521 Re-generating constants in measunit.cpp once more from the latest data...
authorShane Carr <shane@unicode.org>
Sat, 21 Apr 2018 02:30:13 +0000 (02:30 +0000)
committerShane Carr <shane@unicode.org>
Sat, 21 Apr 2018 02:30:13 +0000 (02:30 +0000)
X-SVN-Rev: 41255

icu4c/source/i18n/measunit.cpp

index ae1212613de41c493fa6df0a353817575013d141..ce6309f796f2afc03d55eab6d85769c0da55b8c2 100644 (file)
@@ -41,21 +41,21 @@ static const int32_t gOffsets[] = {
     16,
     20,
     24,
-    319,
-    329,
-    340,
-    344,
-    350,
-    354,
-    374,
-    375,
-    386,
-    389,
-    395,
-    400,
-    404,
-    408,
-    433
+    321,
+    331,
+    342,
+    346,
+    352,
+    356,
+    376,
+    377,
+    388,
+    391,
+    397,
+    402,
+    406,
+    410,
+    435
 };
 
 static const int32_t gIndexes[] = {
@@ -297,6 +297,7 @@ static const char * const gSubTypes[] = {
     "MNT",
     "MOP",
     "MRO",
+    "MRU",
     "MTL",
     "MTP",
     "MUR",
@@ -357,6 +358,7 @@ static const char * const gSubTypes[] = {
     "SRG",
     "SSP",
     "STD",
+    "STN",
     "SUR",
     "SVC",
     "SYP",
@@ -545,14 +547,14 @@ static const char * const gSubTypes[] = {
 
 // Must be sorted by first value and then second value.
 static int32_t unitPerUnitToSingleUnit[][4] = {
-        {361, 331, 17, 0},
-        {363, 337, 17, 2},
-        {365, 331, 17, 3},
-        {365, 422, 4, 2},
-        {365, 423, 4, 3},
-        {380, 420, 3, 1},
-        {383, 11, 16, 4},
-        {425, 361, 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}
 };
 
 MeasureUnit *MeasureUnit::createGForce(UErrorCode &status) {