Searched defs:UReplaceable (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Durep.h33 * \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 Durep.h33 * \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...]

Completed in 75 milliseconds