Home
last modified time | relevance | path

Searched refs:UReplaceable (Results 1 – 19 of 19) 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/cronet/stable/third_party/icu/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/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/ndk_headers/unicode/
Durep.h46 typedef void* UReplaceable; typedef
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,
150 void (*copy)(UReplaceable* rep,
Dutrans.h350 UReplaceable* rep,
403 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/cronet/tot/third_party/icu/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/cronet/stable/third_party/icu/source/test/cintltst/
Dutransts.c83 static int32_t Xlength(const UReplaceable* rep) { in Xlength()
89 static UChar XcharAt(const UReplaceable* rep, int32_t offset) { in XcharAt()
95 static UChar32 Xchar32At(const UReplaceable* rep, int32_t offset) { in Xchar32At()
101 static void Xreplace(UReplaceable* rep, int32_t start, int32_t limit, in Xreplace()
114 static void Xcopy(UReplaceable* rep, int32_t start, int32_t limit, int32_t dest) { in Xcopy()
126 static void Xextract(UReplaceable* rep, int32_t start, int32_t limit, UChar* dst) { in Xextract()
805 utrans_trans(trans, (UReplaceable*)xrepPtr, &xrepVtable, 0, &limit, &status); in _expect()
828 utrans_transIncremental(trans, (UReplaceable*)xrepPtr, &xrepVtable, &pos, &status); in _expect()
829 utrans_trans(trans, (UReplaceable*)xrepPtr, &xrepVtable, pos.start, &pos.limit, &status); in _expect()
/external/icu/icu4c/source/test/cintltst/
Dutransts.c83 static int32_t Xlength(const UReplaceable* rep) { in Xlength()
89 static UChar XcharAt(const UReplaceable* rep, int32_t offset) { in XcharAt()
95 static UChar32 Xchar32At(const UReplaceable* rep, int32_t offset) { in Xchar32At()
101 static void Xreplace(UReplaceable* rep, int32_t start, int32_t limit, in Xreplace()
114 static void Xcopy(UReplaceable* rep, int32_t start, int32_t limit, int32_t dest) { in Xcopy()
126 static void Xextract(UReplaceable* rep, int32_t start, int32_t limit, UChar* dst) { in Xextract()
805 utrans_trans(trans, (UReplaceable*)xrepPtr, &xrepVtable, 0, &limit, &status); in _expect()
828 utrans_transIncremental(trans, (UReplaceable*)xrepPtr, &xrepVtable, &pos, &status); in _expect()
829 utrans_trans(trans, (UReplaceable*)xrepPtr, &xrepVtable, pos.start, &pos.limit, &status); in _expect()
/external/cronet/tot/third_party/icu/source/test/cintltst/
Dutransts.c83 static int32_t Xlength(const UReplaceable* rep) { in Xlength()
89 static UChar XcharAt(const UReplaceable* rep, int32_t offset) { in XcharAt()
95 static UChar32 Xchar32At(const UReplaceable* rep, int32_t offset) { in Xchar32At()
101 static void Xreplace(UReplaceable* rep, int32_t start, int32_t limit, in Xreplace()
114 static void Xcopy(UReplaceable* rep, int32_t start, int32_t limit, int32_t dest) { in Xcopy()
126 static void Xextract(UReplaceable* rep, int32_t start, int32_t limit, UChar* dst) { in Xextract()
805 utrans_trans(trans, (UReplaceable*)xrepPtr, &xrepVtable, 0, &limit, &status); in _expect()
828 utrans_transIncremental(trans, (UReplaceable*)xrepPtr, &xrepVtable, &pos, &status); in _expect()
829 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/cronet/stable/third_party/icu/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/cronet/tot/third_party/icu/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/cronet/tot/third_party/icu/source/i18n/unicode/
Dutrans.h387 UReplaceable* rep,
438 UReplaceable* rep,
/external/cronet/stable/third_party/icu/source/i18n/unicode/
Dutrans.h387 UReplaceable* rep,
438 UReplaceable* rep,
/external/icu/icu4c/source/i18n/unicode/
Dutrans.h387 UReplaceable* rep,
438 UReplaceable* rep,
/external/icu/libicu/src/
Dshim.cpp1237 void utrans_trans(const UTransliterator * trans, UReplaceable * rep, const UReplaceableCallbacks * … in utrans_trans()
1240 void utrans_transIncremental(const UTransliterator * trans, UReplaceable * rep, const UReplaceableC… in utrans_transIncremental()