/external/icu/icu4c/source/common/unicode/ |
D | parsepos.h | 58 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/ |
D | IllformedLocaleException.java | 52 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/ |
D | IllformedLocaleException.java | 59 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/ |
D | IllformedLocaleException.java | 55 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/ |
D | LocaleSyntaxException.java | 25 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/ |
D | LocaleSyntaxException.java | 21 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/ |
D | LocaleSyntaxException.java | 21 public LocaleSyntaxException(String msg, int errorIndex) { in LocaleSyntaxException() argument 23 _index = errorIndex; in LocaleSyntaxException()
|
/external/icu/icu4c/source/i18n/ |
D | rbnf.cpp | 1415 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/ |
D | NumberFormatTest.java | 450 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/ |
D | numfmtst.cpp | 3278 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/ |
D | NumberFormatTest.java | 447 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()
|