Home
last modified time | relevance | path

Searched refs:firstLine (Results 1 – 2 of 2) 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()
/packages/services/Car/tests/DiagnosticTools/src/com/google/android/car/diagnostictools/
DRowViewHolder.java38 textHeader = itemView.findViewById(R.id.firstLine); in RowViewHolder()