Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

uscanf_p.h File Reference

Go to the source code of this file.

Compounds

struct  u_scanf_spec

Typedefs

typedef struct u_scanf_spec u_scanf_spec

Functions

int32_t u_scanf_parse_spec (const UChar *fmt, u_scanf_spec *spec)
 Parse a single u_scanf format specifier. More...


Typedef Documentation

typedef struct u_scanf_spec u_scanf_spec
 

Definition at line 32 of file uscanf_p.h.


Function Documentation

int32_t u_scanf_parse_spec ( const UChar * fmt,
u_scanf_spec * spec )
 

Parse a single u_scanf format specifier.

Parameters:
fmt   A pointer to a '%' character in a u_scanf format specification.
spec   A pointer to a u_scanf_spec to receive the parsed format specifier.
Returns:
The number of characters contained in this specifier.


Generated at Tue Dec 5 17:55:51 2000 for ICU by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000