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... |
|
Definition at line 48 of file uscanset.h. |
|
Definition at line 32 of file uscanset.h. |
|
Determine if a UChar is in a u_scanf_scanset.
|
|
Init a u_scanf_scanset.
|