Searched refs:firstWord (Results 1 – 2 of 2) sorted by relevance
283 bool firstWord = true; in ToCamelCase()294 firstWord = false; in ToCamelCase()298 else if (firstWord) in ToCamelCase()307 firstWord = false; in ToCamelCase()
96 BigInteger firstWord = p.shiftRight(bitLength - 64); in calculateResidue() local97 if (firstWord.longValue() == -1L) in calculateResidue()