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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DIllformedLocaleException.java50 * @param errorIndex the index
53 public IllformedLocaleException(String message, int errorIndex) { argument
54 super(message + ((errorIndex < 0) ? "" : " [at index " + errorIndex + "]"));
55 _errIdx = errorIndex;
/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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLocaleSyntaxException.java19 public LocaleSyntaxException(String msg, int errorIndex) { argument
21 _index = errorIndex;
/external/icu/icu4c/source/i18n/
H A Drbnf.cpp1248 int32_t errorIndex = (high_pp.getErrorIndex()>0)? high_pp.getErrorIndex(): 0; local
1249 parsePosition.setErrorIndex(startIndex + errorIndex);
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp3050 int errorIndex; member in struct:__anon5914
3065 {"$ 124 ", 0, 1, FALSE}, // errorIndex used to be 0, now 1 (better)
3066 {"$\\u00A0124 ", 0, 1, FALSE}, // errorIndex used to be 0, now 1 (better)
3094 int errorIndex = DATA[i].errorIndex; local
3099 parsePosition.getErrorIndex() != errorIndex) {
3100 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 181 milliseconds