Searched defs:UReplaceableCallbacks (Results 1 – 4 of 4) sorted by relevance
/external/icu/libicu/ndk_headers/unicode/ |
D | urep.h | 55 typedef struct UReplaceableCallbacks { struct 65 int32_t (*length)(const UReplaceable* rep); 78 UChar (*charAt)(const UReplaceable* rep, 91 UChar32 (*char32At)(const UReplaceable* rep, 110 void (*replace)(UReplaceable* rep, 129 void (*extract)(UReplaceable* rep, 155 } UReplaceableCallbacks; typedef
|
/external/icu/libandroidicu/include/unicode/ |
D | urep.h | 53 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
|
/external/icu/libicu/cts_headers/unicode/ |
D | urep.h | 53 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
|
/external/icu/icu4c/source/common/unicode/ |
D | urep.h | 53 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
|