OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCTLinearMatchNode
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/unicode/
ucharstriebuilder.h
151
class
UCTLinearMatchNode
: public LinearMatchNode {
153
UCTLinearMatchNode
(const UChar *units, int32_t len, Node *nextNode);
/external/icu/icu4c/source/common/
ucharstriebuilder.cpp
286
UCharsTrieBuilder::
UCTLinearMatchNode
::
UCTLinearMatchNode
(const UChar *units, int32_t len, Node *nextNode)
292
UCharsTrieBuilder::
UCTLinearMatchNode
::operator==(const Node &other) const {
299
const
UCTLinearMatchNode
&o=(const
UCTLinearMatchNode
&)other;
304
UCharsTrieBuilder::
UCTLinearMatchNode
::write(StringTrieBuilder &builder) {
314
return new
UCTLinearMatchNode
(
Completed in 1942 milliseconds