Searched refs:numberMatch (Results 1 – 1 of 1) sorted by relevance
288 int32_t numberMatch = 0; in tryIt() local325 if (numberMatch == 0 && number[i] == number[i-1]) in tryIt()326 numberMatch = i; in tryIt()327 else if (numberMatch > 0 && number[i] != number[i-1]) in tryIt()340 if (numberMatch > 0 && stringMatch > 0) in tryIt()346 if (stringMatch > 2 || numberMatch > 2) in tryIt()