Home
last modified time | relevance | path

Searched defs:UCharIterator (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Duiter.h43 typedef struct UCharIterator UCharIterator; /**< C typedef for struct UCharIterator. @stable ICU 2.… typedef
341 struct UCharIterator { struct
347 const void *context;
354 int32_t length;
361 int32_t start;
387 * @see UCharIteratorGetIndex argument
390 UCharIteratorGetIndex *getIndex; argument
401 UCharIteratorMove *move; argument
410 UCharIteratorHasNext *hasNext; argument
418 UCharIteratorHasPrevious *hasPrevious; argument
[all …]
/external/icu/libicu/cts_headers/unicode/
Duiter.h43 typedef struct UCharIterator UCharIterator; /**< C typedef for struct UCharIterator. @stable ICU 2.… typedef
341 struct UCharIterator { struct
347 const void *context;
354 int32_t length;
361 int32_t start;
387 * @see UCharIteratorGetIndex argument
390 UCharIteratorGetIndex *getIndex; argument
401 UCharIteratorMove *move; argument
410 UCharIteratorHasNext *hasNext; argument
418 UCharIteratorHasPrevious *hasPrevious; argument
[all …]
/external/icu/libandroidicu/include/unicode/
Duiter.h43 typedef struct UCharIterator UCharIterator; /**< C typedef for struct UCharIterator. @stable ICU 2.… typedef
341 struct UCharIterator { struct
347 const void *context;
354 int32_t length;
361 int32_t start;
387 * @see UCharIteratorGetIndex argument
390 UCharIteratorGetIndex *getIndex; argument
401 UCharIteratorMove *move; argument
410 UCharIteratorHasNext *hasNext; argument
418 UCharIteratorHasPrevious *hasPrevious; argument
[all …]
/external/icu/icu4c/source/common/
Duiter.cpp39 noopGetIndex(UCharIterator * /*iter*/, UCharIteratorOrigin /*origin*/) { in noopGetIndex() argument
44 noopMove(UCharIterator * /*iter*/, int32_t /*delta*/, UCharIteratorOrigin /*origin*/) { in noopMove() argument
49 noopHasNext(UCharIterator * /*iter*/) { in noopHasNext() argument
54 noopCurrent(UCharIterator * /*iter*/) { in noopCurrent() argument
59 noopGetState(const UCharIterator * /*iter*/) { in noopGetState()
64 noopSetState(UCharIterator * /*iter*/, uint32_t /*state*/, UErrorCode *pErrorCode) { in noopSetState() argument
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/iterator/
DTestUCharacterIterator.java227 class UCharIterator { class in TestUCharacterIterator
229 public UCharIterator(int[] src, int len, int index){ in UCharIterator() method in TestUCharacterIterator.UCharIterator
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/
DTestUCharacterIterator.java224 class UCharIterator { class in TestUCharacterIterator
226 public UCharIterator(int[] src, int len, int index){ in UCharIterator() method in TestUCharacterIterator.UCharIterator
/external/icu/icu4c/source/i18n/
Dcoll.cpp516 UCollationResult Collator::compare(UCharIterator &/*sIter*/, in compare() argument
1000 Collator::internalNextSortKeyPart(UCharIterator * /*iter*/, uint32_t /*state*/[2], in internalNextSortKeyPart() argument
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java1215 class UCharIterator { class in BasicTest
1217 public UCharIterator(int[] src, int len, int index){ in UCharIterator() method in BasicTest.UCharIterator
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DBasicTest.java1218 class UCharIterator { class in BasicTest
1220 public UCharIterator(int[] src, int len, int index){ in UCharIterator() method in BasicTest.UCharIterator