Home
last modified time | relevance | path

Searched refs:UReplaceable (Results 1 – 8 of 8) sorted by relevance

/external/icu/libandroidicu/include/unicode/
Durep.h44 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,
Dutrans.h387 UReplaceable* rep,
438 UReplaceable* rep,
/external/icu/icu4c/source/common/unicode/
Durep.h44 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/libicu/cts_headers/unicode/
Durep.h44 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,
Dutrans.h387 UReplaceable* rep,
438 UReplaceable* rep,
/external/icu/icu4c/source/test/cintltst/
Dutransts.c82 static int32_t Xlength(const UReplaceable* rep) { in Xlength()
88 static UChar XcharAt(const UReplaceable* rep, int32_t offset) { in XcharAt()
94 static UChar32 Xchar32At(const UReplaceable* rep, int32_t offset) { in Xchar32At()
100 static void Xreplace(UReplaceable* rep, int32_t start, int32_t limit, in Xreplace()
113 static void Xcopy(UReplaceable* rep, int32_t start, int32_t limit, int32_t dest) { in Xcopy()
125 static void Xextract(UReplaceable* rep, int32_t start, int32_t limit, UChar* dst) { in Xextract()
804 utrans_trans(trans, (UReplaceable*)xrepPtr, &xrepVtable, 0, &limit, &status); in _expect()
827 utrans_transIncremental(trans, (UReplaceable*)xrepPtr, &xrepVtable, &pos, &status); in _expect()
828 utrans_trans(trans, (UReplaceable*)xrepPtr, &xrepVtable, pos.start, &pos.limit, &status); in _expect()
/external/icu/icu4c/source/i18n/
Dutrans.cpp43 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/
Dutrans.h387 UReplaceable* rep,
438 UReplaceable* rep,