Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp2285 …int32_t posMatch = compareAffix(text, position, FALSE, TRUE, posPrefix, currencyParsing, type, cur… in subparse() local
2287 if (posMatch >= 0 && negMatch >= 0) { in subparse()
2288 if (posMatch > negMatch) { in subparse()
2290 } else if (negMatch > posMatch) { in subparse()
2291 posMatch = -1; in subparse()
2294 if (posMatch >= 0) { in subparse()
2295 position += posMatch; in subparse()
2613 if (posMatch >= 0 || (!strictParse && negMatch < 0)) { in subparse()