Fredrik Roubert
2de88f9d9c
ICU-21833 Replace UChar with char16_t in all C++ code.
2023-02-06 19:27:44 +01:00
Peter Varga
1986dcd0d8
ICU-21734 Add missing overrides
2021-09-07 17:42:14 -07:00
Rich Gillam
19b8b076f9
ICU-20992 Added new API for iterating child resources while following aliases, and changed DateTimePatternGenerator
...
to use it.
2021-09-03 12:47:24 -07:00
Markus Scherer
a300d8dd02
ICU-20769 refactor UResourceBundle.fResData & init_resb_result()
...
- replace UResourceBundle.fResData with access via fData
- change ResourceDataValue.resData into a pointer
- move C tests to C++ that stack-allocate now-C++ UResourceBundle
- init_resb_result():
- remove redundant ResourceData parameter
- simplify memory management, and various small simplifications
- /LOCALE/path reuse valid locale, no ures_open()
- pull alias-fetching code into separate function getAliasTargetAsResourceBundle()
- `const char *` for keyPath pieces
- s/noAlias/recursionDepth/
- getAllItemsWithFallback() set correct parentBundle.fValidLocaleDataEntry
2021-08-31 02:26:33 +00:00
Markus Scherer
18c4a69f80
ICU-9961 replace U_DRAFT/U_STABLE/U_INTERNAL with U_CAPI
2020-09-10 11:23:44 -07:00
Markus Scherer
41c24b6c00
ICU-9695 port LocaleMatcher to C++
2019-08-19 10:41:35 -07:00
Shane Carr
2b611dbf6e
ICU-20593 Trace instrumentation for data loading.
...
- Adds hooks to utrace.h to record when ICU reads from locale data.
- Adds userguide page to document the new hooks.
2019-06-07 15:56:02 -07:00
Daniel Ju
b13c951348
ICU-20043 ICU-13214 ICU-13764 MSVC W3 and W4 warning cleanup ( #53 )
...
Cleaned up all of the MSVC W3 warnings and most of the W4 warnings in the common and i18n projects.
2018-09-27 14:27:38 -07:00
Andy Heninger
04448b004f
ICU-12764 UTF-8 source files, update file encoding comments.
...
X-SVN-Rev: 39641
2017-02-03 18:57:23 +00:00
Andy Heninger
242e02c388
ICU-12764 icu4c utf-8 source files, update Copyright notices.
...
X-SVN-Rev: 39583
2017-01-20 00:20:31 +00:00
Felipe Balbontín
eae3a7e3e6
ICU-12634 Remove ResourceTableSink and ures_getAllTableItems().
...
X-SVN-Rev: 39155
2016-09-07 19:22:41 +00:00
Felipe Balbontín
b17650f34a
ICU-12634 Remove ResourceArraySink and ResourceTableSink.enter(), leave() and getOrCreateArraySink().
...
X-SVN-Rev: 38983
2016-07-19 18:37:37 +00:00
Michael Ow
61607c2773
ICU-12564 Update copyright notice in trunk
...
X-SVN-Rev: 38848
2016-06-15 18:58:17 +00:00
Yoshito Umaoka
00ca13e126
ICU-12564 Reverted r38761 and r38762, because we want to prepend the Unicode copyright for existing source files, instead of replacing copyright comments.
...
X-SVN-Rev: 38776
2016-05-31 21:45:07 +00:00
Michael Ow
c9f199a30f
ICU-12564 Update copyright notice in ICU4C
...
X-SVN-Rev: 38761
2016-05-26 22:32:17 +00:00
Markus Scherer
192500a361
ICU-12510 resource data enumeration: get array/table objects from ResourceValue, iterate with nested code & functions not by returning nested sinks; use this in DateTimePatternGenerator AllowedHourFormatsSink
...
X-SVN-Rev: 38655
2016-04-27 16:19:26 +00:00
Markus Scherer
d5877ebe4e
ICU-11986 use prefix Resource for C++ classes, prefix UResource for C types
...
X-SVN-Rev: 38087
2015-11-18 00:18:28 +00:00
Markus Scherer
147ca53163
ICU-11986 enumerate most of the measurement unit formatting data, rather than lookup-with-fallback for each piece; adds necessary fallback on leaf level
...
X-SVN-Rev: 38082
2015-11-12 22:09:04 +00:00
Markus Scherer
36e5d9e75f
ICU-11537 move shared resource bundle string values to pool.res, .res formatVersion 3; merge --integrate from dev branch, plus make toolutil/pkgitems.cpp set poolBundleStrings so that icupkg can check dependencies
...
X-SVN-Rev: 37731
2015-08-07 18:44:38 +00:00
Markus Scherer
6390003c87
ICU-9008 some more U_SIGNED_RIGHT_SHIFT_IS_ARITHMETIC fixes; include putilimp.h where that macro is tested
...
X-SVN-Rev: 31188
2012-01-10 07:15:25 +00:00
Markus Scherer
1b9190739f
ICU-9008 version of RES_GET_INT(res) for when >> does not sign-extend
...
X-SVN-Rev: 31119
2011-12-15 00:43:16 +00:00
Andy Heninger
3cf524ee6a
ICU-8595 Compiler warning fixes for UResType
...
X-SVN-Rev: 30295
2011-07-08 01:14:44 +00:00
Markus Scherer
c9087beb0d
ICU-6945 merge into trunk: changes for .res formatVersion 2 ( #6945 ) and new ICU4J data .jar building from ICU4C ( #7043 ), from -r 26329:26368 icu/branches/markus/smallres2
...
X-SVN-Rev: 26375
2009-07-17 22:57:26 +00:00
George Rhoten
8c383fed44
ICU-4707 Fix some compiler warnings.
...
X-SVN-Rev: 20153
2006-08-24 18:51:49 +00:00
Markus Scherer
7076ab9ce6
ICU-4739 add "no fallback" flag to resource bundles
...
X-SVN-Rev: 18835
2005-11-28 23:59:33 +00:00
Markus Scherer
74d7d229f7
ICU-3115 remove redundant functions to simplify code and testing
...
X-SVN-Rev: 13462
2003-10-17 23:55:44 +00:00
Markus Scherer
79d9c79992
ICU-3115 support table32 resources for >64k key chars and >64k table items
...
X-SVN-Rev: 13184
2003-09-24 17:44:43 +00:00
Markus Scherer
e93e5a99cd
ICU-2235 .res 1.1 adds indexes[] for friendly reading and swapping
...
X-SVN-Rev: 13182
2003-09-24 00:35:27 +00:00
George Rhoten
556b322585
ICU-2235 Fix for gcc
...
X-SVN-Rev: 12817
2003-08-13 20:40:12 +00:00
Markus Scherer
c96db994ab
ICU-2235 initial icu data swapping code
...
X-SVN-Rev: 12797
2003-08-08 23:39:34 +00:00
Markus Scherer
6ed802dbb0
ICU-2134 document .res file format, add alias type description
...
X-SVN-Rev: 10690
2002-12-16 22:43:08 +00:00
Vladimir Weinstein
484b577415
ICU-1948 Fixed incorrectly assigning keys to directly accessed resources
...
X-SVN-Rev: 9440
2002-07-30 20:49:30 +00:00
Vladimir Weinstein
dce5b17a3a
ICU-1948 Support for direct resource access and resource level sharing (aliases)
...
X-SVN-Rev: 8934
2002-06-24 20:58:17 +00:00
Vladimir Weinstein
36387b18a7
ICU-1948 Support for resource level aliases
...
X-SVN-Rev: 8893
2002-06-14 06:03:08 +00:00
Vladimir Weinstein
749a62ae93
ICU-1078 support for IntVector type in resource bundles
...
X-SVN-Rev: 5410
2001-08-01 17:08:07 +00:00
Vladimir Weinstein
d6693e4b66
ICU-1005 more resource bundle cleanup and greater test coverage, fixed faulty test
...
X-SVN-Rev: 5362
2001-07-27 17:15:30 +00:00
George Rhoten
c4997713ef
ICU-903 Updated the copyright notice
...
X-SVN-Rev: 4238
2001-03-21 20:44:20 +00:00
Vladimir Weinstein
b32fbfedc6
ICU-447 removed dead code
...
X-SVN-Rev: 1995
2000-07-20 22:25:32 +00:00
Helena Chapman
69ba12f77c
ICU-351 Define UBool to be used in the APIs.
...
X-SVN-Rev: 1410
2000-05-18 22:08:39 +00:00
Vladimir Weinstein
881a9d1d31
ICU-184 support for storing binary collation data in resource bundles (initial revision)
...
X-SVN-Rev: 1408
2000-05-18 21:25:51 +00:00
Vladimir Weinstein
c786b21d52
ICU-184 resource data files in memory mapped format (initial revision)
...
X-SVN-Rev: 1365
2000-05-15 18:39:17 +00:00
Vladimir Weinstein
8e21f86812
ICU-12 all public include files are now in unicode dir, all private icu_ functions renamed to uprv_
...
X-SVN-Rev: 472
1999-12-28 23:39:02 +00:00
Markus Scherer
4c2da39849
ICU-184 first code for udata-style .res files with C access implementation
...
X-SVN-Rev: 360
1999-12-09 18:35:11 +00:00