HomeSort by relevance Sort by last modified time
    Searched defs:UCharIteratorOrigin (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/unicode/
uiter.h 49 typedef enum UCharIteratorOrigin {
51 } 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/
uiter.h 49 typedef enum UCharIteratorOrigin {
51 } UCharIteratorOrigin;
100 * @see UCharIteratorOrigin
105 UCharIteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin);
136 * @see UCharIteratorOrigin
142 UCharIteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin);

Completed in 647 milliseconds