Home
last modified time | relevance | path

Searched refs:UCTLinearMatchNode (Results 1 - 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Ducharstriebuilder.cpp288 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 Ducharstriebuilder.cpp288 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 Ducharstriebuilder.cpp288 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 Ducharstriebuilder.h157 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 Ducharstriebuilder.h157 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 Ducharstriebuilder.h157 class UCTLinearMatchNode : public LinearMatchNode { class in UCharsTrieBuilder
159 UCTLinearMatchNode(const char16_t *units, int32_t len, Node *nextNode);

Completed in 4 milliseconds