ICU 76.1 76.1
|
C API: Callbacks for UReplaceable. More...
#include "unicode/utypes.h"
Go to the source code of this file.
Data Structures | |
struct | UReplaceableCallbacks |
A set of function pointers that transliterators use to manipulate a UReplaceable. More... | |
Typedefs | |
typedef void * | UReplaceable |
An opaque replaceable text object. | |
typedef struct UReplaceableCallbacks | UReplaceableCallbacks |
A set of function pointers that transliterators use to manipulate a UReplaceable. | |
C API: Callbacks for UReplaceable.
Definition in file urep.h.
typedef void* UReplaceable |
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.