Searched refs:UReplaceable (Results 1 - 8 of 8) sorted by relevance
/external/chromium_org/third_party/icu/source/common/unicode/ |
H A D | urep.h | 33 * \brief C API: Callbacks for UReplaceable 42 typedef void* UReplaceable; typedef 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 objec [all...] |
/external/icu/icu4c/source/common/unicode/ |
H A D | urep.h | 33 * \brief C API: Callbacks for UReplaceable 42 typedef void* UReplaceable; typedef 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 objec [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
H A D | 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/ |
H A D | 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/icu/icu4c/source/test/cintltst/ |
H A D | utransts.c | 77 static int32_t Xlength(const UReplaceable* rep) { 83 static UChar XcharAt(const UReplaceable* rep, int32_t offset) { 89 static UChar32 Xchar32At(const UReplaceable* rep, int32_t offset) { 95 static void Xreplace(UReplaceable* rep, int32_t start, int32_t limit, 108 static void Xcopy(UReplaceable* rep, int32_t start, int32_t limit, int32_t dest) { 120 static void Xextract(UReplaceable* rep, int32_t start, int32_t limit, UChar* dst) { 738 utrans_trans(trans, (UReplaceable*)xrepPtr, &xrepVtable, 0, &limit, &status); 761 utrans_transIncremental(trans, (UReplaceable*)xrepPtr, &xrepVtable, &pos, &status); 762 utrans_trans(trans, (UReplaceable*)xrepPtr, &xrepVtable, pos.start, &pos.limit, &status);
|
/external/icu/icu4c/source/i18n/unicode/ |
H A D | utrans.h | 358 * Transliterate a segment of a UReplaceable string. The string is 359 * passed in as a UReplaceable pointer rep and a UReplaceableCallbacks 382 UReplaceable* rep, 389 * Transliterate the portion of the UReplaceable text buffer that can 433 UReplaceable* rep,
|
/external/chromium_org/third_party/icu/source/i18n/ |
H A D | 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/icu/icu4c/source/i18n/ |
H A D | utrans.cpp | 36 * Make a UReplaceable + UReplaceableCallbacks into a Replaceable object. 41 UReplaceable *rep; 46 ReplaceableGlue(UReplaceable *replaceable, 88 ReplaceableGlue::ReplaceableGlue(UReplaceable *replaceable, 398 UReplaceable* rep, 418 UReplaceable* rep,
|
Completed in 1723 milliseconds