Searched refs:UReplaceable (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | urep.h | 44 typedef void* UReplaceable; typedef 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, 148 void (*copy)(UReplaceable* rep,
|
/external/icu/icu4c/source/test/cintltst/ |
D | utransts.c | 80 static int32_t Xlength(const UReplaceable* rep) { in Xlength() 86 static UChar XcharAt(const UReplaceable* rep, int32_t offset) { in XcharAt() 92 static UChar32 Xchar32At(const UReplaceable* rep, int32_t offset) { in Xchar32At() 98 static void Xreplace(UReplaceable* rep, int32_t start, int32_t limit, in Xreplace() 111 static void Xcopy(UReplaceable* rep, int32_t start, int32_t limit, int32_t dest) { in Xcopy() 123 static void Xextract(UReplaceable* rep, int32_t start, int32_t limit, UChar* dst) { in Xextract() 741 utrans_trans(trans, (UReplaceable*)xrepPtr, &xrepVtable, 0, &limit, &status); in _expect() 764 utrans_transIncremental(trans, (UReplaceable*)xrepPtr, &xrepVtable, &pos, &status); in _expect() 765 utrans_trans(trans, (UReplaceable*)xrepPtr, &xrepVtable, pos.start, &pos.limit, &status); in _expect()
|
/external/icu/icu4c/source/i18n/ |
D | utrans.cpp | 43 UReplaceable *rep; 48 ReplaceableGlue(UReplaceable *replaceable, 90 ReplaceableGlue::ReplaceableGlue(UReplaceable *replaceable, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 400 UReplaceable* rep, in utrans_trans() 420 UReplaceable* rep, in utrans_transIncremental()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | utrans.h | 384 UReplaceable* rep, 435 UReplaceable* rep,
|