From 5aa92f0bf65062d4eed6fa12172e3f123b1c3496 Mon Sep 17 00:00:00 2001 From: Shane Carr Date: Sat, 21 Apr 2018 02:30:13 +0000 Subject: [PATCH] ICU-13521 Re-generating constants in measunit.cpp once more from the latest data on trunk. X-SVN-Rev: 41255 --- icu4c/source/i18n/measunit.cpp | 48 ++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/icu4c/source/i18n/measunit.cpp b/icu4c/source/i18n/measunit.cpp index ae1212613de..ce6309f796f 100644 --- a/icu4c/source/i18n/measunit.cpp +++ b/icu4c/source/i18n/measunit.cpp @@ -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) { -- 2.40.0