Home
last modified time | relevance | path

Searched refs:errorIndex (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dparsepos.h56 errorIndex(-1) in ParsePosition()
67 errorIndex(-1) in ParsePosition()
78 errorIndex(copy.errorIndex) in ParsePosition()
178 int32_t errorIndex; variable
186 errorIndex = copy.errorIndex;
193 if(index != copy.index || errorIndex != copy.errorIndex)
220 return errorIndex; in getErrorIndex()
226 this->errorIndex = ei; in setErrorIndex()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DIllformedLocaleException.java53 public IllformedLocaleException(String message, int errorIndex) { in IllformedLocaleException() argument
54 super(message + ((errorIndex < 0) ? "" : " [at index " + errorIndex + "]")); in IllformedLocaleException()
55 _errIdx = errorIndex; in IllformedLocaleException()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleSyntaxException.java19 public LocaleSyntaxException(String msg, int errorIndex) { in LocaleSyntaxException() argument
21 _index = errorIndex; in LocaleSyntaxException()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java412 int errorIndex = Integer.parseInt(DATA[i][2]); in TestSpaceParsing() local
416 parsePosition.getErrorIndex() != errorIndex) { in TestSpaceParsing()
713 int errorIndex = Integer.parseInt(DATA[i][2]); in TestMiscCurrencyParsing() local
718 parsePosition.getErrorIndex() != errorIndex) { in TestMiscCurrencyParsing()
719 …errln("FAIL: parse failed. expected error position: " + errorIndex + "; actual: " + parsePosition.… in TestMiscCurrencyParsing()
/external/icu/icu4c/source/i18n/
Drbnf.cpp1248 int32_t errorIndex = (high_pp.getErrorIndex()>0)? high_pp.getErrorIndex(): 0; in parse() local
1249 parsePosition.setErrorIndex(startIndex + errorIndex); in parse()
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp3050 int errorIndex; member
3094 int errorIndex = DATA[i].errorIndex; in TestSpaceParsing() local
3099 parsePosition.getErrorIndex() != errorIndex) { in TestSpaceParsing()
3100 …i].lenient + "; wrong position, expected: (" + parsedPosition + ", " + errorIndex + "); got (" + p… in TestSpaceParsing()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...