From: Peter Edberg Date: Fri, 15 Jun 2018 01:12:52 +0000 (+0000) Subject: ICU-13823 ICU 62.1 BRS, update measurement unit constants for release-33-1-d03 (delet... X-Git-Tag: last-svn-commit~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=733e363203565df104b5e173b2a6393f868b8bab;p=icu ICU-13823 ICU 62.1 BRS, update measurement unit constants for release-33-1-d03 (deletes VES) X-SVN-Rev: 41528 --- diff --git a/icu4c/source/i18n/measunit.cpp b/icu4c/source/i18n/measunit.cpp index 667c73992fe..211d9591e03 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, - 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