Searched refs:categoryChar (Results 1 – 2 of 2) 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
3414 Landroid/app/admin/PasswordMetrics;->categoryChar(C)I