Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DCombinedInputOutput.java131 final String[] historicalInfoParams = params[1].split( in readDictionaryCombined() local
133 if (historicalInfoParams.length != HISTORICAL_INFO_ELEMENT_COUNT) { in readDictionaryCombined()
138 Integer.parseInt(historicalInfoParams[0]), in readDictionaryCombined()
139 Integer.parseInt(historicalInfoParams[1]), in readDictionaryCombined()
140 Integer.parseInt(historicalInfoParams[2])); in readDictionaryCombined()
163 final String[] historicalInfoParams = in readDictionaryCombined() local
165 if (historicalInfoParams.length != HISTORICAL_INFO_ELEMENT_COUNT) { in readDictionaryCombined()
170 Integer.parseInt(historicalInfoParams[0]), in readDictionaryCombined()
171 Integer.parseInt(historicalInfoParams[1]), in readDictionaryCombined()
172 Integer.parseInt(historicalInfoParams[2])); in readDictionaryCombined()