mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-17 18:56:53 +00:00
ICU-65 Custom string was being truncated
X-SVN-Rev: 311
This commit is contained in:
parent
3a3198e7f3
commit
392bf58ebe
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ TimeZone* TimeZone::fgDefaultZone = NULL;
|
|||
|
||||
const UnicodeString TimeZone::GMT_ID = UNICODE_STRING("GMT", 3);
|
||||
const int32_t TimeZone::GMT_ID_LENGTH = 3;
|
||||
const UnicodeString TimeZone::CUSTOM_ID = UNICODE_STRING("Custom", 3);
|
||||
const UnicodeString TimeZone::CUSTOM_ID = UNICODE_STRING("Custom", 6);
|
||||
|
||||
const TimeZone* TimeZone::GMT = new SimpleTimeZone(0, GMT_ID);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue