Searched refs:categoryChar (Results 1 – 1 of 1) sorted by relevance
120 switch (categoryChar(password.charAt(i))) { in computeForPassword()196 @CharacterCatagory int category = categoryChar(previousChar); //current sequence category in maxLengthSequence()203 @CharacterCatagory int categoryCurrent = categoryChar(currentChar); in maxLengthSequence()239 private static int categoryChar(char c) { in categoryChar() method in PasswordMetrics