Home
last modified time | relevance | path

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

/external/antlr/runtime/ObjC/Framework/
DTokenRewriteStream.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<Token>)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<Token>)t Text:(NSString *)theText;
138 - (void) insertBeforeIndex:(NSInteger)anIndex Text:(NSString *)theText;
[all …]
DTokenRewriteStream.m49 + (RewriteOperation *) newRewriteOperation:(NSInteger)anIndex Text:(NSString *)theText
51 return [[RewriteOperation 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 …]
DBaseTreeAdaptor.h115 …d<BaseTree>) createTree:(NSInteger)aTType FromToken:(id<Token>)aFromToken Text:(NSString *)theText;
116 - (id<BaseTree>) createTree:(NSInteger)aTType Text:(NSString *)theText;
126 - (void) setText:(id<BaseTree>)aTree Text:(NSString *)theText;
175 - (id<Token>)createToken:(NSInteger)aTType Text:(NSString *)theText;
DLexerState.m131 - (void) setText:(NSString *) theText
133 if (text != theText) {
135 text = [theText retain];
DCommonTree.h44 + (CommonTree *) newTreeWithTokenType:(NSInteger)aTType Text:(NSString *)theText;
50 - (id) initWithTokenType:(NSInteger)aTokenType Text:(NSString *)theText;
DCommonTree.m63 + (CommonTree *)newTreeWithTokenType:(NSInteger)aTType Text:(NSString *)theText
65 return [[CommonTree alloc] initWithTokenType:(NSInteger)aTType Text:theText];
124 - (id) initWithTokenType:(NSInteger)aTokenType Text:(NSString *)theText
128 token = [[CommonToken newToken:aTokenType Text:theText] retain];
DLexerState.h55 - (void) setText:(NSString *) theText;
DToken.h64 - (void) setText:(NSString *)theText;
DDebugTreeNodeStream.m119 NSString *theText = [treeAdaptor textForNode:node];
121 [debugListener consumeNode:hash ofType:aType text:theText];
DLexer.h80 - (void) setText:(NSString *) theText;
DRecognizerSharedState.h95 - (void) setText:(NSString *) theText;
DLexer.m317 - (void) setText:(NSString *) theText
319 state.text = theText;
/external/icu/icu4c/source/common/
Druleiter.cpp25 RuleCharacterIterator::RuleCharacterIterator(const UnicodeString& theText, const SymbolTable* theSy… in RuleCharacterIterator() argument
27 text(theText), in RuleCharacterIterator()
/external/icu/icu4c/source/i18n/
Drbt_set.cpp113 const Replaceable& theText, UTransPosition& pos) { in _debugOut() argument
121 UnicodeString* text = (UnicodeString*)&theText; in _debugOut()
130 #define _debugOut(msg, rule, theText, pos)
Danytrans.cpp121 ScriptRunIterator::ScriptRunIterator(const Replaceable& theText, in ScriptRunIterator() argument
123 text(theText) in ScriptRunIterator()
/external/gptfdisk/
Dgptcurses.h133 void Report(string theText);
Dgptcurses.cc797 void Report(string theText) { in Report() argument
800 printw(theText.c_str()); in Report()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DTestUScriptRun.java33 public RunTestData(String theText, int theScriptCode) in RunTestData() argument
35 runText = theText; in RunTestData()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DTestUScriptRun.java36 public RunTestData(String theText, int theScriptCode) in RunTestData() argument
38 runText = theText; in RunTestData()
/external/tinyxml2/
Dtinyxml2.cpp1594 XMLText* theText = GetDocument()->NewText( inText ); in SetText() local
1595 InsertFirstChild( theText ); in SetText()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c8608 Handle theText; in Qt_QTTextToNativeText() local
8615 ResObj_Convert, &theText, in Qt_QTTextToNativeText()
8619 _err = QTTextToNativeText(theText, in Qt_QTTextToNativeText()
12917 Handle theText; in Qt_GraphicsExportGetSettingsAsText() local
12925 &theText); in Qt_GraphicsExportGetSettingsAsText()
12928 ResObj_New, theText); in Qt_GraphicsExportGetSettingsAsText()