HomeSort by relevance Sort by last modified time
    Searched defs:LinearMatchNode (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/common/unicode/
stringtriebuilder.h 307 class LinearMatchNode : public ValueNode {
309 LinearMatchNode(int32_t len, Node *nextNode)
  /external/icu/android_icu4j/src/main/java/android/icu/util/
StringTrieBuilder.java 351 private static final class LinearMatchNode extends ValueNode {
352 public LinearMatchNode(CharSequence builderStrings, int sOffset, int len, Node nextNode) {
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(strings, offset, s.length()-start, node)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
StringTrieBuilder.java 353 private static final class LinearMatchNode extends ValueNode {
354 public LinearMatchNode(CharSequence builderStrings, int sOffset, int len, Node nextNode) {
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(strings, offset, s.length()-start, node)
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 217 milliseconds