Home | History | Annotate | Download | only in unicode

Lines Matching refs:UReplaceable

33  * \brief C API: Callbacks for UReplaceable
42 typedef void* UReplaceable;
46 * UReplaceable. The caller should supply the required functions to
57 * @param rep A pointer to "this" UReplaceable object.
61 int32_t (*length)(const UReplaceable* rep);
69 * @param rep A pointer to "this" UReplaceable object.
74 UChar (*charAt)(const UReplaceable* rep,
82 * @param rep A pointer to "this" UReplaceable object.
87 UChar32 (*char32At)(const UReplaceable* rep,
95 * @param rep A pointer to "this" UReplaceable object.
106 void (*replace)(UReplaceable* rep,
116 * @param rep A pointer to "this" UReplaceable object.
125 void (*extract)(UReplaceable* rep,
137 * @param rep A pointer to "this" UReplaceable object.
146 void (*copy)(UReplaceable* rep,