Jonathan Gibbons
|
6f492e8005
|
8309686: inconsistent URL for https://www.unicode.org/reports/tr35
Reviewed-by: naoto
|
2023-06-08 22:16:42 +00:00 |
|
Naoto Sato
|
1264902517
|
8308316: Default decomposition mode in Collator
Reviewed-by: rriggs
|
2023-05-31 15:56:40 +00:00 |
|
Justin Lu
|
46c4da7fdd
|
8159023: Engineering notation of DecimalFormat does not work as documented
Reviewed-by: naoto
|
2023-05-25 21:54:58 +00:00 |
|
Naoto Sato
|
27ba8bd4ed
|
8308108: Support Unicode extension for collation settings
Reviewed-by: iris, rriggs, jlu, alanb
|
2023-05-25 17:20:02 +00:00 |
|
Naoto Sato
|
f9a785e855
|
8307547: Support variant collations
Reviewed-by: srl, jlu, alanb
|
2023-05-16 18:00:45 +00:00 |
|
Justin Lu
|
4441a2306f
|
6714245: [Col] Collator - Faster Comparison for identical strings.
Reviewed-by: rriggs, naoto
|
2023-05-12 19:58:37 +00:00 |
|
Jonathan Gibbons
|
c6bd489cc8
|
8305206: Add @spec tags in java.base/java.* (part 1)
Reviewed-by: alanb, naoto, darcy, lancea, dfuchs, iris, mchung
|
2023-04-04 00:09:38 +00:00 |
|
Justin Lu
|
d8158897c3
|
8304993: bad sentence break in DateFormat
Reviewed-by: rriggs, naoto, lancea, iris
|
2023-03-30 22:34:42 +00:00 |
|
Tagir F. Valeev
|
3f3a1f534b
|
8302815: Use new Math.clamp method in core libraries
Reviewed-by: alanb
|
2023-02-22 09:51:14 +00:00 |
|
Justin Lu
|
b3822f50c8
|
8300589: Use @snippet and @linkplain in java.text.CollationKey and java.text.CompactNumberFormat
Reviewed-by: lancea, naoto, iris
|
2023-01-24 04:35:46 +00:00 |
|
Justin Lu
|
0323609f44
|
8300706: Use @snippet in java.text
Reviewed-by: naoto
|
2023-01-24 02:05:05 +00:00 |
|
Justin Lu
|
dcf1523bf2
|
8300077: Refactor code examples to use @snippet in java.text.ChoiceFormat
Reviewed-by: lancea, iris, naoto
|
2023-01-23 19:31:36 +00:00 |
|
Justin Lu
|
9b97699be5
|
8300586: Refactor code examples to use @snippet in java.text.Collator
Reviewed-by: iris, lancea, naoto
|
2023-01-19 22:36:17 +00:00 |
|
Justin Lu
|
fbbb27e770
|
8300356: Refactor code examples to use @snippet in java.text.CollationElementIterator
Reviewed-by: naoto
|
2023-01-19 22:35:24 +00:00 |
|
Justin Lu
|
31a2e02afc
|
8300308: java.text.MessageFormat has incorrect doc comment
Reviewed-by: naoto, lancea
|
2023-01-18 23:10:57 +00:00 |
|
Justin Lu
|
dfe94b89f8
|
8300307: Refactor code examples to use @snippet in java.text.DateFormat
Reviewed-by: lancea, iris, naoto
|
2023-01-18 23:09:46 +00:00 |
|
Justin Lu
|
ade08e190c
|
8300093: Refactor code examples to use @snippet in java.text.MessageFormat
Reviewed-by: iris, naoto
|
2023-01-17 19:40:41 +00:00 |
|
Justin Lu
|
cd10c7278d
|
8299500: Usage of constructors of primitive wrapper classes should be avoided in java.text API docs
Reviewed-by: naoto, lancea
|
2023-01-09 17:43:31 +00:00 |
|
Naoto Sato
|
e238920bb6
|
8295372: CompactNumberFormat handling of number one with decimal part
Reviewed-by: joehw
|
2022-10-19 16:24:15 +00:00 |
|
Justin Lu
|
d39d8c856a
|
8170389: java.text.DigitList.getDouble() : Controversy between javadoc and code
Reviewed-by: naoto, lancea
|
2022-10-07 22:58:26 +00:00 |
|
Justin Lu
|
87acfee3c3
|
8294397: Replace StringBuffer with StringBuilder within java.text
Reviewed-by: lancea, naoto, bchristi
|
2022-10-05 18:42:00 +00:00 |
|
Justin Lu
|
43eff2b309
|
8272687: Replace StringBuffer with StringBuilder in RuleBasedCollator
Reviewed-by: lancea, naoto, bchristi, bpb
|
2022-09-26 22:31:51 +00:00 |
|
Naoto Sato
|
b8598b0297
|
8291660: Grapheme support in BreakIterator
Reviewed-by: smarks
|
2022-09-09 17:13:51 +00:00 |
|
Andrey Turbanov
|
0d51f63a2e
|
8293008: Replace uses of StringBuffer with StringBuilder in MergeCollation
Reviewed-by: rriggs, naoto, bpb
|
2022-08-31 13:56:50 +00:00 |
|
Andrey Turbanov
|
d3d2e669b7
|
8293009: Remove unused field 'millisPerHour' in DateFormatSymbols
Reviewed-by: naoto, jpai
|
2022-08-30 17:31:21 +00:00 |
|
Roger Riggs
|
17c52789b7
|
8286378: Address possibly lossy conversions in java.base
Reviewed-by: naoto, xuelei, bpb, alanb
|
2022-05-12 16:50:36 +00:00 |
|
Magnus Ihse Bursie
|
fb469fb894
|
8284893: Fix typos in java.base
Reviewed-by: iris, wetmore, lancea, mullan, naoto
|
2022-04-19 20:07:57 +00:00 |
|
Naoto Sato
|
d6b4693c05
|
8283698: Refactor Locale constructors used in src/test
Reviewed-by: iris, joehw
|
2022-04-08 15:23:25 +00:00 |
|
Jim Laskey
|
557ff4b355
|
8282625: Formatter caches Locale/DecimalFormatSymbols poorly
Reviewed-by: naoto, rriggs, jpai
|
2022-03-22 15:32:46 +00:00 |
|
Naoto Sato
|
c96085eaab
|
8282929: Localized monetary symbols are not reflected in toLocalizedPattern return value
Reviewed-by: joehw, lancea
|
2022-03-14 16:28:15 +00:00 |
|
Naoto Sato
|
129277653e
|
8281317: CompactNumberFormat displays 4-digit values when rounding to a new range
Reviewed-by: joehw
|
2022-02-17 19:03:08 +00:00 |
|
Joe Darcy
|
4dbebb62aa
|
8280534: Enable compile-time doclint reference checking
Reviewed-by: serb, naoto, mchung, lancea, iris
|
2022-01-31 23:22:38 +00:00 |
|
Joe Darcy
|
8e82d0021c
|
8280492: Use cross-module syntax for cross-module links
Reviewed-by: iris, serb, lancea, dfuchs, aivanov
|
2022-01-24 20:16:38 +00:00 |
|
Pavel Rappo
|
f180530935
|
8279918: Fix various doc typos
Reviewed-by: kevinw, lancea, mullan, sspitsyn, naoto, jlahoda, azvegint, egahlin, jjg
|
2022-01-14 16:10:14 +00:00 |
|
Naoto Sato
|
0c409cac78
|
8276186: Require getAvailableLocales() methods to include Locale.ROOT
Reviewed-by: prappo, smarks, iris
|
2021-11-10 20:52:11 +00:00 |
|
Andrey Turbanov
|
9a3e954299
|
8274879: Replace uses of StringBuffer with StringBuilder within java.base classes
Reviewed-by: naoto
|
2021-10-27 16:18:12 +00:00 |
|
Andrey Turbanov
|
56b8b35286
|
8273261: Replace 'while' cycles with iterator with enhanced-for in java.base
Reviewed-by: dfuchs, rriggs, iris, mullan
|
2021-09-23 20:04:36 +00:00 |
|
Naoto Sato
|
c43452859d
|
8273546: DecimalFormat documentation contains literal HTML character references
Reviewed-by: joehw, bpb, iris, lancea
|
2021-09-23 12:48:49 +00:00 |
|
Andrey Turbanov
|
51c1b9a687
|
8272616: Strange code in java.text.DecimalFormat#applyPattern
Reviewed-by: bpb, naoto, iris
|
2021-08-19 15:57:18 +00:00 |
|
Claes Redestad
|
30b0f820ce
|
8272626: Avoid C-style array declarations in java.*
Reviewed-by: dfuchs, alanb
|
2021-08-18 10:47:03 +00:00 |
|
Naoto Sato
|
54dd510bd5
|
8269704: Typo in j.t.Normalizer.normalize()
Reviewed-by: joehw, prappo, iris
|
2021-07-01 12:08:21 +00:00 |
|
Patrick Concannon
|
4eb216824f
|
8267670: Update java.io, java.math, and java.text to use switch expressions
Reviewed-by: darcy, chegar, naoto, iris, dfuchs, lancea, vtewari
|
2021-06-01 10:14:56 +00:00 |
|
Naoto Sato
|
96e5c3f1e0
|
8263890: Broken links to Unicode.org
Reviewed-by: redestad, joehw, iris
|
2021-03-19 21:48:36 +00:00 |
|
Alex Blewitt
|
b49c589340
|
8263658: Use the blessed modifier order in java.base
Reviewed-by: rriggs, redestad
|
2021-03-19 13:06:58 +00:00 |
|
Patrick Concannon
|
0f2402d0a2
|
8263190: Update java.io, java.math, and java.text to use instanceof pattern variable
Reviewed-by: lancea, bpb, darcy, naoto, iris, dfuchs, smarks, redestad
|
2021-03-09 11:09:06 +00:00 |
|
Naoto Sato
|
8a1c712c2e
|
8261728: SimpleDateFormat should link to DateTimeFormatter
Reviewed-by: bpb, rriggs, lancea, iris
|
2021-02-19 16:44:38 +00:00 |
|
Naoto Sato
|
cd73939b79
|
8259528: Broken Link for [java.text.Normalizer.Form]
Reviewed-by: lancea, joehw, iris
|
2021-01-11 22:02:46 +00:00 |
|
Naoto Sato
|
2c3a2bed6d
|
8211449: Correction to the spec of implicit negative subpattern in DecimalFormat
Reviewed-by: bpb
|
2020-11-20 17:10:00 +00:00 |
|
Naoto Sato
|
68138893a5
|
8251317: Support for CLDR version 38
Reviewed-by: erikj, bchristi, joehw
|
2020-11-19 22:41:11 +00:00 |
|
Naoto Sato
|
bf84dac4cf
|
8247781: Day periods support
Reviewed-by: scolebourne, rriggs, joehw
|
2020-11-16 23:12:45 +00:00 |
|