Searched refs:posMatch (Results 1 – 1 of 1) sorted by relevance
1855 …int32_t posMatch = compareAffix(text, position, FALSE, TRUE, posPrefix, currencyParsing, type, cur… in subparse() local1857 if (posMatch >= 0 && negMatch >= 0) { in subparse()1858 if (posMatch > negMatch) { in subparse()1860 } else if (negMatch > posMatch) { in subparse()1861 posMatch = -1; in subparse()1864 if (posMatch >= 0) { in subparse()1865 position += posMatch; in subparse()2175 if (posMatch >= 0 || (!strictParse && negMatch < 0)) { in subparse()