Home
last modified time | relevance | path

Searched refs:thisSuffixNode (Results 1 – 2 of 2) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/util/
DStringTrieBuilder.java406 Node result, thisSuffixNode; in add() local
417 thisSuffixNode= length>0 ? this : next; in add()
423 thisSuffixNode=next; in add()
430 thisSuffixNode=new LinearMatchNode( in add()
437 branchNode.add(thisChar, thisSuffixNode); in add()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DStringTrieBuilder.java408 Node result, thisSuffixNode; in add() local
419 thisSuffixNode= length>0 ? this : next; in add()
425 thisSuffixNode=next; in add()
432 thisSuffixNode=new LinearMatchNode( in add()
439 branchNode.add(thisChar, thisSuffixNode); in add()