mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-12186 Changed SimpleDateFormat#matchDayPeriodString from @internal protected to private, so it won't show up in the API reference doc.
X-SVN-Rev: 38505
This commit is contained in:
parent
8ebfaedce1
commit
f486f67188
1 changed files with 1 additions and 4 deletions
|
@ -2983,11 +2983,8 @@ public class SimpleDateFormat extends DateFormat {
|
|||
|
||||
/**
|
||||
* Similar to matchQuarterString but customized for day periods.
|
||||
* @internal
|
||||
* @deprecated This API is ICU internal only.
|
||||
*/
|
||||
@Deprecated
|
||||
protected int matchDayPeriodString(String text, int start, String[] data, int dataLength,
|
||||
private int matchDayPeriodString(String text, int start, String[] data, int dataLength,
|
||||
Output<DayPeriodRules.DayPeriod> dayPeriod)
|
||||
{
|
||||
int bestMatchLength = 0, bestMatch = -1;
|
||||
|
|
Loading…
Add table
Reference in a new issue