Searched refs:numberMatch (Results 1 – 2 of 2) sorted by relevance
277 int32_t numberMatch = 0; in tryIt() local314 if (numberMatch == 0 && number[i] == number[i-1]) in tryIt()315 numberMatch = i; in tryIt()316 else if (numberMatch > 0 && number[i] != number[i-1]) in tryIt()329 if (numberMatch > 0 && stringMatch > 0) in tryIt()335 if (stringMatch > 2 || numberMatch > 2) in tryIt()