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

  /dalvik/libcore/icu/src/main/native/
NativeBreakIterator.cpp 39 static jint getIterator(JNIEnv* env, jstring locale, UBreakIteratorType type) {
49 return getIterator(env, locale, UBRK_CHARACTER);
53 return getIterator(env, locale, UBRK_LINE);
57 return getIterator(env, locale, UBRK_SENTENCE);
61 return getIterator(env, locale, UBRK_WORD);
  /dalvik/libcore/text/src/main/java/java/text/
AttributedString.java 735 public AttributedCharacterIterator getIterator() {
750 public AttributedCharacterIterator getIterator(
770 public AttributedCharacterIterator getIterator(
  /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
AttributedStringTest.java 36 AttributedCharacterIterator it = attrString.getIterator();
69 AttributedCharacterIterator iter = attrString.getIterator();
98 AttributedCharacterIterator iter = attrString.getIterator();
153 AttributedCharacterIterator iter = attrString.getIterator();
242 AttributedCharacterIterator it = attrString.getIterator();
363 AttributedCharacterIterator it = as.getIterator();
370 it = as.getIterator();
484 * @tests java.text.AttributedString#getIterator() Test of method
485 * java.text.AttributedString#getIterator().
490 method = "getIterator",
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 31 milliseconds