Searched refs:LinearMatchNode (Results 1 - 8 of 8) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DStringTrieBuilder.java351 private static final class LinearMatchNode extends ValueNode { class in class:StringTrieBuilder
352 public LinearMatchNode(CharSequence builderStrings, int sOffset, int len, Node nextNode) { method in class:StringTrieBuilder.LinearMatchNode
368 LinearMatchNode o=(LinearMatchNode)other;
394 LinearMatchNode suffixNode=new LinearMatchNode(strings, i, length-prefixLength, next);
430 thisSuffixNode=new LinearMatchNode(
454 LinearMatchNode suffixNode=
455 new LinearMatchNode(strings, nextOffset, maxLinearMatchLength, next);
812 node=new LinearMatchNode(string
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DStringTrieBuilder.java353 private static final class LinearMatchNode extends ValueNode { class in class:StringTrieBuilder
354 public LinearMatchNode(CharSequence builderStrings, int sOffset, int len, Node nextNode) { method in class:StringTrieBuilder.LinearMatchNode
370 LinearMatchNode o=(LinearMatchNode)other;
396 LinearMatchNode suffixNode=new LinearMatchNode(strings, i, length-prefixLength, next);
432 thisSuffixNode=new LinearMatchNode(
456 LinearMatchNode suffixNode=
457 new LinearMatchNode(strings, nextOffset, maxLinearMatchLength, next);
814 node=new LinearMatchNode(string
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dbytestriebuilder.h148 class BTLinearMatchNode : public LinearMatchNode {
H A Ducharstriebuilder.h153 class UCTLinearMatchNode : public LinearMatchNode {
H A Dstringtriebuilder.h307 class LinearMatchNode : public ValueNode { class in class:StringTrieBuilder
309 LinearMatchNode(int32_t len, Node *nextNode) function in class:StringTrieBuilder::LinearMatchNode
/external/icu/icu4c/source/common/
H A Dstringtriebuilder.cpp455 StringTrieBuilder::LinearMatchNode::operator==(const Node &other) const {
462 const LinearMatchNode &o=(const LinearMatchNode &)other;
467 StringTrieBuilder::LinearMatchNode::markRightEdgesFirst(int32_t edgeNumber) {
H A Dbytestriebuilder.cpp341 : LinearMatchNode(len, nextNode), s(bytes) {
350 if(!LinearMatchNode::operator==(other)) {
H A Ducharstriebuilder.cpp289 : LinearMatchNode(len, nextNode), s(units) {
298 if(!LinearMatchNode::operator==(other)) {

Completed in 1205 milliseconds