| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bc6bdda commit 452d74c
5 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -59,7 +59,7 @@ | |||
| 59 | 59 | * This value will change in the subsequent releases of ICU | |
| 60 | 60 | * @stable ICU 2.6 | |
| 61 | 61 | */ | |
| 62 | - #define U_ICU_VERSION_MINOR_NUM 1 | ||
| 62 | + #define U_ICU_VERSION_MINOR_NUM 2 | ||
| 63 | 63 | ||
| 64 | 64 | /** The current ICU patchlevel version as an integer. | |
| 65 | 65 | * This value will change in the subsequent releases of ICU | |
@@ -132,7 +132,7 @@ | |||
| 132 | 132 | * This value will change in the subsequent releases of ICU | |
| 133 | 133 | * @stable ICU 2.4 | |
| 134 | 134 | */ | |
| 135 | - #define U_ICU_VERSION "74.1" | ||
| 135 | + #define U_ICU_VERSION "74.2" | ||
| 136 | 136 | ||
| 137 | 137 | /** | |
| 138 | 138 | * The current ICU library major version number as a string, for library name suffixes. | |
@@ -151,7 +151,7 @@ | |||
| 151 | 151 | /** Data version in ICU4C. | |
| 152 | 152 | * @internal ICU 4.4 Internal Use Only | |
| 153 | 153 | **/ | |
| 154 | - #define U_ICU_DATA_VERSION "74.1" | ||
| 154 | + #define U_ICU_DATA_VERSION "74.2" | ||
| 155 | 155 | #endif /* U_HIDE_INTERNAL_API */ | |
| 156 | 156 | ||
| 157 | 157 | /*=========================================================================== | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1023,7 +1023,7 @@ struct DateTimePatternGenerator::AvailableFormatsSink : public ResourceSink { | |||
| 1023 | 1023 | AvailableFormatsSink(DateTimePatternGenerator& _dtpg) : dtpg(_dtpg) {} | |
| 1024 | 1024 | virtual ~AvailableFormatsSink(); | |
| 1025 | 1025 | ||
| 1026 | - virtual void put(const char *key, ResourceValue &value, UBool isRoot, | ||
| 1026 | + virtual void put(const char *key, ResourceValue &value, UBool /*isRoot*/, | ||
| 1027 | 1027 | UErrorCode &errorCode) override { | |
| 1028 | 1028 | const UnicodeString formatKey(key, -1, US_INV); | |
| 1029 | 1029 | if (!dtpg.isAvailableFormatSet(formatKey) ) { | |
@@ -1032,7 +1032,7 @@ struct DateTimePatternGenerator::AvailableFormatsSink : public ResourceSink { | |||
| 1032 | 1032 | // derived from std patterns, but not a previous availableFormats entry: | |
| 1033 | 1033 | const UnicodeString& formatValue = value.getUnicodeString(errorCode); | |
| 1034 | 1034 | conflictingPattern.remove(); | |
| 1035 | - dtpg.addPatternWithSkeleton(formatValue, &formatKey, !isRoot, conflictingPattern, errorCode); | ||
| 1035 | + dtpg.addPatternWithSkeleton(formatValue, &formatKey, true, conflictingPattern, errorCode); | ||
| 1036 | 1036 | } | |
| 1037 | 1037 | } | |
| 1038 | 1038 | }; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -123,19 +123,19 @@ if (isMockable) { | |||
| 123 | 123 | locales.map((LANG) => runEnvOutside({ LANG, TZ: 'Europe/Zurich' }, 'new Date(333333333333).toLocaleString()')), | |
| 124 | 124 | [ | |
| 125 | 125 | '7/25/1980, 1:35:33 AM', | |
| 126 | - '1980/7/25 1:35:33', | ||
| 126 | + '1980/7/25 01:35:33', | ||
| 127 | 127 | '25/7/1980, 1:35:33 am', | |
| 128 | 128 | '25/7/1980, 1:35:33', | |
| 129 | - '25/07/1980 1:35:33', | ||
| 129 | + '25/07/1980 01:35:33', | ||
| 130 | 130 | '٢٥/٧/١٩٨٠، ١:٣٥:٣٣ ص', | |
| 131 | 131 | '২৫/৭/১৯৮০, ১:৩৫:৩৩ AM', | |
| 132 | - '25.07.1980, 1:35:33', | ||
| 133 | - '25/07/1980, 1:35:33', | ||
| 132 | + '25.07.1980, 01:35:33', | ||
| 133 | + '25/07/1980, 01:35:33', | ||
| 134 | 134 | '25/7/1980، 1:35:33 AM', | |
| 135 | 135 | '25/7/1980, 01.35.33', | |
| 136 | - '25.7.1980, 1:35:33', | ||
| 136 | + '25.7.1980, 01:35:33', | ||
| 137 | 137 | '1980/7/25 1:35:33', | |
| 138 | - '25/7/1980 1:35:33', | ||
| 138 | + '25/7/1980 01:35:33', | ||
| 139 | 139 | '२५/७/१९८०, १:३५:३३ AM', | |
| 140 | 140 | '25/7/1980 1:35:33 AM', | |
| 141 | 141 | ] | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | [ | |
| 2 | 2 | { | |
| 3 | - "url": "https://github.com/unicode-org/icu/releases/download/release-74-1/icu4c-74_1-src.tgz", | ||
| 4 | - "md5": "71e60b22697c4f35820a1897417dbab4" | ||
| 3 | + "url": "https://github.com/unicode-org/icu/releases/download/release-74-2/icu4c-74_2-src.tgz", | ||
| 4 | + "md5": "94c0b370f43123ea92b146ebea9c709d" | ||
| 5 | 5 | } | |
| 6 | 6 | ] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments