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

urep.h File Reference

#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 void * UReplaceable
 An opaque replaceable text object. More...

typedef UReplaceableCallbacks UReplaceableCallbacks
 A set of function pointers that transliterators use to manipulate a UReplaceable. More...


Typedef Documentation

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. This is currently only used in the Transliterator C API, see utrans.h .

Stable:
ICU 2.0

Definition at line 39 of file urep.h.

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.

Stable:
ICU 2.0


Generated on Mon Nov 24 14:36:04 2003 for ICU 2.8 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001