Searched defs:posMatch (Results 1 - 3 of 3) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/ |
H A D | decimfmt.cpp | 1836 int32_t posMatch = compareAffix(text, position, FALSE, TRUE, posPrefix, currencyParsing, type, currency); local 1838 if (posMatch >= 0 && negMatch >= 0) { 1839 if (posMatch > negMatch) { 1841 } else if (negMatch > posMatch) { 1842 posMatch = -1; 1845 if (posMatch >= 0) { 1846 position += posMatch; 2044 if (posMatch >= 0) { 2045 posMatch = compareAffix(text, position, FALSE, FALSE, posSuffix, currencyParsing, type, currency); 2050 if (posMatch > [all...] |
/external/icu4c/i18n/ |
H A D | decimfmt.cpp | 2361 int32_t posMatch = compareAffix(text, position, FALSE, TRUE, posPrefix, currencyParsing, type, currency); local 2363 if (posMatch >= 0 && negMatch >= 0) { 2364 if (posMatch > negMatch) { 2366 } else if (negMatch > posMatch) { 2367 posMatch = -1; 2370 if (posMatch >= 0) { 2371 position += posMatch; 2689 if (posMatch >= 0 || (!strictParse && negMatch < 0)) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
Completed in 57 milliseconds