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

  /external/icu/icu4c/source/common/unicode/
uiter.h 24 * @see UCharIterator
40 struct UCharIterator;
41 typedef struct UCharIterator UCharIterator; /**< C typedef for struct UCharIterator. @stable ICU 2.1 */
44 * Origin constants for UCharIterator.getIndex() and UCharIterator.move().
46 * @see UCharIterator
53 /** Constants for UCharIterator. @stable ICU 2.6 */
74 * Constant for UCharIterator getState() indicating an error o
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/
TestUCharacterIterator.java 227 class UCharIterator {
229 public UCharIterator(int[] src, int len, int index){
348 UCharIterator iter32 = new UCharIterator(expect, expect.length,
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
BasicTest.java     [all...]

Completed in 70 milliseconds