mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-3499 Documentation fixes
X-SVN-Rev: 15256
This commit is contained in:
parent
65fc3d4eb4
commit
de685ce34a
1 changed files with 2 additions and 1 deletions
|
@ -95,6 +95,7 @@
|
|||
Maybe a flush or a rewind are good enough.
|
||||
* Make sure that a UFile opened with "rw" can be used after using
|
||||
u_fflush with a u_frewind.
|
||||
* Test stdin and stdout with the u_f* functions
|
||||
* More testing is needed.
|
||||
*/
|
||||
|
||||
|
@ -796,7 +797,7 @@ u_sscanf_u(const UChar *buffer,
|
|||
* This is identical to <TT>u_sscanf_u</TT>, except that it will
|
||||
* <EM>not</EM> call <TT>va_start/TT> and <TT>va_end</TT>.
|
||||
*
|
||||
* @param buffer The UFILE from which to read.
|
||||
* @param buffer The Unicode string from which to read.
|
||||
* @param locale The locale to use for parsing the numbers, dates and other
|
||||
* locale specific information.
|
||||
* @param patternSpecification A pattern specifying how <TT>u_sscanf</TT> will
|
||||
|
|
Loading…
Add table
Reference in a new issue