Home
last modified time | relevance | path

Searched refs:errorIndex (Results 1 - 15 of 15) sorted by relevance

/third_party/icu/icu4c/source/common/unicode/
H A Dparsepos.h13 * 07/17/98 stephen Added errorIndex support.
61 errorIndex(-1) in ParsePosition()
72 errorIndex(-1) in ParsePosition()
83 errorIndex(copy.errorIndex) in ParsePosition()
183 int32_t errorIndex; member in ParsePosition
191 errorIndex = copy.errorIndex; in operator =()
198 if(index != copy.index || errorIndex != copy.errorIndex) in operator ==()
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Dparsepos.h13 * 07/17/98 stephen Added errorIndex support.
61 errorIndex(-1) in ParsePosition()
72 errorIndex(-1) in ParsePosition()
83 errorIndex(copy.errorIndex) in ParsePosition()
183 int32_t errorIndex; member in ParsePosition
191 errorIndex = copy.errorIndex; in operator =()
198 if(index != copy.index || errorIndex != copy.errorIndex) in operator ==()
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dparsepos.h13 * 07/17/98 stephen Added errorIndex support.
61 errorIndex(-1) in ParsePosition()
72 errorIndex(-1) in ParsePosition()
83 errorIndex(copy.errorIndex) in ParsePosition()
183 int32_t errorIndex; member in ParsePosition
191 errorIndex = copy.errorIndex; in operator =()
198 if(index != copy.index || errorIndex != copy.errorIndex) in operator ==()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DIllformedLocaleException.java52 * @param errorIndex the index
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()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DIllformedLocaleException.java50 * @param errorIndex the index
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()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLocaleSyntaxException.java21 public LocaleSyntaxException(String msg, int errorIndex) { in LocaleSyntaxException() argument
23 _index = errorIndex; in LocaleSyntaxException()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DLocaleSyntaxException.java25 public LocaleSyntaxException(String msg, int errorIndex) { in LocaleSyntaxException() argument
27 _index = errorIndex; in LocaleSyntaxException()
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/
H A DBuildMetadataFromXml.java177 int errorIndex = compressedRegex.indexOf("|)"); in validateRE()
178 if (errorIndex >= 0) { in validateRE()
181 throw new PatternSyntaxException("| followed by )", compressedRegex, errorIndex); in validateRE()
/third_party/icu/icu4c/source/i18n/
H A Drbnf.cpp1382 int32_t errorIndex = (high_pp.getErrorIndex()>0)? high_pp.getErrorIndex(): 0; in parse() local
1383 parsePosition.setErrorIndex(startIndex + errorIndex); in parse()
/third_party/node/deps/icu-small/source/i18n/
H A Drbnf.cpp1382 int32_t errorIndex = (high_pp.getErrorIndex()>0)? high_pp.getErrorIndex(): 0; in parse() local
1383 parsePosition.setErrorIndex(startIndex + errorIndex); in parse()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drbnf.cpp1382 int32_t errorIndex = (high_pp.getErrorIndex()>0)? high_pp.getErrorIndex(): 0; in parse() local
1383 parsePosition.setErrorIndex(startIndex + errorIndex); in parse()
/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp3469 int errorIndex; member
3509 int errorIndex = DATA[i].errorIndex; in TestSpaceParsing() local
3515 parsePosition.getErrorIndex() != errorIndex) { in TestSpaceParsing()
3516 errln("FAILED parse " + stringToBeParsed + "; lenient: " + DATA[i].lenient + "; wrong position, expected: (" + parsedPosition + ", " + errorIndex + "); got (" + parsePosition.getIndex() + ", " + parsePosition.getErrorIndex() + ")"); in TestSpaceParsing()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java471 int errorIndex = Integer.parseInt(DATA[i][2]); in TestSpaceParsing()
475 parsePosition.getErrorIndex() != errorIndex) { in TestSpaceParsing()
850 int errorIndex = Integer.parseInt(DATA[i][2]); in TestMiscCurrencyParsing()
857 parsePosition.getErrorIndex() != errorIndex) { in TestMiscCurrencyParsing()
859 errln("FAIL: parse failed on case "+i+". expected error position: " + errorIndex + "; actual: " + parsePosition.getErrorIndex()); in TestMiscCurrencyParsing()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java468 int errorIndex = Integer.parseInt(DATA[i][2]); in TestSpaceParsing()
472 parsePosition.getErrorIndex() != errorIndex) { in TestSpaceParsing()
847 int errorIndex = Integer.parseInt(DATA[i][2]); in TestMiscCurrencyParsing()
854 parsePosition.getErrorIndex() != errorIndex) { in TestMiscCurrencyParsing()
856 errln("FAIL: parse failed on case "+i+". expected error position: " + errorIndex + "; actual: " + parsePosition.getErrorIndex()); in TestMiscCurrencyParsing()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 42 milliseconds