Home
last modified time | relevance | path

Searched defs:UReplaceableCallbacks (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Durep.h51 typedef struct UReplaceableCallbacks { struct
61 int32_t (*length)(const UReplaceable* rep);
74 UChar (*charAt)(const UReplaceable* rep,
87 UChar32 (*char32At)(const UReplaceable* rep,
106 void (*replace)(UReplaceable* rep,
125 void (*extract)(UReplaceable* rep,
151 } UReplaceableCallbacks; argument