HomeSort by relevance Sort by last modified time
    Searched refs:flattenTree (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/makedict/
BinaryDictEncoderFlattenTreeTests.java 28 * Unit tests for BinaryDictEncoderUtils.flattenTree().
43 BinaryDictEncoderUtils.flattenTree(dict.mRootNodeArray);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
Ver3DictEncoder.java 89 // Leave the choice of the optimal node order to the flattenTree function.
91 ArrayList<PtNodeArray> flatNodes = BinaryDictEncoderUtils.flattenTree(dict.mRootNodeArray);
Ver4DictEncoder.java 247 ArrayList<PtNodeArray> flatNodes = BinaryDictEncoderUtils.flattenTree(dict.mRootNodeArray);
BinaryDictEncoderUtils.java 252 /* package for tests */ static ArrayList<PtNodeArray> flattenTree(
    [all...]

Completed in 1077 milliseconds