Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp1483 int32_t negMatch = compareAffix(text, position, TRUE, TRUE, currency); in subparse() local
1484 if (posMatch >= 0 && negMatch >= 0) { in subparse()
1485 if (posMatch > negMatch) { in subparse()
1486 negMatch = -1; in subparse()
1487 } else if (negMatch > posMatch) { in subparse()
1493 } else if (negMatch >= 0) { in subparse()
1494 position += negMatch; in subparse()
1700 if (negMatch >= 0) { in subparse()
1701 negMatch = compareAffix(text, position, TRUE, FALSE, currency); in subparse()
1703 if (posMatch >= 0 && negMatch >= 0) { in subparse()
[all …]