Searched refs:CHARACTERS (Results 1 – 2 of 2) sorted by relevance
47 private static final String[] CHARACTERS = { field in UserHistoryDictionaryTestsHelper135 final int lengthOfChars = CHARACTERS.length; in generateWord()139 builder.append(CHARACTERS[(int)(lvalue % lengthOfChars)]); in generateWord()
29 return CHARACTERS; in getAcceptedChars()50 public static final char[] CHARACTERS = new char[] { field in StkDigitsKeyListener