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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Duiter.h49 typedef enum UCharIteratorOrigin { enum
51 } UCharIteratorOrigin; typedef in typeref:enum:UCharIteratorOrigin
100 * @see UCharIteratorOrigin
105 UCharIteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin);
136 * @see UCharIteratorOrigin
142 UCharIteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin);
/external/icu/icu4c/source/common/unicode/
H A Duiter.h49 typedef enum UCharIteratorOrigin { enum
51 } UCharIteratorOrigin; typedef in typeref:enum:UCharIteratorOrigin
100 * @see UCharIteratorOrigin
105 UCharIteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin);
136 * @see UCharIteratorOrigin
142 UCharIteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin);

Completed in 188 milliseconds