HomeSort by relevance Sort by last modified time
    Searched defs:UReplaceable (Results 1 - 2 of 2) 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...]

Completed in 110 milliseconds