Searched refs:categoryChar (Results 1 – 1 of 1) sorted by relevance
260 switch (categoryChar((char) b)) { in computeForPassword()345 @CharacterCatagory int category = categoryChar(previousChar); //current sequence category in maxLengthSequence()352 @CharacterCatagory int categoryCurrent = categoryChar(currentChar); in maxLengthSequence()388 private static int categoryChar(char c) { in categoryChar() method in PasswordMetrics