Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DspellCheck.cpp528 char lastInitial = 'a'; in report() local
545 if (column + check.length() > 100 || check[0] != lastInitial) { in report()
549 if (check[0] != lastInitial) { in report()
551 lastInitial = check[0]; in report()