Commit graph

33180 commits

Author SHA1 Message Date
Elango Cheran
c1ca1f8877 ICU-22789 Add design option to TODO comment 2025-03-31 10:29:17 -07:00
Elango Cheran
1c59eafb4a ICU-22789 Reformat indentation 2025-03-28 16:27:26 -07:00
Elango Cheran
c3abc328d7 ICU-22789 Refactor and move up member field BreakIterator initialization
Move the initialization into the constructor of the concrete Segmenter class,
rather than relying on the first line of each relevant helper util class
method to do the initialization
2025-03-28 16:23:09 -07:00
Elango Cheran
1e90edba0c ICU-22789 Remove remaining methods after references removed in previous commit 2025-03-28 16:04:57 -07:00
Elango Cheran
3dbbdb4e4b ICU-22789 Replace Stream of boundary Integer with efficient IntStream 2025-03-28 16:02:38 -07:00
Elango Cheran
465f620158 ICU-22789 Make return type of interface method impl match interface signature 2025-01-09 14:50:32 -08:00
Elango Cheran
124c487d80 ICU-22789 Remove segmentAfterIndex and segmentBeforeIndex 2025-01-09 14:14:12 -08:00
Elango Cheran
036eb6e45b Revert "ICU-22789 Create top level classes for builders of concrete Segmenter types"
Also fix additional new usages of `LocalizedSegmenterBuilder` accordingly

