Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat.java2427 …int negMatch = compareAffix(text, position, true, true, negPrefix, parseComplexCurrency, type, cur… in subparse() local
2428 if (posMatch >= 0 && negMatch >= 0) { in subparse()
2429 if (posMatch > negMatch) { in subparse()
2430 negMatch = -1; in subparse()
2431 } else if (negMatch > posMatch) { in subparse()
2437 } else if (negMatch >= 0) { in subparse()
2438 position += negMatch; in subparse()
2766 if (negMatch >= 0) { in subparse()
2767negMatch = compareAffix(text, position, true, false, negSuffix, parseComplexCurrency, type, curren… in subparse()
2769 if (posMatch >= 0 && negMatch >= 0) { in subparse()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDecimalFormat.java2413 …int negMatch = compareAffix(text, position, true, true, negPrefix, parseComplexCurrency, type, cur… in subparse() local
2414 if (posMatch >= 0 && negMatch >= 0) { in subparse()
2415 if (posMatch > negMatch) { in subparse()
2416 negMatch = -1; in subparse()
2417 } else if (negMatch > posMatch) { in subparse()
2423 } else if (negMatch >= 0) { in subparse()
2424 position += negMatch; in subparse()
2752 if (negMatch >= 0) { in subparse()
2753negMatch = compareAffix(text, position, true, false, negSuffix, parseComplexCurrency, type, curren… in subparse()
2755 if (posMatch >= 0 && negMatch >= 0) { in subparse()
[all …]
/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp1375 …int32_t negMatch = compareAffix(text, position, TRUE, TRUE, negPrefix, complexCurrencyParsing, ty… in subparse() local
1376 if (posMatch >= 0 && negMatch >= 0) { in subparse()
1377 if (posMatch > negMatch) { in subparse()
1378 negMatch = -1; in subparse()
1379 } else if (negMatch > posMatch) { in subparse()
1386 } else if (negMatch >= 0) { in subparse()
1387 position += negMatch; in subparse()
1714 if (posMatch >= 0 || (!strictParse && negMatch < 0)) { in subparse()
1717 if (negMatch >= 0) { in subparse()
1744 …parsedNum.data()[0] = (posSuffixMatch >= 0 || (!strictParse && negMatch < 0 && negSuffixMatch < 0)… in subparse()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...