mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-11779 Fix parameter names in documentation.
X-SVN-Rev: 37774
This commit is contained in:
parent
6ed4b6178a
commit
03eab980da
1 changed files with 2 additions and 2 deletions
|
@ -259,7 +259,7 @@ udatpg_getBestPatternWithOptions(UDateTimePatternGenerator *dtpg,
|
|||
* Consecutive calls to this function do not affect each other,
|
||||
* but this function cannot be used concurrently on a single generator object.
|
||||
*
|
||||
* @param dtpg a pointer to UDateTimePatternGenerator.
|
||||
* @param unusedDtpg a pointer to UDateTimePatternGenerator.
|
||||
* This parameter is no longer used. Callers may pass NULL.
|
||||
* @param pattern input pattern, such as "dd/MMM".
|
||||
* @param length the length of pattern.
|
||||
|
@ -289,7 +289,7 @@ udatpg_getSkeleton(UDateTimePatternGenerator *unusedDtpg,
|
|||
* Consecutive calls to this function do not affect each other,
|
||||
* but this function cannot be used concurrently on a single generator object.
|
||||
*
|
||||
* @param dtpg a pointer to UDateTimePatternGenerator.
|
||||
* @param unusedDtpg a pointer to UDateTimePatternGenerator.
|
||||
* This parameter is no longer used. Callers may pass NULL.
|
||||
* @param pattern input pattern, such as "dd/MMM".
|
||||
* @param length the length of pattern.
|
||||
|
|
Loading…
Add table
Reference in a new issue