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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DFusionDictionary.java63 Collections.sort(data, PTNODE_COMPARATOR);
543 final static private PtNodeComparator PTNODE_COMPARATOR = new PtNodeComparator(); field in class:FusionDictionary
553 int result = Collections.binarySearch(data, reference, PTNODE_COMPARATOR);

Completed in 105 milliseconds