Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp1482 int32_t posMatch = compareAffix(text, position, FALSE, TRUE, currency); in subparse() local
1484 if (posMatch >= 0 && negMatch >= 0) { in subparse()
1485 if (posMatch > negMatch) { in subparse()
1487 } else if (negMatch > posMatch) { in subparse()
1488 posMatch = -1; in subparse()
1491 if (posMatch >= 0) { in subparse()
1492 position += posMatch; in subparse()
1697 if (posMatch >= 0) { in subparse()
1698 posMatch = compareAffix(text, position, FALSE, FALSE, currency); in subparse()
1703 if (posMatch >= 0 && negMatch >= 0) { in subparse()
[all …]