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

uscanset.h File Reference

Go to the source code of this file.

Compounds

struct  u_scanf_scanset
struct  u_scanf_scanset_pair

Typedefs

typedef struct u_scanf_scanset_pair u_scanf_scanset_pair
typedef struct u_scanf_scanset u_scanf_scanset

Functions

UBool u_scanf_scanset_init (u_scanf_scanset *scanset, const UChar *s, int32_t *len)
 Init a u_scanf_scanset. More...

UBool u_scanf_scanset_in (u_scanf_scanset *scanset, UChar c)
 Determine if a UChar is in a u_scanf_scanset. More...


Typedef Documentation

typedef struct u_scanf_scanset u_scanf_scanset
 

Definition at line 48 of file uscanset.h.

typedef struct u_scanf_scanset_pair u_scanf_scanset_pair
 

Definition at line 32 of file uscanset.h.


Function Documentation

UBool u_scanf_scanset_in ( u_scanf_scanset * scanset,
UChar c )
 

Determine if a UChar is in a u_scanf_scanset.

Parameters:
scanset   A pointer to a u_scanf_scanset
c   The UChar to test.
Returns:
TRUE if the UChar is in the scanset, FALSE otherwise

UBool u_scanf_scanset_init ( u_scanf_scanset * scanset,
const UChar * s,
int32_t * len )
 

Init a u_scanf_scanset.

Parameters:
scanset   A pointer to the u_scanf_scanset to init.
s   A pointer to the first character in the scanset
len   On input, a pointer to the length of s. On output, a pointer to the number of characters parsed, excluding the final ']'
Returns:
TRUE if successful, FALSE otherwise.


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