• Home
  • Raw
  • Download

Lines Matching refs:CharacterNode

118 void CharacterNode::clear() {  in clear()
122 void CharacterNode::deleteValues(UObjectDeleter *valueDeleter) { in deleteValues()
135 CharacterNode::addValue(void *value, UObjectDeleter *valueDeleter, UErrorCode &status) { in addValue()
249 fNodes = (CharacterNode *)uprv_malloc(fNodesCapacity * sizeof(CharacterNode)); in putImpl()
271 CharacterNode *node = fNodes; in putImpl()
288 CharacterNode *newNodes = (CharacterNode *)uprv_malloc(newCapacity * sizeof(CharacterNode)); in growNodes()
292 uprv_memcpy(newNodes, fNodes, fNodesCount * sizeof(CharacterNode)); in growNodes()
299 CharacterNode*
300 TextTrieMap::addChildNode(CharacterNode *parent, UChar c, UErrorCode &status) { in addChildNode()
308 CharacterNode *current = fNodes + nodeIndex; in addChildNode()
330 CharacterNode *node = fNodes + fNodesCount; in addChildNode()
343 CharacterNode*
344 TextTrieMap::getChildNode(CharacterNode *parent, UChar c) const { in getChildNode()
348 CharacterNode *current = fNodes + nodeIndex; in getChildNode()
402 TextTrieMap::search(CharacterNode *node, const UnicodeString &text, int32_t start, in search()
919 UBool handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status);
939 ZNameSearchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status)… in handleMatch()
1890 UBool handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status);
1911 TZDBNameSearchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &stat… in handleMatch()