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
153
class
UCTLinearMatchNode
: public LinearMatchNode {
155
UCTLinearMatchNode
(const UChar *units, int32_t len, Node *nextNode);
/external/icu/icu4c/source/common/
ucharstriebuilder.cpp
288
UCharsTrieBuilder::
UCTLinearMatchNode
::
UCTLinearMatchNode
(const UChar *units, int32_t len, Node *nextNode)
294
UCharsTrieBuilder::
UCTLinearMatchNode
::operator==(const Node &other) const {
301
const
UCTLinearMatchNode
&o=(const
UCTLinearMatchNode
&)other;
306
UCharsTrieBuilder::
UCTLinearMatchNode
::write(StringTrieBuilder &builder) {
316
return new
UCTLinearMatchNode
(
Completed in 54 milliseconds