Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Durep.h53 typedef struct UReplaceableCallbacks { struct
63 int32_t (*length)(const UReplaceable* rep);
76 UChar (*charAt)(const UReplaceable* rep,
89 UChar32 (*char32At)(const UReplaceable* rep,
108 void (*replace)(UReplaceable* rep,
127 void (*extract)(UReplaceable* rep,
153 } UReplaceableCallbacks; argument
/external/icu/libandroidicu/include/unicode/
Durep.h53 typedef struct UReplaceableCallbacks { struct
63 int32_t (*length)(const UReplaceable* rep);
76 UChar (*charAt)(const UReplaceable* rep,
89 UChar32 (*char32At)(const UReplaceable* rep,
108 void (*replace)(UReplaceable* rep,
127 void (*extract)(UReplaceable* rep,
153 } UReplaceableCallbacks; typedef