Searched refs:secondLetter (Results 1 – 1 of 1) sorted by relevance
1960 UChar secondLetter = candidate[1]; in FindPartialAddress() local1964 secondLetter -= 'A'; in FindPartialAddress()1965 if (secondLetter > 'Z' - 'A') in FindPartialAddress()1967 if ((stateTwoLetter[firstLetter] & 1 << secondLetter) != 0) { in FindPartialAddress()1972 … bitcount(stateTwoLetter[firstLetter] & ((1 << secondLetter) - 1)); in FindPartialAddress()