Home
last modified time | relevance | path

Searched refs:theText (Results 1 – 25 of 37) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTokenRewriteStream.h56 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText;
70 + (ANTLRInsertBeforeOp *) newANTLRInsertBeforeOp:(NSInteger)anIndex Text:(NSString *)theText;
71 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText;
84 …(ANTLRReplaceOp *) newANTLRReplaceOp:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString*)theText;
85 - (id) initWithIndex:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString *)theText;
132 - (void) insertAfterToken:(id<ANTLRToken>)t Text:(NSString *)theText;
133 - (void) insertAfterIndex:(NSInteger)anIndex Text:(NSString *)theText;
134 …void) insertAfterProgNam:(NSString *)programName Index:(NSInteger)anIndex Text:(NSString *)theText;
137 - (void) insertBeforeToken:(id<ANTLRToken>)t Text:(NSString *)theText;
138 - (void) insertBeforeIndex:(NSInteger)anIndex Text:(NSString *)theText;
[all …]
DANTLRTokenRewriteStream.m49 + (ANTLRRewriteOperation *) newANTLRRewriteOperation:(NSInteger)anIndex Text:(NSString *)theText
51 return [[ANTLRRewriteOperation alloc] initWithIndex:anIndex Text:theText];
54 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText
58 text = theText;
96 + (ANTLRInsertBeforeOp *) newANTLRInsertBeforeOp:(NSInteger) anIndex Text:(NSString *)theText
98 return [[ANTLRInsertBeforeOp alloc] initWithIndex:anIndex Text:theText];
101 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText
103 if ((self = [super initWithIndex:anIndex Text:theText]) != nil) {
105 text = theText;
129 + (ANTLRReplaceOp *) newANTLRReplaceOp:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString*)theText
[all …]
DANTLRBaseTreeAdaptor.h115 …eTree>) createTree:(NSInteger)aTType FromToken:(id<ANTLRToken>)aFromToken Text:(NSString *)theText;
116 - (id<ANTLRBaseTree>) createTree:(NSInteger)aTType Text:(NSString *)theText;
126 - (void) setText:(id<ANTLRBaseTree>)aTree Text:(NSString *)theText;
175 - (id<ANTLRToken>)createToken:(NSInteger)aTType Text:(NSString *)theText;
DANTLRCommonTree.h44 + (ANTLRCommonTree *) newTreeWithTokenType:(NSInteger)aTType Text:(NSString *)theText;
50 - (id) initWithTokenType:(NSInteger)aTokenType Text:(NSString *)theText;
DANTLRLexerState.m131 - (void) setText:(NSString *) theText
133 if (text != theText) {
135 text = [theText retain];
DANTLRCommonTree.m63 + (ANTLRCommonTree *)newTreeWithTokenType:(NSInteger)aTType Text:(NSString *)theText
65 return [[ANTLRCommonTree alloc] initWithTokenType:(NSInteger)aTType Text:theText];
124 - (id) initWithTokenType:(NSInteger)aTokenType Text:(NSString *)theText
128 token = [[ANTLRCommonToken newToken:aTokenType Text:theText] retain];
DANTLRLexerState.h55 - (void) setText:(NSString *) theText;
DANTLRToken.h64 - (void) setText:(NSString *)theText;
DANTLRDebugTreeNodeStream.m119 NSString *theText = [treeAdaptor textForNode:node];
121 [debugListener consumeNode:hash ofType:aType text:theText];
DANTLRLexer.h80 - (void) setText:(NSString *) theText;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRTokenRewriteStream.h56 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText;
70 + (ANTLRInsertBeforeOp *) newANTLRInsertBeforeOp:(NSInteger)anIndex Text:(NSString *)theText;
71 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText;
84 …(ANTLRReplaceOp *) newANTLRReplaceOp:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString*)theText;
85 - (id) initWithIndex:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString *)theText;
132 - (void) insertAfterToken:(id<ANTLRToken>)t Text:(NSString *)theText;
133 - (void) insertAfterIndex:(NSInteger)anIndex Text:(NSString *)theText;
134 …void) insertAfterProgNam:(NSString *)programName Index:(NSInteger)anIndex Text:(NSString *)theText;
137 - (void) insertBeforeToken:(id<ANTLRToken>)t Text:(NSString *)theText;
138 - (void) insertBeforeIndex:(NSInteger)anIndex Text:(NSString *)theText;
[all …]
DANTLRBaseTreeAdaptor.h123 …LRTree>)createTree:(NSInteger)aTType FromToken:(id<ANTLRToken>)aFromToken Text:(NSString *)theText;
125 - (id<ANTLRTree>)createTree:(NSInteger)aTType Text:(NSString *)theText;
133 - (void) setText:(id<ANTLRTree>)aTree Text:(NSString *)theText;
159 - (id<ANTLRToken>)createToken:(NSInteger)aTType Text:(NSString *)theText;
DANTLRCommonTree.h50 + (ANTLRCommonTree *) newANTLRCommonTreeWithTokenType:(NSInteger)aTType Text:(NSString *)theText;
62 - (id) initWithTokenType:(NSInteger)aTokenType Text:(NSString *)theText;
DANTLRToken.h55 - (void) setText:(NSString *) theText;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRTokenRewriteStream.h56 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText;
70 + (ANTLRInsertBeforeOp *) newANTLRInsertBeforeOp:(NSInteger)anIndex Text:(NSString *)theText;
71 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText;
84 …(ANTLRReplaceOp *) newANTLRReplaceOp:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString*)theText;
85 - (id) initWithIndex:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString *)theText;
132 - (void) insertAfterToken:(id<ANTLRToken>)t Text:(NSString *)theText;
133 - (void) insertAfterIndex:(NSInteger)anIndex Text:(NSString *)theText;
134 …void) insertAfterProgNam:(NSString *)programName Index:(NSInteger)anIndex Text:(NSString *)theText;
137 - (void) insertBeforeToken:(id<ANTLRToken>)t Text:(NSString *)theText;
138 - (void) insertBeforeIndex:(NSInteger)anIndex Text:(NSString *)theText;
[all …]
DANTLRBaseTreeAdaptor.h123 …LRTree>)createTree:(NSInteger)aTType FromToken:(id<ANTLRToken>)aFromToken Text:(NSString *)theText;
125 - (id<ANTLRTree>)createTree:(NSInteger)aTType Text:(NSString *)theText;
133 - (void) setText:(id<ANTLRTree>)aTree Text:(NSString *)theText;
159 - (id<ANTLRToken>)createToken:(NSInteger)aTType Text:(NSString *)theText;
DANTLRCommonTree.h50 + (ANTLRCommonTree *) newANTLRCommonTreeWithTokenType:(NSInteger)aTType Text:(NSString *)theText;
62 - (id) initWithTokenType:(NSInteger)aTokenType Text:(NSString *)theText;
DANTLRToken.h55 - (void) setText:(NSString *) theText;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRTokenRewriteStream.h56 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText;
70 + (ANTLRInsertBeforeOp *) newANTLRInsertBeforeOp:(NSInteger)anIndex Text:(NSString *)theText;
71 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText;
84 …(ANTLRReplaceOp *) newANTLRReplaceOp:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString*)theText;
85 - (id) initWithIndex:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString *)theText;
132 - (void) insertAfterToken:(id<ANTLRToken>)t Text:(NSString *)theText;
133 - (void) insertAfterIndex:(NSInteger)anIndex Text:(NSString *)theText;
134 …void) insertAfterProgNam:(NSString *)programName Index:(NSInteger)anIndex Text:(NSString *)theText;
137 - (void) insertBeforeToken:(id<ANTLRToken>)t Text:(NSString *)theText;
138 - (void) insertBeforeIndex:(NSInteger)anIndex Text:(NSString *)theText;
[all …]
DANTLRBaseTreeAdaptor.h123 …LRTree>)createTree:(NSInteger)aTType FromToken:(id<ANTLRToken>)aFromToken Text:(NSString *)theText;
125 - (id<ANTLRTree>)createTree:(NSInteger)aTType Text:(NSString *)theText;
133 - (void) setText:(id<ANTLRTree>)aTree Text:(NSString *)theText;
159 - (id<ANTLRToken>)createToken:(NSInteger)aTType Text:(NSString *)theText;
DANTLRCommonTree.h50 + (ANTLRCommonTree *) newANTLRCommonTreeWithTokenType:(NSInteger)aTType Text:(NSString *)theText;
62 - (id) initWithTokenType:(NSInteger)aTokenType Text:(NSString *)theText;
DANTLRToken.h55 - (void) setText:(NSString *) theText;
/external/icu/icu4c/source/common/
Druleiter.cpp23 RuleCharacterIterator::RuleCharacterIterator(const UnicodeString& theText, const SymbolTable* theSy… in RuleCharacterIterator() argument
25 text(theText), in RuleCharacterIterator()
/external/icu/icu4c/source/i18n/
Drbt_set.cpp111 const Replaceable& theText, UTransPosition& pos) { in _debugOut() argument
119 UnicodeString* text = (UnicodeString*)&theText; in _debugOut()
128 #define _debugOut(msg, rule, theText, pos)
/external/gptfdisk/
Dgptcurses.h133 void Report(string theText);

12