Home
last modified time | relevance | path

Searched refs:CharacterNode (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Dtznames_impl.h75 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,
Dtznames_impl.cpp120 void CharacterNode::clear() { in clear()
124 void CharacterNode::deleteValues(UObjectDeleter *valueDeleter) { in deleteValues()
137 CharacterNode::addValue(void *value, UObjectDeleter *valueDeleter, UErrorCode &status) { in addValue()
251 fNodes = (CharacterNode *)uprv_malloc(fNodesCapacity * sizeof(CharacterNode)); in putImpl()
273 CharacterNode *node = fNodes; in putImpl()
290 CharacterNode *newNodes = (CharacterNode *)uprv_malloc(newCapacity * sizeof(CharacterNode)); in growNodes()
294 uprv_memcpy(newNodes, fNodes, fNodesCount * sizeof(CharacterNode)); in growNodes()
301 CharacterNode*
302 TextTrieMap::addChildNode(CharacterNode *parent, UChar c, UErrorCode &status) { in addChildNode()
310 CharacterNode *current = fNodes + nodeIndex; in addChildNode()
[all …]
Dtzgnames.cpp198 UBool handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status);
218 GNameSearchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status)… in handleMatch()
Dtzfmt.cpp2732 UBool handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status);
2748 ZoneIdMatchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status)… in handleMatch()
/third_party/node/deps/icu-small/source/i18n/
Dtznames_impl.h75 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, char16_t c, UErrorCode &status);
156 CharacterNode* getChildNode(CharacterNode *parent, char16_t c) const;
160 void search(CharacterNode *node, const UnicodeString &text, int32_t start,
Dtznames_impl.cpp120 void CharacterNode::clear() { in clear()
124 void CharacterNode::deleteValues(UObjectDeleter *valueDeleter) { in deleteValues()
137 CharacterNode::addValue(void *value, UObjectDeleter *valueDeleter, UErrorCode &status) { in addValue()
259 fNodes = (CharacterNode *)uprv_malloc(fNodesCapacity * sizeof(CharacterNode)); in putImpl()
281 CharacterNode *node = fNodes; in putImpl()
298 CharacterNode *newNodes = (CharacterNode *)uprv_malloc(newCapacity * sizeof(CharacterNode)); in growNodes()
302 uprv_memcpy(newNodes, fNodes, fNodesCount * sizeof(CharacterNode)); in growNodes()
309 CharacterNode*
310 TextTrieMap::addChildNode(CharacterNode *parent, char16_t c, UErrorCode &status) { in addChildNode()
318 CharacterNode *current = fNodes + nodeIndex; in addChildNode()
[all …]
Dtzgnames.cpp198 UBool handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status) override;
218 GNameSearchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status)… in handleMatch()
Dtzfmt.cpp2735 UBool handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status) override;
2751 ZoneIdMatchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status)… in handleMatch()
/third_party/icu/icu4c/source/i18n/
Dtznames_impl.h75 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,
Dtznames_impl.cpp120 void CharacterNode::clear() { in clear()
124 void CharacterNode::deleteValues(UObjectDeleter *valueDeleter) { in deleteValues()
137 CharacterNode::addValue(void *value, UObjectDeleter *valueDeleter, UErrorCode &status) { in addValue()
259 fNodes = (CharacterNode *)uprv_malloc(fNodesCapacity * sizeof(CharacterNode)); in putImpl()
281 CharacterNode *node = fNodes; in putImpl()
298 CharacterNode *newNodes = (CharacterNode *)uprv_malloc(newCapacity * sizeof(CharacterNode)); in growNodes()
302 uprv_memcpy(newNodes, fNodes, fNodesCount * sizeof(CharacterNode)); in growNodes()
309 CharacterNode*
310 TextTrieMap::addChildNode(CharacterNode *parent, UChar c, UErrorCode &status) { in addChildNode()
318 CharacterNode *current = fNodes + nodeIndex; in addChildNode()
[all …]
Dtzgnames.cpp198 UBool handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status) override;
218 GNameSearchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status)… in handleMatch()
Dtzfmt.cpp2732 UBool handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status) override;
2748 ZoneIdMatchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status)… in handleMatch()