/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
TestCollationStringByteConverter.java | 329 + (parsePosition.getErrorIndex() == -1 ? "" : "/" 330 + parsePosition.getErrorIndex())
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
NumberFormatRegressionTest.java | 387 if (pos.getErrorIndex() >= 0) { 388 errln("FAIL: Parsing " + txt + " - error index: " + pos.getErrorIndex());
|
DateFormatRegressionTest.java | 888 logln("Parse pos = " + pos.getIndex() + ", error pos = " + pos.getErrorIndex()); 889 if (pos.getErrorIndex() != -1) { [all...] |
DateTimeGeneratorTest.java | 655 if (parsePosition.getErrorIndex() >= 0) { 656 errln("Failed parse with VVVV:\t" + locales[i] + ",\t\"" + pattern + "\",\t\"" + newPattern + "\",\t\"" + formatted.substring(0,parsePosition.getErrorIndex()) + "{}" + formatted.substring(parsePosition.getErrorIndex()) + "\""); [all...] |
DateFormatTest.java | [all...] |
NumberFormatTest.java | 454 parsePosition.getErrorIndex() != errorIndex) { 455 errln("FAILED parse " + stringToBeParsed + "; parse position: " + parsePosition.getIndex() + "; error position: " + parsePosition.getErrorIndex()); 457 if (parsePosition.getErrorIndex() == -1 && 493 assertEquals("Failed on error: '" + input + "'", expectedErrorIndex, ppos.getErrorIndex()); [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
NumberFormatRegressionTest.java | 384 if (pos.getErrorIndex() >= 0) { 385 errln("FAIL: Parsing " + txt + " - error index: " + pos.getErrorIndex());
|
DateFormatRegressionTest.java | 885 logln("Parse pos = " + pos.getIndex() + ", error pos = " + pos.getErrorIndex()); 886 if (pos.getErrorIndex() != -1) { [all...] |
DateTimeGeneratorTest.java | 652 if (parsePosition.getErrorIndex() >= 0) { 653 errln("Failed parse with VVVV:\t" + locales[i] + ",\t\"" + pattern + "\",\t\"" + newPattern + "\",\t\"" + formatted.substring(0,parsePosition.getErrorIndex()) + "{}" + formatted.substring(parsePosition.getErrorIndex()) + "\""); [all...] |
DateFormatTest.java | [all...] |
NumberFormatTest.java | 451 parsePosition.getErrorIndex() != errorIndex) { 452 errln("FAILED parse " + stringToBeParsed + "; parse position: " + parsePosition.getIndex() + "; error position: " + parsePosition.getErrorIndex()); 454 if (parsePosition.getErrorIndex() == -1 && 490 assertEquals("Failed on error: '" + input + "'", expectedErrorIndex, ppos.getErrorIndex()); [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/ |
ULocale.java | [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/ |
ComplexFormat.java | 259 parsePosition.getErrorIndex(),
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/ |
Vector3DFormat.java | 262 parsePosition.getErrorIndex(),
|
/external/icu/icu4c/source/i18n/ |
unum.cpp | 379 if(pp.getErrorIndex() != -1) { 382 *parsePos = pp.getErrorIndex(); 477 if (pp.getErrorIndex() != -1) { 479 *parsePos = pp.getErrorIndex();
|
reldtfmt.cpp | 314 UBool noError = (pos.getErrorIndex() < 0); 315 int32_t offset = (noError)? pos.getIndex(): pos.getErrorIndex();
|
udat.cpp | 365 if(pp.getErrorIndex() == -1) 368 *parsePos = pp.getErrorIndex(); 397 if(pp.getErrorIndex() == -1) 400 *parsePos = pp.getErrorIndex(); [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
ULocale.java | [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
ULocale.java | [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
LocaleValidityChecker.java | 329 int startIndex = e.getErrorIndex();
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
LocaleValidityChecker.java | 324 int startIndex = e.getErrorIndex();
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
CalendarRegressionTest.java | [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
CalendarRegressionTest.java | [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
TimeUnitFormat.java | 271 if (pos.getErrorIndex() != -1 || pos.getIndex() == oldPos) {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
TimeUnitFormat.java | 269 if (pos.getErrorIndex() != -1 || pos.getIndex() == oldPos) {
|