HomeSort by relevance Sort by last modified time
    Searched refs:checkLength (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
Romkan.java 171 int checkLength = Math.min(cursor, MAX_LENGTH);
172 for (int i = 1; i <= checkLength; i++) {
RomkanFullKatakana.java 175 int checkLength = Math.min(cursor, MAX_LENGTH);
176 for (int i = 1; i <= checkLength; i++) {

Completed in 42 milliseconds