#include "unicode/utypes.h"
Go to the source code of this file.
Compounds | |
struct | _UReplaceableCallbacks |
A set of function pointers that transliterators use to manipulate a UReplaceable. More... | |
Typedefs | |
typedef _UReplaceableCallbacks | UReplaceableCallbacks |
A set of function pointers that transliterators use to manipulate a UReplaceable. More... | |
Variables | |
U_CDECL_BEGIN typedef void * | UReplaceable |
An opaque replaceable text object. More... |
|
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.
|
|
An opaque replaceable text object. This will be manipulated only through the caller-supplied UReplaceableFunctor struct. Related to the C++ class Replaceable.
|