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

1 2

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTokenRewriteStream.h 56 - (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...]
ANTLRBaseTreeAdaptor.h 123 - (id<ANTLRTree>)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;
ANTLRToken.h 55 - (void) setText:(NSString *) theText;
ANTLRCommonTree.h 50 + (ANTLRCommonTree *) newANTLRCommonTreeWithTokenType:(NSInteger)aTType Text:(NSString *)theText;
62 - (id) initWithTokenType:(NSInteger)aTokenType Text:(NSString *)theText;
ANTLRLexer.h 80 - (void) setText:(NSString *) theText;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTokenRewriteStream.h 56 - (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...]
ANTLRBaseTreeAdaptor.h 123 - (id<ANTLRTree>)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;
ANTLRToken.h 55 - (void) setText:(NSString *) theText;
ANTLRCommonTree.h 50 + (ANTLRCommonTree *) newANTLRCommonTreeWithTokenType:(NSInteger)aTType Text:(NSString *)theText;
62 - (id) initWithTokenType:(NSInteger)aTokenType Text:(NSString *)theText;
ANTLRLexer.h 80 - (void) setText:(NSString *) theText;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTokenRewriteStream.h 56 - (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...]
ANTLRBaseTreeAdaptor.h 123 - (id<ANTLRTree>)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;
ANTLRToken.h 55 - (void) setText:(NSString *) theText;
ANTLRCommonTree.h 50 + (ANTLRCommonTree *) newANTLRCommonTreeWithTokenType:(NSInteger)aTType Text:(NSString *)theText;
62 - (id) initWithTokenType:(NSInteger)aTokenType Text:(NSString *)theText;
ANTLRLexer.h 80 - (void) setText:(NSString *) theText;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTokenRewriteStream.h 56 - (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...]
ANTLRLexerState.h 55 - (void) setText:(NSString *) theText;
ANTLRBaseTreeAdaptor.h 115 - (id<ANTLRBaseTree>) 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;
ANTLRToken.h 64 - (void) setText:(NSString *)theText;
ANTLRCommonTree.h 44 + (ANTLRCommonTree *) newTreeWithTokenType:(NSInteger)aTType Text:(NSString *)theText;
50 - (id) initWithTokenType:(NSInteger)aTokenType Text:(NSString *)theText;
ANTLRLexer.h 80 - (void) setText:(NSString *) theText;
  /external/chromium_org/third_party/icu/source/common/
ruleiter.cpp 23 RuleCharacterIterator::RuleCharacterIterator(const UnicodeString& theText, const SymbolTable* theSym,
25 text(theText),
  /external/icu/icu4c/source/common/
ruleiter.cpp 23 RuleCharacterIterator::RuleCharacterIterator(const UnicodeString& theText, const SymbolTable* theSym,
25 text(theText),
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
MimeUtilityTest.java 365 final String theText = "This is the text of the part";
366 TextBody tb = new TextBody(theText);
373 assertEquals(theText, gotText);
379 assertEquals(theText, gotText);
385 assertEquals(theText, gotText);
  /external/chromium_org/third_party/icu/source/i18n/
anytrans.cpp 113 ScriptRunIterator::ScriptRunIterator(const Replaceable& theText,
115 text(theText)

Completed in 1103 milliseconds

1 2