Home | History | Annotate | Download | only in unicode

Lines Matching refs:rep

57      * @param rep A pointer to "this" UReplaceable object.
61 int32_t (*length)(const UReplaceable* rep);
66 * returned by (*length)(rep). See unistr.h for a description of
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,