Searched defs:errorIndex (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/i18n/
H A Drbnf.cpp1173 int32_t errorIndex = (high_pp.getErrorIndex()>0)? high_pp.getErrorIndex(): 0; local
1174 parsePosition.setErrorIndex(startIndex + errorIndex);
/external/icu/icu4c/source/i18n/
H A Drbnf.cpp1244 int32_t errorIndex = (high_pp.getErrorIndex()>0)? high_pp.getErrorIndex(): 0; local
1245 parsePosition.setErrorIndex(startIndex + errorIndex);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp3018 int errorIndex; member in struct:__anon12325
3033 {"$ 124 ", 0, 1, FALSE}, // errorIndex used to be 0, now 1 (better)
3034 {"$\\u00A0124 ", 0, 1, FALSE}, // errorIndex used to be 0, now 1 (better)
3062 int errorIndex = DATA[i].errorIndex; local
3067 parsePosition.getErrorIndex() != errorIndex) {
3068 errln("FAILED parse " + stringToBeParsed + "; lenient: " + DATA[i].lenient + "; wrong position, expected: (" + parsedPosition + ", " + errorIndex + "); got (" + parsePosition.getIndex() + ", " + parsePosition.getErrorIndex() + ")");
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp3043 int errorIndex; member in struct:__anon22135
3058 {"$ 124 ", 0, 1, FALSE}, // errorIndex used to be 0, now 1 (better)
3059 {"$\\u00A0124 ", 0, 1, FALSE}, // errorIndex used to be 0, now 1 (better)
3087 int errorIndex = DATA[i].errorIndex; local
3092 parsePosition.getErrorIndex() != errorIndex) {
3093 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 180 milliseconds