/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/ |
D | ParsedNumber.java | 30 public int charEnd; field in ParsedNumber 66 return o1.charEnd - o2.charEnd; 79 charEnd = 0; in clear() 89 charEnd = other.charEnd; in copyFrom() 113 charEnd = segment.getOffset(); in setCharsConsumed() 128 return charEnd > 0 && 0 == (flags & FLAG_FAIL); in success()
|
D | SeriesMatcher.java | 71 …if (i < matchers.size() && segment.getOffset() != result.charEnd && result.charEnd > matcherOffset… in match() 72 segment.setOffset(result.charEnd); in match()
|
D | NumberParserImpl.java | 90 ppos.setIndex(result.charEnd); in parseStatic() 93 ppos.setErrorIndex(result.charEnd); in parseStatic() 110 ppos.setIndex(result.charEnd); in parseStaticCurrency() 114 ppos.setErrorIndex(result.charEnd); in parseStaticCurrency()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
D | ParsedNumber.java | 28 public int charEnd; field in ParsedNumber 64 return o1.charEnd - o2.charEnd; 77 charEnd = 0; in clear() 87 charEnd = other.charEnd; in copyFrom() 111 charEnd = segment.getOffset(); in setCharsConsumed() 126 return charEnd > 0 && 0 == (flags & FLAG_FAIL); in success()
|
D | SeriesMatcher.java | 69 …if (i < matchers.size() && segment.getOffset() != result.charEnd && result.charEnd > matcherOffset… in match() 70 segment.setOffset(result.charEnd); in match()
|
D | NumberParserImpl.java | 88 ppos.setIndex(result.charEnd); in parseStatic() 91 ppos.setErrorIndex(result.charEnd); in parseStatic() 108 ppos.setIndex(result.charEnd); in parseStaticCurrency() 112 ppos.setErrorIndex(result.charEnd); in parseStaticCurrency()
|
/external/icu/icu4c/source/i18n/ |
D | numparse_parsednumber.cpp | 30 charEnd = 0; in clear() 38 charEnd = segment.getOffset(); in setCharsConsumed() 48 return charEnd > 0 && 0 == (flags & FLAG_FAIL); in success() 117 return charEnd > other.charEnd; in isBetterThan()
|
D | numparse_compositions.cpp | 45 … if (it < end() && segment.getOffset() != result.charEnd && result.charEnd > matcherOffset) { in match() 46 segment.setOffset(result.charEnd); in match()
|
D | numparse_types.h | 104 int32_t charEnd; variable
|
D | decimfmt.cpp | 563 parsePosition.setIndex(result.charEnd); in parse() 566 parsePosition.setErrorIndex(startIndex + result.charEnd); in parse() 585 parsePosition.setIndex(result.charEnd); in parseCurrency() 590 parsePosition.setErrorIndex(startIndex + result.charEnd); in parseCurrency()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/ |
D | NumberParserTest.java | 153 resultObject.charEnd); in testBasic() 167 resultObject.charEnd); in testBasic() 184 resultObject.charEnd); in testBasic() 290 result.charEnd); in testCombinedCurrencyMatcher() 301 result.charEnd); in testCombinedCurrencyMatcher() 342 result.charEnd); in testAffixPatternMatcher() 383 result.charEnd); in testCaseFolding() 392 result.charEnd); in testCaseFolding()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | NumberParserTest.java | 150 resultObject.charEnd); in testBasic() 164 resultObject.charEnd); in testBasic() 181 resultObject.charEnd); in testBasic() 287 result.charEnd); in testCombinedCurrencyMatcher() 298 result.charEnd); in testCombinedCurrencyMatcher() 339 result.charEnd); in testAffixPatternMatcher() 380 result.charEnd); in testCaseFolding() 389 result.charEnd); in testCaseFolding()
|
/external/icu/icu4c/source/test/intltest/ |
D | numbertest_parse.cpp | 143 … "Greedy Parse failed: " + message, cas.expectedCharsConsumed, resultObject.charEnd); in testBasic() 156 resultObject.charEnd); in testBasic() 175 … "Strict Parse failed: " + message, cas.expectedCharsConsumed, resultObject.charEnd); in testBasic() 287 result.charEnd); in testCombinedCurrencyMatcher() 300 result.charEnd); in testCombinedCurrencyMatcher() 348 … assertEquals(affixPattern + " " + cas.exactMatch, sampleParseableString.length(), result.charEnd); in testAffixPatternMatcher()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DecimalFormat.java | 795 parsePosition.setIndex(result.charEnd); in parse() 804 parsePosition.setErrorIndex(startIndex + result.charEnd); in parse() 833 parsePosition.setIndex(result.charEnd); in parseCurrency() 843 parsePosition.setErrorIndex(startIndex + result.charEnd); in parseCurrency()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DecimalFormat.java | 824 parsePosition.setIndex(result.charEnd); in parse() 833 parsePosition.setErrorIndex(startIndex + result.charEnd); in parse() 864 parsePosition.setIndex(result.charEnd); in parseCurrency() 874 parsePosition.setErrorIndex(startIndex + result.charEnd); in parseCurrency()
|