Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat.java2352 …int posMatch = compareAffix(text, position, false, true, posPrefix, parseComplexCurrency, type, cu… in subparse() local
2354 if (posMatch >= 0 && negMatch >= 0) { in subparse()
2355 if (posMatch > negMatch) { in subparse()
2357 } else if (negMatch > posMatch) { in subparse()
2358 posMatch = -1; in subparse()
2361 if (posMatch >= 0) { in subparse()
2362 position += posMatch; in subparse()
2690 if (posMatch >= 0) { in subparse()
2691posMatch = compareAffix(text, position, false, false, posSuffix, parseComplexCurrency, type, curre… in subparse()
2696 if (posMatch >= 0 && negMatch >= 0) { in subparse()
[all …]
/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp2653 …int32_t posMatch = compareAffix(text, position, FALSE, TRUE, posPrefix, complexCurrencyParsing, ty…
2655 if (posMatch >= 0 && negMatch >= 0) {
2656 if (posMatch > negMatch) {
2658 } else if (negMatch > posMatch) {
2659 posMatch = -1;
2662 if (posMatch >= 0) {
2663 position += posMatch;
2993 if (posMatch >= 0 || (!strictParse && negMatch < 0)) {
/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 ...