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

uprntf_p.h File Reference

Go to the source code of this file.

Compounds

struct  u_printf_spec

Typedefs

typedef struct u_printf_spec u_printf_spec

Functions

int32_t u_printf_parse_spec (const UChar *fmt, u_printf_spec *spec)
 Parse a single u_printf format specifier. More...


Typedef Documentation

typedef struct u_printf_spec u_printf_spec
 

Definition at line 33 of file uprntf_p.h.


Function Documentation

int32_t u_printf_parse_spec ( const UChar * fmt,
u_printf_spec * spec )
 

Parse a single u_printf format specifier.

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


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