Home
last modified time | relevance | path

Searched refs:firstWord (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs283 bool firstWord = true; in ToCamelCase()
294 firstWord = false; in ToCamelCase()
298 else if (firstWord) in ToCamelCase()
307 firstWord = false; in ToCamelCase()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECFieldElement.java96 BigInteger firstWord = p.shiftRight(bitLength - 64); in calculateResidue() local
97 if (firstWord.longValue() == -1L) in calculateResidue()