/external/chromium_org/third_party/icu/source/i18n/ |
datefmt.cpp | 16 * 07/20/98 stephen Changed ParsePosition initialization 235 ParsePosition& pos) const 273 ParsePosition pos(0); 290 ParsePosition& pos) const
|
format.cpp | 15 * 07/20/98 stephen Added explicit init values for Field/ParsePosition 143 ParsePosition parsePosition(0); 144 parseObject(source, result, parsePosition); 145 if (parsePosition.getIndex() == 0) {
|
nfrs.h | 60 UBool parse(const UnicodeString& text, ParsePosition& pos, double upperBound, Formattable& result) const;
|
nfrule.cpp | 725 * @param parsePosition On entry, the value is ignored and assumed to 757 ParsePosition& parsePosition, 763 // (because we're going to change it) and use our own ParsePosition 764 ParsePosition pp; 795 // commented out because ParsePosition doesn't have error index in 1.1.x 797 parsePosition.setErrorIndex(pp.getErrorIndex()); [all...] |
reldtfmt.cpp | 182 ParsePosition& pos) const { 186 ParsePosition aPos(pos); 222 ParsePosition& pos) const {
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
dtfmrgts.cpp | 312 ParsePosition pos(0); 343 ParsePosition pos(0); 813 ParsePosition ppos [] = { 814 ParsePosition(10), 815 ParsePosition(0), 816 ParsePosition(0) 826 "time 10:30", new ParsePosition(10), new Date(70, Calendar.JANUARY, 1, 10, 30), 827 "time 10:x", new ParsePosition(0), null, 828 "time 10x", new ParsePosition(0), null, 833 ParsePosition finish = ppos[i] [all...] |
sdtfmtts.cpp | 163 ParsePosition pos(0); 267 ParsePosition pp(0);
|
/external/icu4c/i18n/ |
datefmt.cpp | 16 * 07/20/98 stephen Changed ParsePosition initialization 243 ParsePosition& pos) const 278 ParsePosition pos(0); 295 ParsePosition& pos) const
|
format.cpp | 15 * 07/20/98 stephen Added explicit init values for Field/ParsePosition 147 ParsePosition parsePosition(0); 148 parseObject(source, result, parsePosition); 149 if (parsePosition.getIndex() == 0) {
|
nfrule.cpp | 723 * @param parsePosition On entry, the value is ignored and assumed to 755 ParsePosition& parsePosition, 761 // (because we're going to change it) and use our own ParsePosition 762 ParsePosition pp; 793 // commented out because ParsePosition doesn't have error index in 1.1.x 795 parsePosition.setErrorIndex(pp.getErrorIndex()); [all...] |
/packages/apps/Contacts/src/com/android/contacts/editor/ |
EventFieldEditorView.java | 40 import java.text.ParsePosition; 172 final ParsePosition position = new ParsePosition(0);
|
/external/chromium_org/third_party/icu/source/common/ |
ruleiter.cpp | 23 ParsePosition& thePos) :
|
uset_props.cpp | 92 ParsePosition pos;
|
rbbistbl.cpp | 139 ParsePosition& pos, int32_t limit) const
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
uniset.h | 26 class ParsePosition; 409 UnicodeSet(const UnicodeString& pattern, ParsePosition& pos, 618 * parse, the ParsePosition is updated to point to the character 644 ParsePosition& pos, [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
choicfmt.h | 577 * If no object can be parsed, parsePosition is unchanged, and NULL is 583 * @param parsePosition The position to start parsing at on input. 591 ParsePosition& parsePosition) const; 599 * If no object can be parsed, parsePosition is unchanged, and NULL is
|
plurfmt.h | 497 ParsePosition& parse_pos) const;
|
msgfmt.h | 95 * {@link #parse(const UnicodeString& source, ParsePosition& pos, int32_t& count)}, 690 ParsePosition& pos, 726 ParsePosition& pos) const; [all...] |
/external/icu4c/common/ |
ruleiter.cpp | 24 ParsePosition& thePos) :
|
uset_props.cpp | 92 ParsePosition pos;
|
/external/icu4c/i18n/unicode/ |
plurfmt.h | 504 ParsePosition& parse_pos) const;
|
decimfmt.h | 17 * 07/10/97 helena Made ParsePosition a class and get rid of the function 381 * <p>If parse(UnicodeString&,Formattable&,ParsePosition&) [all...] |
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
NumberFormatTest.java | 25 import java.text.ParsePosition; 247 * @tests java.text.NumberFormat#parseObject(java.lang.String, java.text.ParsePosition) 251 assertNull(NumberFormat.getInstance().parseObject("0", new ParsePosition(-1)));
|
/external/icu4c/test/intltest/ |
sdtfmtts.cpp | 163 ParsePosition pos(0); 267 ParsePosition pp(0);
|
/libcore/luni/src/test/java/libcore/java/text/ |
SimpleDateFormatTest.java | 20 import java.text.ParsePosition; 202 ParsePosition pp = new ParsePosition(0);
|