Searched refs:errorIndex (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/common/unicode/
H A Dparsepos.h11 * 07/17/98 stephen Added errorIndex support.
56 errorIndex(-1)
67 errorIndex(-1)
78 errorIndex(copy.errorIndex)
178 int32_t errorIndex; member in class:ParsePosition
186 errorIndex = copy.errorIndex;
193 if(index != copy.index || errorIndex != copy.errorIndex)
[all...]
/external/icu4c/i18n/
H A Drbnf.cpp1205 int32_t errorIndex = (high_pp.getErrorIndex()>0)? high_pp.getErrorIndex(): 0; local
1206 parsePosition.setErrorIndex(startIndex + errorIndex);
/external/icu4c/test/intltest/
H A Dnumfmtst.cpp2886 int errorIndex; member in struct:__anon6088
2901 {"$ 124 ", 0, 1, FALSE}, // errorIndex used to be 0, now 1 (better)
2902 {"$\\u00A0124 ", 0, 1, FALSE}, // errorIndex used to be 0, now 1 (better)
2930 int errorIndex = DATA[i].errorIndex; local
2935 parsePosition.getErrorIndex() != errorIndex) {
2936 errln("FAILED parse " + stringToBeParsed + "; lenient: " + DATA[i].lenient + "; wrong position, expected: (" + parsedPosition + ", " + errorIndex + "); got (" + parsePosition.getIndex() + ", " + parsePosition.getErrorIndex() + ")");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 108 milliseconds