Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp1855 …int32_t posMatch = compareAffix(text, position, FALSE, TRUE, posPrefix, currencyParsing, type, cur… in subparse() local
1857 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()