HomeSort by relevance Sort by last modified time
    Searched full:registernode (Results 1 - 5 of 5) sorted by null

  /external/icu4c/common/
stringtriebuilder.cpp 234 nextNode=registerNode(node, errorCode);
248 node=new IntermediateValueNode(value, registerNode(node, errorCode));
251 return registerNode(node, errorCode);
305 Node *node=registerNode(listNode, errorCode);
309 node=registerNode(
316 StringTrieBuilder::registerNode(Node *newNode, UErrorCode &errorCode) {
  /external/chromium/chrome/browser/bookmarks/
bookmark_index.cc 64 RegisterNode(terms[i], node);
250 void BookmarkIndex::RegisterNode(const string16& term,
bookmark_index.h 124 void RegisterNode(const string16& term, const BookmarkNode* node);
  /external/icu4c/common/unicode/
stringtriebuilder.h 139 Node *registerNode(Node *newNode, UErrorCode &errorCode);
154 * registerNode() and registerFinalValue() take ownership of their input nodes,
  /external/libxml2/
xmllint.c     [all...]

Completed in 3906 milliseconds