Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DCombinedInputOutput.java57 String firstLine = reader.readLine(); in isCombinedDictionary() local
58 while (firstLine.startsWith(COMMENT_LINE_STARTER)) { in isCombinedDictionary()
59 firstLine = reader.readLine(); in isCombinedDictionary()
61 return firstLine.matches( in isCombinedDictionary()