Home
last modified time | relevance | path

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

/external/icu/libicu/cts_headers/unicode/
Dparsepos.h61 errorIndex(-1) in ParsePosition()
72 errorIndex(-1) in ParsePosition()
83 errorIndex(copy.errorIndex) in ParsePosition()
183 int32_t errorIndex; variable
191 errorIndex = copy.errorIndex;
198 if(index != copy.index || errorIndex != copy.errorIndex)
225 return errorIndex; in getErrorIndex()
231 this->errorIndex = ei; in setErrorIndex()
/external/icu/icu4c/source/common/unicode/
Dparsepos.h61 errorIndex(-1) in ParsePosition()
72 errorIndex(-1) in ParsePosition()
83 errorIndex(copy.errorIndex) in ParsePosition()
183 int32_t errorIndex; variable
191 errorIndex = copy.errorIndex;
198 if(index != copy.index || errorIndex != copy.errorIndex)
225 return errorIndex; in getErrorIndex()
231 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/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/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DSessionProcess.c1130 TPM_RC errorIndex; in RetrieveSessionData() local
1138 errorIndex = TPM_RC_S + g_rcIndex[sessionIndex]; in RetrieveSessionData()
1144 return TPM_RCS_SIZE + errorIndex; in RetrieveSessionData()
1173 return result + errorIndex; in RetrieveSessionData()
1185 return TPM_RCS_ATTRIBUTES + errorIndex; in RetrieveSessionData()
1188 return TPM_RCS_NONCE + errorIndex; in RetrieveSessionData()
1203 return TPM_RCS_HANDLE + errorIndex; in RetrieveSessionData()
1208 return TPM_RCS_HANDLE + errorIndex; in RetrieveSessionData()
1218 return TPM_RCS_ATTRIBUTES + errorIndex; in RetrieveSessionData()
1221 return TPM_RCS_ATTRIBUTES + errorIndex; in RetrieveSessionData()
[all …]
/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/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.cpp1382 int32_t errorIndex = (high_pp.getErrorIndex()>0)? high_pp.getErrorIndex(): 0; in parse() local
1383 parsePosition.setErrorIndex(startIndex + errorIndex); in parse()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java468 int errorIndex = Integer.parseInt(DATA[i][2]); in TestSpaceParsing() local
472 parsePosition.getErrorIndex() != errorIndex) { in TestSpaceParsing()
847 int errorIndex = Integer.parseInt(DATA[i][2]); in TestMiscCurrencyParsing() local
854 parsePosition.getErrorIndex() != errorIndex) { in TestMiscCurrencyParsing()
856 …errln("FAIL: parse failed on case "+i+". expected error position: " + errorIndex + "; actual: " + … in TestMiscCurrencyParsing()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatTest.java471 int errorIndex = Integer.parseInt(DATA[i][2]); in TestSpaceParsing() local
475 parsePosition.getErrorIndex() != errorIndex) { in TestSpaceParsing()
850 int errorIndex = Integer.parseInt(DATA[i][2]); in TestMiscCurrencyParsing() local
857 parsePosition.getErrorIndex() != errorIndex) { in TestMiscCurrencyParsing()
859 …errln("FAIL: parse failed on case "+i+". expected error position: " + errorIndex + "; actual: " + … in TestMiscCurrencyParsing()
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp3463 int errorIndex; member
3503 int errorIndex = DATA[i].errorIndex; in TestSpaceParsing() local
3509 parsePosition.getErrorIndex() != errorIndex) { in TestSpaceParsing()
3510 …i].lenient + "; wrong position, expected: (" + parsedPosition + ", " + errorIndex + "); got (" + p… in TestSpaceParsing()