Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dparsepos.h58 errorIndex(-1) in ParsePosition()
69 errorIndex(-1) in ParsePosition()
80 errorIndex(copy.errorIndex) in ParsePosition()
180 int32_t errorIndex; variable
188 errorIndex = copy.errorIndex;
195 if(index != copy.index || errorIndex != copy.errorIndex)
222 return errorIndex; in getErrorIndex()
228 this->errorIndex = ei; in setErrorIndex()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DIllformedLocaleException.java52 public IllformedLocaleException(String message, int errorIndex) { in IllformedLocaleException() argument
53 super(message + ((errorIndex < 0) ? "" : " [at index " + errorIndex + "]")); in IllformedLocaleException()
54 _errIdx = errorIndex; in IllformedLocaleException()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
DIllformedLocaleException.java59 public IllformedLocaleException(String message, int errorIndex) { in IllformedLocaleException() argument
60 super(message + ((errorIndex < 0) ? "" : " [at index " + errorIndex + "]")); in IllformedLocaleException()
61 _errIdx = errorIndex; in IllformedLocaleException()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DIllformedLocaleException.java55 public IllformedLocaleException(String message, int errorIndex) { in IllformedLocaleException() argument
56 super(message + ((errorIndex < 0) ? "" : " [at index " + errorIndex + "]")); in IllformedLocaleException()
57 _errIdx = errorIndex; in IllformedLocaleException()
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DLocaleSyntaxException.java25 public LocaleSyntaxException(String msg, int errorIndex) { in LocaleSyntaxException() argument
27 _index = errorIndex; in LocaleSyntaxException()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
DLocaleSyntaxException.java21 public LocaleSyntaxException(String msg, int errorIndex) { in LocaleSyntaxException() argument
23 _index = errorIndex; in LocaleSyntaxException()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleSyntaxException.java21 public LocaleSyntaxException(String msg, int errorIndex) { in LocaleSyntaxException() argument
23 _index = errorIndex; in LocaleSyntaxException()
/external/icu/icu4c/source/i18n/
Drbnf.cpp1415 int32_t errorIndex = (high_pp.getErrorIndex()>0)? high_pp.getErrorIndex(): 0; in parse() local
1416 parsePosition.setErrorIndex(startIndex + errorIndex); in parse()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatTest.java450 int errorIndex = Integer.parseInt(DATA[i][2]); in TestSpaceParsing() local
454 parsePosition.getErrorIndex() != errorIndex) { in TestSpaceParsing()
829 int errorIndex = Integer.parseInt(DATA[i][2]); in TestMiscCurrencyParsing() local
836 parsePosition.getErrorIndex() != errorIndex) { in TestMiscCurrencyParsing()
838 …errln("FAIL: parse failed on case "+i+". expected error position: " + errorIndex + "; actual: " + … in TestMiscCurrencyParsing()
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp3278 int errorIndex; member
3318 int errorIndex = DATA[i].errorIndex; in TestSpaceParsing() local
3324 parsePosition.getErrorIndex() != errorIndex) { in TestSpaceParsing()
3325 …i].lenient + "; wrong position, expected: (" + parsedPosition + ", " + errorIndex + "); got (" + p… in TestSpaceParsing()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java447 int errorIndex = Integer.parseInt(DATA[i][2]); in TestSpaceParsing() local
451 parsePosition.getErrorIndex() != errorIndex) { in TestSpaceParsing()
826 int errorIndex = Integer.parseInt(DATA[i][2]); in TestMiscCurrencyParsing() local
833 parsePosition.getErrorIndex() != errorIndex) { in TestMiscCurrencyParsing()
835 …errln("FAIL: parse failed on case "+i+". expected error position: " + errorIndex + "; actual: " + … in TestMiscCurrencyParsing()