HomeSort by relevance Sort by last modified time
    Searched refs:getIterator (Results 1 - 25 of 42) sorted by null

1 2

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
AttributedCharacterIteratorTest.java 32 AttributedCharacterIterator it = attrString.getIterator();
42 it = attrString.getIterator(null, 2, 8);
52 AttributedCharacterIterator it = attrString.getIterator();
54 it = attrString.getIterator(null, 0, 3);
56 it = attrString.getIterator(null, 2, 8);
58 it = attrString.getIterator(null, 11, 11);
68 AttributedCharacterIterator it = attrString.getIterator(null, 2, 6);
78 AttributedCharacterIterator it = attrString.getIterator(null, 2, 6);
88 AttributedCharacterIterator it = attrString.getIterator();
105 AttributedCharacterIterator it = attrString.getIterator();
    [all...]
AttributedStringTest.java 35 AttributedCharacterIterator it = attrString.getIterator();
123 AttributedCharacterIterator it = as.getIterator();
130 it = as.getIterator();
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedCharacterIteratorTest.java 36 AttributedCharacterIterator it = as.getIterator();
46 it = as.getIterator();
57 AttributedCharacterIterator it = as.getIterator();
67 it = as.getIterator();
99 assertTrue(as.getIterator().getAttributes().isEmpty());
107 assertEquals(0, as.getIterator().getRunLimit());
110 getIterator(), 2, 7);
112 AttributedCharacterIterator it = as.getIterator();
118 assertEquals(0, as.getIterator().getRunLimit(
128 assertEquals(4, as.getIterator().getRunLimit
    [all...]
OldAttributedStringTest.java 31 AttributedCharacterIterator it = attrString.getIterator();
43 AttributedCharacterIterator iter = attrString.getIterator();
51 AttributedCharacterIterator iter = attrString.getIterator();
94 AttributedCharacterIterator iter = attrString.getIterator();
171 AttributedCharacterIterator it = attrString.getIterator();
286 AttributedCharacterIterator it = as.getIterator();
293 it = as.getIterator();
395 * java.text.AttributedString#getIterator() Test of method
396 * java.text.AttributedString#getIterator().
402 AttributedCharacterIterator it = attrString.getIterator();
    [all...]
  /external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
ResponseAuth.java 56 Iterator directives = dirList.getIterator();
DirectiveList.java 358 Iterator getIterator()
DigestChallenge.java 84 Iterator directives = dirList.getIterator();
  /external/smack/src/com/novell/sasl/client/
ResponseAuth.java 56 Iterator directives = dirList.getIterator();
DirectiveList.java 358 Iterator getIterator()
DigestChallenge.java 84 Iterator directives = dirList.getIterator();
  /external/clang/include/clang/Sema/
IdentifierResolver.h 98 BaseIter getIterator() const {
111 return *getIterator();
  /external/skia/src/core/
SkPictureStateTree.h 57 Iterator getIterator(const SkTDArray<void*>& draws, SkCanvas* canvas);
SkPictureStateTree.cpp 76 SkPictureStateTree::Iterator SkPictureStateTree::getIterator(const SkTDArray<void*>& draws,
SkPicturePlayback.cpp 845 fStateTree->getIterator(*activeOps, &canvas);
    [all...]
  /libcore/luni/src/main/java/java/text/
Format.java 136 return new AttributedString(format(object)).getIterator();
AttributedString.java 724 public AttributedCharacterIterator getIterator() {
739 public AttributedCharacterIterator getIterator(
759 public AttributedCharacterIterator getIterator(
MessageFormat.java 527 return as.getIterator();
    [all...]
SimpleDateFormat.java 486 return as.getIterator();
    [all...]
  /external/clang/include/clang/AST/
UnresolvedSet.h 42 IteratorTy getIterator() const { return ir; }
  /external/clang/lib/Sema/
IdentifierResolver.cpp 197 IDI->InsertDecl(Pos.getIterator() + 1, D);
409 BaseIter I = getIterator();
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 373 return as.getIterator();
  /external/clang/lib/AST/
ExprCXX.cpp 365 memcpy(Results, &*Begin.getIterator(),
407 memcpy(Results, &*Begin.getIterator(),
    [all...]
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 6477 milliseconds

1 2