/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
LocaleSyntaxException.java | 30 public int getErrorIndex() {
|
ParseStatus.java | 30 public int getErrorIndex() {
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
IllformedLocaleException.java | 63 public int getErrorIndex() {
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/ |
LocaleSyntaxException.java | 26 public int getErrorIndex() {
|
ParseStatus.java | 26 public int getErrorIndex() {
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/ |
IllformedLocaleException.java | 72 public int getErrorIndex() {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
LocaleSyntaxException.java | 26 public int getErrorIndex() {
|
ParseStatus.java | 26 public int getErrorIndex() {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
IllformedLocaleException.java | 67 public int getErrorIndex() {
|
/external/icu/icu4c/source/common/unicode/ |
parsepos.h | 152 int32_t getErrorIndex(void) const; 220 ParsePosition::getErrorIndex() const
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ |
ExceptionHandler.java | 115 if (ifeA.getErrorIndex() != ifeB.getErrorIndex()) { 135 if (ifeA.getErrorIndex() != ifeB.getErrorIndex()) {
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
ExceptionHandler.java | 114 if (ifeA.getErrorIndex() != ifeB.getErrorIndex()) { 134 if (ifeA.getErrorIndex() != ifeB.getErrorIndex()) {
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
MessageRegressionTest.java | 176 if (pos.getErrorIndex() != -1) { 177 errln("ParsePosition.getErrorIndex initialization failed."); 182 logln("unparsable string , should fail at " + pos.getErrorIndex()); 183 if (pos.getErrorIndex() == -1) 186 if (pos.getErrorIndex() != 4) 187 errln("setErrorIndex failed, got " + pos.getErrorIndex() + " instead of 4"); 196 if (pos.getErrorIndex() != -1 && obj.doubleValue() == -1.0) 197 errln("Parse with \"are negative\" failed, at " + pos.getErrorIndex()); 200 if (pos.getErrorIndex() != -1 && obj.doubleValue() == 0.0) 201 errln("Parse with \"are no or fraction\" failed, at " + pos.getErrorIndex()); [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
MessageRegressionTest.java | 173 if (pos.getErrorIndex() != -1) { 174 errln("ParsePosition.getErrorIndex initialization failed."); 179 logln("unparsable string , should fail at " + pos.getErrorIndex()); 180 if (pos.getErrorIndex() == -1) 183 if (pos.getErrorIndex() != 4) 184 errln("setErrorIndex failed, got " + pos.getErrorIndex() + " instead of 4"); 193 if (pos.getErrorIndex() != -1 && obj.doubleValue() == -1.0) 194 errln("Parse with \"are negative\" failed, at " + pos.getErrorIndex()); 197 if (pos.getErrorIndex() != -1 && obj.doubleValue() == 0.0) 198 errln("Parse with \"are no or fraction\" failed, at " + pos.getErrorIndex()); [all...] |
/external/icu/icu4c/source/test/intltest/ |
msfmrgts.cpp | 285 if (pos.getErrorIndex() != -1) { 286 errln("ParsePosition.getErrorIndex initialization failed."); 297 logln(UnicodeString("unparsable string , should fail at ") + pos.getErrorIndex()); 298 if (pos.getErrorIndex() == -1) 301 if (pos.getErrorIndex() != 4) 302 errln(UnicodeString("setErrorIndex failed, got ") + pos.getErrorIndex() + " instead of 4"); 311 if (pos.getErrorIndex() != -1 && obj.getDouble() == -1.0) 312 errln(UnicodeString("Parse with \"are negative\" failed, at ") + pos.getErrorIndex()); 316 if (pos.getErrorIndex() != -1 && obj.getDouble() == 0.0) 317 errln(UnicodeString("Parse with \"are no or fraction\" failed, at ") + pos.getErrorIndex()); [all...] |
dtfmrgts.cpp | [all...] |
numfmtdatadriventest.cpp | 343 appendErrorMessage = appendErrorMessage + ppos.getErrorIndex(); 392 actualString + " (" + ppos.getIndex() + ":" + ppos.getErrorIndex() + ")"); 419 appendErrorMessage = appendErrorMessage + ppos.getErrorIndex(); 444 resultStr + " (" + ppos.getIndex() + ":" + ppos.getErrorIndex() + ")");
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
StateMachineTest.java | 131 System.out.println("ERROR: " + testLine.substring(0, parsePosition.getErrorIndex()) 132 + "$" + testLine.substring(parsePosition.getErrorIndex()));
|
/external/icu/icu4c/source/i18n/ |
nfrule.cpp | [all...] |
tzfmt.cpp | 841 if (tmpPos.getErrorIndex() == -1) { 873 if (tmpPos.getErrorIndex() == -1) { 890 if (tmpPos.getErrorIndex() == -1) { 911 if (tmpPos.getErrorIndex() == -1) { 931 if (tmpPos.getErrorIndex() == -1 && hasDigitOffset) { [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
TimeZoneFormat.java | [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
TimeZoneFormat.java | [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/ |
BigFractionFormat.java | 197 parsePosition.getErrorIndex(),
|
FractionFormat.java | 208 parsePosition.getErrorIndex(),
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
RealVectorFormat.java | 267 parsePosition.getErrorIndex(),
|