Home
last modified time | relevance | path

Searched refs:getIterator (Results 1 – 16 of 16) sorted by relevance

/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DAttributedCharacterIteratorTest.java32 AttributedCharacterIterator it = attrString.getIterator(); in test_current()
42 it = attrString.getIterator(null, 2, 8); in test_current()
52 AttributedCharacterIterator it = attrString.getIterator(); in test_first()
54 it = attrString.getIterator(null, 0, 3); in test_first()
56 it = attrString.getIterator(null, 2, 8); in test_first()
58 it = attrString.getIterator(null, 11, 11); in test_first()
68 AttributedCharacterIterator it = attrString.getIterator(null, 2, 6); in test_getBeginIndex()
78 AttributedCharacterIterator it = attrString.getIterator(null, 2, 6); in test_getEndIndex()
88 AttributedCharacterIterator it = attrString.getIterator(); in test_getIndex()
105 AttributedCharacterIterator it = attrString.getIterator(); in test_last()
[all …]
DAttributedStringTest.java35 AttributedCharacterIterator it = attrString.getIterator(); in test_ConstructorLjava_lang_String()
123 AttributedCharacterIterator it = as.getIterator(); in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_ObjectII()
130 it = as.getIterator(); in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_ObjectII()
DBidiTest.java978 bd = new Bidi(paragraph.getIterator()); in testBidiConstructor_Iterator()
/external/clang/include/clang/Sema/
DIdentifierResolver.h103 BaseIter getIterator() const { in getIterator() function
116 return *getIterator();
/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
DResponseAuth.java56 Iterator directives = dirList.getIterator(); in checkSemantics()
DDirectiveList.java358 Iterator getIterator() in getIterator() method in DirectiveList
DDigestChallenge.java84 Iterator directives = dirList.getIterator(); in checkSemantics()
/external/smack/src/com/novell/sasl/client/
DResponseAuth.java56 Iterator directives = dirList.getIterator(); in checkSemantics()
DDirectiveList.java358 Iterator getIterator() in getIterator() method in DirectiveList
DDigestChallenge.java84 Iterator directives = dirList.getIterator(); in checkSemantics()
/external/skia/src/core/
DSkPictureStateTree.h57 Iterator getIterator(const SkTDArray<void*>& draws, SkCanvas* canvas);
DSkPictureStateTree.cpp67 SkPictureStateTree::Iterator SkPictureStateTree::getIterator(const SkTDArray<void*>& draws, in getIterator() function in SkPictureStateTree
DSkPicturePlayback.cpp670 fStateTree->getIterator(results, &canvas); in draw()
/external/clang/lib/Sema/
DIdentifierResolver.cpp212 IDI->InsertDecl(Pos.getIterator() + 1, D); in InsertDeclAfter()
450 BaseIter I = getIterator(); in incrementSlowCase()
/external/clang/include/clang/AST/
DUnresolvedSet.h42 IteratorTy getIterator() const { return ir; } in getIterator() function
/external/clang/lib/AST/
DExprCXX.cpp302 memcpy(Results, &*Begin.getIterator(), in OverloadExpr()
344 memcpy(Results, &*Begin.getIterator(), in initializeResults()