OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UReplaceable
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/icu/source/common/unicode/
urep.h
33
* \brief C API: Callbacks for
UReplaceable
42
typedef void*
UReplaceable
;
46
*
UReplaceable
. The caller should supply the required functions to
57
* @param rep A pointer to "this"
UReplaceable
object.
61
int32_t (*length)(const
UReplaceable
* rep);
69
* @param rep A pointer to "this"
UReplaceable
object.
74
UChar (*charAt)(const
UReplaceable
* rep,
82
* @param rep A pointer to "this"
UReplaceable
object.
87
UChar32 (*char32At)(const
UReplaceable
* rep,
95
* @param rep A pointer to "this"
UReplaceable
object
[
all
...]
/external/icu4c/common/unicode/
urep.h
33
* \brief C API: Callbacks for
UReplaceable
42
typedef void*
UReplaceable
;
46
*
UReplaceable
. The caller should supply the required functions to
57
* @param rep A pointer to "this"
UReplaceable
object.
61
int32_t (*length)(const
UReplaceable
* rep);
69
* @param rep A pointer to "this"
UReplaceable
object.
74
UChar (*charAt)(const
UReplaceable
* rep,
82
* @param rep A pointer to "this"
UReplaceable
object.
87
UChar32 (*char32At)(const
UReplaceable
* rep,
95
* @param rep A pointer to "this"
UReplaceable
object
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
utrans.h
357
* Transliterate a segment of a
UReplaceable
string. The string is
358
* passed in as a
UReplaceable
pointer rep and a UReplaceableCallbacks
381
UReplaceable
* rep,
388
* Transliterate the portion of the
UReplaceable
text buffer that can
432
UReplaceable
* rep,
/external/icu4c/i18n/unicode/
utrans.h
357
* Transliterate a segment of a
UReplaceable
string. The string is
358
* passed in as a
UReplaceable
pointer rep and a UReplaceableCallbacks
381
UReplaceable
* rep,
388
* Transliterate the portion of the
UReplaceable
text buffer that can
432
UReplaceable
* rep,
/external/chromium_org/third_party/icu/source/test/cintltst/
utransts.c
74
static int32_t Xlength(const
UReplaceable
* rep) {
80
static UChar XcharAt(const
UReplaceable
* rep, int32_t offset) {
86
static UChar32 Xchar32At(const
UReplaceable
* rep, int32_t offset) {
92
static void Xreplace(
UReplaceable
* rep, int32_t start, int32_t limit,
105
static void Xcopy(
UReplaceable
* rep, int32_t start, int32_t limit, int32_t dest) {
117
static void Xextract(
UReplaceable
* rep, int32_t start, int32_t limit, UChar* dst) {
670
utrans_trans(trans, (
UReplaceable
*)xrepPtr, &xrepVtable, 0, &limit, &status);
693
utrans_transIncremental(trans, (
UReplaceable
*)xrepPtr, &xrepVtable, &pos, &status);
694
utrans_trans(trans, (
UReplaceable
*)xrepPtr, &xrepVtable, pos.start, &pos.limit, &status);
/external/icu4c/test/cintltst/
utransts.c
74
static int32_t Xlength(const
UReplaceable
* rep) {
80
static UChar XcharAt(const
UReplaceable
* rep, int32_t offset) {
86
static UChar32 Xchar32At(const
UReplaceable
* rep, int32_t offset) {
92
static void Xreplace(
UReplaceable
* rep, int32_t start, int32_t limit,
105
static void Xcopy(
UReplaceable
* rep, int32_t start, int32_t limit, int32_t dest) {
117
static void Xextract(
UReplaceable
* rep, int32_t start, int32_t limit, UChar* dst) {
670
utrans_trans(trans, (
UReplaceable
*)xrepPtr, &xrepVtable, 0, &limit, &status);
693
utrans_transIncremental(trans, (
UReplaceable
*)xrepPtr, &xrepVtable, &pos, &status);
694
utrans_trans(trans, (
UReplaceable
*)xrepPtr, &xrepVtable, pos.start, &pos.limit, &status);
/external/chromium_org/third_party/icu/source/i18n/
utrans.cpp
35
* Make a
UReplaceable
+ UReplaceableCallbacks into a Replaceable object.
40
UReplaceable
*rep;
45
ReplaceableGlue(
UReplaceable
*replaceable,
87
ReplaceableGlue::ReplaceableGlue(
UReplaceable
*replaceable,
397
UReplaceable
* rep,
417
UReplaceable
* rep,
/external/icu4c/i18n/
utrans.cpp
35
* Make a
UReplaceable
+ UReplaceableCallbacks into a Replaceable object.
40
UReplaceable
*rep;
45
ReplaceableGlue(
UReplaceable
*replaceable,
87
ReplaceableGlue::ReplaceableGlue(
UReplaceable
*replaceable,
397
UReplaceable
* rep,
417
UReplaceable
* rep,
Completed in 280 milliseconds