Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/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/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/Versions/A/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/icu/icu4c/source/common/unicode/
Dstringtriebuilder.h97 Node *makeNode(int32_t start, int32_t limit, int32_t unitIndex, UErrorCode &errorCode);
/external/chromium_org/third_party/icu/source/common/unicode/
Dstringtriebuilder.h97 Node *makeNode(int32_t start, int32_t limit, int32_t unitIndex, UErrorCode &errorCode);