Compounds | |||
![]() | ![]() | struct | _UReplaceableCallbacks |
Typedefs | |||
![]() | ![]() | typedef void* | UReplaceable |
![]() | ![]() | An opaque replaceable text object. More... | |
![]() | ![]() | typedef struct _UReplaceableCallbacks | UReplaceableCallbacks |
![]() | ![]() | A set of function pointers that transliterators use to manipulate a UReplaceable. More... |
typedef void* UReplaceable |
An opaque replaceable text object.
This will be manipulated only through the caller-supplied UReplaceableFunctor struct. Related to the C++ class Replaceable.
typedef struct _UReplaceableCallbacks UReplaceableCallbacks |
A set of function pointers that transliterators use to manipulate a UReplaceable.
The caller should supply the required functions to manipulate their text appropriately. Related to the C++ class Replaceable.