Searched refs:negMatch (Results 1 – 1 of 1) sorted by relevance
2286 …int32_t negMatch = compareAffix(text, position, TRUE, TRUE, negPrefix, currencyParsing, type, cur… in subparse() local2287 if (posMatch >= 0 && negMatch >= 0) { in subparse()2288 if (posMatch > negMatch) { in subparse()2289 negMatch = -1; in subparse()2290 } else if (negMatch > posMatch) { in subparse()2297 } else if (negMatch >= 0) { in subparse()2298 position += negMatch; in subparse()2613 if (posMatch >= 0 || (!strictParse && negMatch < 0)) { in subparse()2616 if (negMatch >= 0) { in subparse()2643 …parsedNum.data()[0] = (posSuffixMatch >= 0 || (!strictParse && negMatch < 0 && negSuffixMatch < 0)… in subparse()