Home
last modified time | relevance | path

Searched refs:makeNode (Results 1 – 15 of 15) sorted by relevance

/external/icu4c/common/
Dstringtriebuilder.cpp72 Node *root=makeNode(0, elementsLength, 0, errorCode); in build()
206 StringTrieBuilder::makeNode(int32_t start, int32_t limit, int32_t unitIndex, UErrorCode &errorCode)… in makeNode() function in StringTrieBuilder
227 Node *nextNode=makeNode(start, limit, lastUnitIndex, errorCode); in makeNode()
295 listNode->add(unit, makeNode(start, i, unitIndex+1, errorCode)); in makeBranchSubNode()
304 listNode->add(unit, makeNode(start, limit, unitIndex+1, errorCode)); in makeBranchSubNode()
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRDebugEventListener.h263 - (void) makeNode:(unsigned)newRootHash parentOf:(unsigned)oldRootHash;
DANTLRDebugEventProxy.h108 - (void) makeNode:(unsigned)newRootHash parentOf:(unsigned)oldRootHash;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRDebugEventListener.h263 - (void) makeNode:(unsigned)newRootHash parentOf:(unsigned)oldRootHash;
DANTLRDebugEventProxy.h108 - (void) makeNode:(unsigned)newRootHash parentOf:(unsigned)oldRootHash;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRDebugEventListener.h263 - (void) makeNode:(unsigned)newRootHash parentOf:(unsigned)oldRootHash;
DANTLRDebugEventProxy.h108 - (void) makeNode:(unsigned)newRootHash parentOf:(unsigned)oldRootHash;
DANTLRTreeAdaptor.m132 - (id) makeNode:(id<ANTLRBaseTree>)newRoot parentOf:(id<ANTLRBaseTree>)oldRoot
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRDebugEventListener.h263 - (void) makeNode:(unsigned)newRootHash parentOf:(unsigned)oldRootHash;
DANTLRDebugEventProxy.h108 - (void) makeNode:(unsigned)newRootHash parentOf:(unsigned)oldRootHash;
/external/webkit/Source/WebKit/chromium/public/
DWebBindings.h141 WEBKIT_API static NPObject* makeNode(const WebNode&);
/external/webkit/Source/WebKit/chromium/src/
DWebBindings.cpp312 NPObject* WebBindings::makeNode(const WebNode& data) in makeNode() function in WebKit::WebBindings
/external/icu4c/common/unicode/
Dstringtriebuilder.h97 Node *makeNode(int32_t start, int32_t limit, int32_t unitIndex, UErrorCode &errorCode);
/external/webkit/Tools/DumpRenderTree/chromium/
DLayoutTestController.cpp672 result->set(WebBindings::makeNode(shadowRoot)); in shadowRoot()
/external/webkit/Source/WebKit/chromium/
DChangeLog2791 - WebBindins::makeNode() to convert WebNode to a JS object, and
2798 (WebKit::WebBindings::makeNode):