Searched refs:CharacterNode (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | tznames_impl.h | 75 struct CharacterNode { struct 100 inline UBool CharacterNode::hasValues() const { in hasValues() argument 104 inline int32_t CharacterNode::countValues() const { in countValues() 111 inline const void *CharacterNode::getValue(int32_t index) const { in getValue() 125 const CharacterNode *node, UErrorCode& status) = 0; 146 CharacterNode *fNodes; 155 CharacterNode* addChildNode(CharacterNode *parent, UChar c, UErrorCode &status); 156 CharacterNode* getChildNode(CharacterNode *parent, UChar c) const; 160 void search(CharacterNode *node, const UnicodeString &text, int32_t start,
|
D | tznames_impl.cpp | 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() [all …]
|
D | tzgnames.cpp | 195 UBool handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status); 215 GNameSearchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status)… in handleMatch()
|
D | tzfmt.cpp | 2727 UBool handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status); 2743 ZoneIdMatchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status)… in handleMatch()
|