Searched refs:UCTLinearMatchNode (Results 1 - 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/common/ |
H A D | ucharstriebuilder.cpp | 288 UCharsTrieBuilder::UCTLinearMatchNode::UCTLinearMatchNode(const UChar *units, int32_t len, Node *nextNode) in UCTLinearMatchNode() function in UCharsTrieBuilder::UCTLinearMatchNode 294 UCharsTrieBuilder::UCTLinearMatchNode::operator==(const Node &other) const { in operator ==() 301 const UCTLinearMatchNode &o=(const UCTLinearMatchNode &)other; in operator ==() 306 UCharsTrieBuilder::UCTLinearMatchNode::write(StringTrieBuilder &builder) { in write() 316 return new UCTLinearMatchNode( in createLinearMatchNode()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucharstriebuilder.cpp | 288 UCharsTrieBuilder::UCTLinearMatchNode::UCTLinearMatchNode(const char16_t *units, int32_t len, Node *nextNode) in UCTLinearMatchNode() function in UCharsTrieBuilder::UCTLinearMatchNode 294 UCharsTrieBuilder::UCTLinearMatchNode::operator==(const Node &other) const { in operator ==() 301 const UCTLinearMatchNode &o=static_cast<const UCTLinearMatchNode &>(other); in operator ==() 306 UCharsTrieBuilder::UCTLinearMatchNode::write(StringTrieBuilder &builder) { in write() 316 return new UCTLinearMatchNode( in createLinearMatchNode()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucharstriebuilder.cpp | 288 UCharsTrieBuilder::UCTLinearMatchNode::UCTLinearMatchNode(const UChar *units, int32_t len, Node *nextNode) in UCTLinearMatchNode() function in UCharsTrieBuilder::UCTLinearMatchNode 294 UCharsTrieBuilder::UCTLinearMatchNode::operator==(const Node &other) const { in operator ==() 301 const UCTLinearMatchNode &o=(const UCTLinearMatchNode &)other; in operator ==() 306 UCharsTrieBuilder::UCTLinearMatchNode::write(StringTrieBuilder &builder) { in write() 316 return new UCTLinearMatchNode( in createLinearMatchNode()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucharstriebuilder.h | 157 class UCTLinearMatchNode : public LinearMatchNode { class in UCharsTrieBuilder 159 UCTLinearMatchNode(const char16_t *units, int32_t len, Node *nextNode);
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucharstriebuilder.h | 157 class UCTLinearMatchNode : public LinearMatchNode { class in UCharsTrieBuilder 159 UCTLinearMatchNode(const char16_t *units, int32_t len, Node *nextNode);
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucharstriebuilder.h | 157 class UCTLinearMatchNode : public LinearMatchNode { class in UCharsTrieBuilder 159 UCTLinearMatchNode(const char16_t *units, int32_t len, Node *nextNode);
|
Completed in 4 milliseconds