Home
last modified time | relevance | path

Searched refs:generateCodePointSet (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DBinaryDictionaryTests.java248 final int[] codePointSet = CodePointUtils.generateCodePointSet(codePointSetSize, random); in testRandomlyAddUnigramWord()
324 final int[] codePointSet = CodePointUtils.generateCodePointSet(codePointSetSize, random); in testRandomlyAddBigramWords()
462 final int[] codePointSet = CodePointUtils.generateCodePointSet(codePointSetSize, random); in testAddBigramWordsAndFlashWithGC()
524 final int[] codePointSet = CodePointUtils.generateCodePointSet(codePointSetSize, random); in testRandomOperationsAndFlashWithGC()
607 final int[] codePointSet = CodePointUtils.generateCodePointSet(codePointSetSize, random); in testAddManyUnigramsAndFlushWithGC()
649 final int[] codePointSet = CodePointUtils.generateCodePointSet(codePointSetSize, random); in testUnigramAndBigramCount()
693 final int[] codePointSet = CodePointUtils.generateCodePointSet(codePointSetSize, random); in testGetWordProperties()
778 final int[] codePointSet = CodePointUtils.generateCodePointSet(codePointSetSize, random); in testIterateAllWords()
DLatinImeStressTests.java51 final int[] codePointSet = CodePointUtils.generateCodePointSet(codePointSetSize, random); in testSwitchLanguagesAndInputRandomCodePoints()
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DCodePointUtils.java71 public static int[] generateCodePointSet(final int codePointSetSize, in generateCodePointSet() method in CodePointUtils
/packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
DBinaryDictOffdeviceUtilsTests.java68 final int[] codePointSet = CodePointUtils.generateCodePointSet( in generateWords()