This reverts commit f12d724f50.
2025-01-09 14:09:48 -08:00
Elango Cheran
f59006802f ICU-22789 Fix localized segmenter test by not expecting locale tailorings 2025-01-09 14:04:34 -08:00
Elango Cheran
19364023c3 Merge branch 'main' into breakiter-api-modern 2025-01-08 15:19:29 -08:00
Mihai Nita
ba5cf31f77 ICU-22921 Add windows script doing jar extraction 2025-01-08 13:54:42 -08:00
Frank Tang
9eafd8ca3e ICU-22991 Reduce Calendar object size
See #3327
2025-01-08 12:26:35 -08:00
Fredrik Roubert
6f93c07a45 ICU-22954 Revert to using std::u16string instead of UnicodeString.
It seems as if icu4c-windows-cygwin-gcc only crashes if the constructor
is defined inline, so with the exception of the constructor this commit
reverts the code to commit 320220ef69.
2025-01-08 10:13:20 +09:00
Fredrik Roubert
a8d9f471ea ICU-22713 Delete layout/DataDrivenTest. 2025-01-07 15:53:53 +09:00
Fredrik Roubert
b1acce62de ICU-22713 Delete unused files.
It's unclear when (if ever) these files were used for anything, but they
aren't used now and aren't expected to be used in the future.
2025-01-07 15:53:53 +09:00
Fredrik Roubert
c49a9c2a33 ICU-22713 Delete long since dead code.
None of the code in this directory is ever compiled unless USING_ICULEHB
is set, so all such conditionally compiled code has been dead ever since
commit 4136a2f257 deleted the layout engine.
2025-01-07 15:53:53 +09:00
Fredrik Roubert
df0422ed3f ICU-22954 Workaround: Replace std::u16string member with UnicodeString&. 2025-01-07 12:23:51 +09:00
Fredrik Roubert
b2a47f9aa4 ICU-22954 Delete copy & assign from IcuTestErrorCode.
There's no reason to ever make a copy of these objects, existing code
that does this is doing it by mistake.
2025-01-07 12:23:51 +09:00
Frank Tang
6091406a3a ICU-22991 Reduce fStamp to 8 bits
See #3323
2025-01-06 18:38:17 -08:00
Frank Yung-Fong Tang
4c3622f218 ICU-23000 Replace CharString for LocaleBased
See #3321
2025-01-06 14:09:30 -08:00
Elango Cheran
cf979a4f0f ICU-22789 Fix naming of APIs further 2025-01-03 21:10:14 -08:00
Elango Cheran
f9f4d041de ICU-22789 Fix boundary condition behavior for segmentsBefore API 2025-01-03 20:47:02 -08:00
Frank Tang
93ce388619 ICU-23002 Fix int64_t overflow in NFRule::parseRuleDescriptor
See #3324
2025-01-03 15:48:24 -08:00
Almaz Mingaleev
ed69e5336d ICU-22992 madvise memory mapped files on Android. 2025-01-03 15:00:51 -08:00
Elango Cheran
e500e421dc ICU-22789 Rename and adjust logic for Stream<Segment>-returning APIs 2025-01-03 13:20:00 -08:00
Elango Cheran
47ffdd8fa9 ICU-22789 Add segmentAt API for Segments interface 2025-01-03 12:23:33 -08:00
Elango Cheran
d9017e0408 ICU-22789 Fix typos, add TODOs for future optimization design 2025-01-03 11:22:35 -08:00
Elango Cheran
4163a6d898 ICU-22789 Rename and adjust boundary logic for boundariesBackFrom API for Segments interface 2025-01-03 08:42:12 -08:00
Elango Cheran
9fbcc8a055 ICU-22789 Rename boundariesAfter API for Segments interface 2025-01-03 08:16:54 -08:00
Elango Cheran
0e2b1dbb81 ICU-22789 Add isBoundary API for Segments interface 2025-01-03 08:07:48 -08:00
Elango Cheran
f12d724f50 ICU-22789 Create top level classes for builders of concrete Segmenter types 2025-01-01 21:11:19 -08:00
Elango Cheran
e0f3554b33 ICU-22789 Use interface type in declarations used in tests 2025-01-01 20:38:21 -08:00
Elango Cheran
9efe2df23f ICU-22789 Mark getNewBreakIterator internal until we can remove it 2025-01-01 20:35:40 -08:00
Elango Cheran
d9445d2aca ICU-22789 Move SegmentationType enum back into LocalizedSegmenter 2025-01-01 20:12:36 -08:00
Elango Cheran
767789a48a ICU-22789 Remove unused getters 2025-01-01 20:08:49 -08:00
Elango Cheran
8ee08e31c8 ICU-22789 Add source CharSequence to Segment class 2025-01-01 18:05:30 -08:00
Elango Cheran
5b6eaddced ICU-22789 Refactor default impls of Segments interface into reusable static util fns for concrete classes 2024-12-31 15:29:50 -08:00
Elango Cheran
94ec357df5 ICU-22789 Make followup adjustments to Segment field accessors after refactor 2024-12-31 14:43:31 -08:00
Markus Scherer
d9d09db2a7 ICU-22921 remove redundant PR checklist item 2024-12-26 11:07:30 -08:00
Frank Tang
841e88bc8c ICU-22991 Remove unused private fIsSet
This field is removed in Java 24 years ago. Save 24 bytes per Calendar
object.
2024-12-23 14:58:56 -08:00
Frank Tang
e515c84645 ICU-22991 Remove unnecessary overload in Calendar 2024-12-23 12:52:11 -08:00
Frank Tang
ff31805f56 ICU-22991 Change fIsTimeSet fAreFieldsSet fAreAllFieldsSet fAreFieldsVirtuallySet fIsSet fStamp to private
https://docs.google.com/document/d/1RqP3s7Y1YLahqopNcuadl3DT-DMIZ7ASXZbSy7M2mFE/edit?tab=t.0#heading=h.lok0fhe381qa
2024-12-23 12:51:13 -08:00
Markus Scherer
b0ae845e47 ICU-22954 USetHeaderOnlyTest use unique_ptr 2024-12-23 11:17:14 -08:00
Markus Scherer
c0a3fe15d4 ICU-22954 Partially revert PR #3295 U_ICU_NAMESPACE_OR_INTERNAL, header-only localpointer
This partially reverts commit 3527b3d320.

Making LocalPointer header-only, with a different namespace when compiling internally,
turned out to be problematic.
2024-12-23 11:17:14 -08:00
Markus Scherer
38b6d7fe5a ICU-22954 Revert PR #3295 make all LocalXyzPointer header-only
This reverts commit 5bdb4c44af.

Making LocalPointer header-only, with a different namespace when compiling internally,
turned out to be problematic.
2024-12-23 11:17:14 -08:00
Frank Tang
7546622f87 ICU-22991 Remove unnecessary computeGregorianAndDOWFields private
Move the DOW calculation into computeWeekFields
2024-12-20 16:33:53 -08:00
Frank Tang
4c9ef1a31b ICU-22962 Fix int overflow in Calendar::handleComputeJulianDay 2024-12-20 16:12:58 -08:00
Robin Leroy
7d60bb844e ICU-22986 GL takes CM 2024-12-20 03:54:59 +01:00
Markus Scherer
e3bc073737 ICU-22954 header-only-test USet C++ iterators 2024-12-19 17:40:33 -08:00
Markus Scherer
320220ef69 ICU-22954 intltest.h & IcuTestErrorCode usable without U_SHOW_CPLUSPLUS_API 2024-12-19 17:40:33 -08:00