Searched refs:UReplaceable (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/common/unicode/ |
D | urep.h | 42 typedef void* UReplaceable; typedef 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, 146 void (*copy)(UReplaceable* rep,
|
/external/icu4c/test/cintltst/ |
D | utransts.c | 74 static int32_t Xlength(const UReplaceable* rep) { in Xlength() 80 static UChar XcharAt(const UReplaceable* rep, int32_t offset) { in XcharAt() 86 static UChar32 Xchar32At(const UReplaceable* rep, int32_t offset) { in Xchar32At() 92 static void Xreplace(UReplaceable* rep, int32_t start, int32_t limit, in Xreplace() 105 static void Xcopy(UReplaceable* rep, int32_t start, int32_t limit, int32_t dest) { in Xcopy() 117 static void Xextract(UReplaceable* rep, int32_t start, int32_t limit, UChar* dst) { in Xextract() 663 utrans_trans(trans, (UReplaceable*)xrepPtr, &xrepVtable, 0, &limit, &status); in _expect() 686 utrans_transIncremental(trans, (UReplaceable*)xrepPtr, &xrepVtable, &pos, &status); in _expect() 687 utrans_trans(trans, (UReplaceable*)xrepPtr, &xrepVtable, pos.start, &pos.limit, &status); in _expect()
|
/external/icu4c/i18n/ |
D | utrans.cpp | 40 UReplaceable *rep; 45 ReplaceableGlue(UReplaceable *replaceable, 87 ReplaceableGlue::ReplaceableGlue(UReplaceable *replaceable, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 400 UReplaceable* rep, in utrans_trans() 420 UReplaceable* rep, in utrans_transIncremental()
|
/external/icu4c/i18n/unicode/ |
D | utrans.h | 361 UReplaceable* rep, 412 UReplaceable* rep,
|