HomeSort by relevance Sort by last modified time
    Searched refs:parsePosition (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/i18n/
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) {
nfsubs.cpp 152 ParsePosition& parsePosition,
212 ParsePosition& parsePosition,
279 ParsePosition& parsePosition,
311 ParsePosition& /*parsePosition*/,
654 * @param parsePosition On entry, ignored, but assumed to be 0.
672 * no match this is new Long(0) (not null), and parsePosition
    [all...]
nfsubs.h 165 * @param parsePosition On entry, ignored, but assumed to be 0.
183 * no match this is new Long(0) (not null), and parsePosition
187 ParsePosition& parsePosition,
winnmfmt.h 100 virtual void parse(const UnicodeString& text, Formattable& result, ParsePosition& parsePosition) 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...]
rbnf.cpp     [all...]
winnmfmt.cpp 217 void Win32NumberFormat::parse(const UnicodeString& text, Formattable& result, ParsePosition& parsePosition) const
223 nf->parse(text, result, parsePosition);
decimfmt.cpp 22 * 07/09/97 helena Made ParsePosition into a class.
    [all...]
  /external/icu/icu4c/source/i18n/
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) {
nfsubs.cpp 159 ParsePosition& parsePosition,
227 ParsePosition& parsePosition,
300 ParsePosition& parsePosition,
335 ParsePosition& /*parsePosition*/,
680 * @param parsePosition On entry, ignored, but assumed to be 0.
698 * no match this is new Long(0) (not null), and parsePosition
    [all...]
nfsubs.h 165 * @param parsePosition On entry, ignored, but assumed to be 0.
183 * no match this is new Long(0) (not null), and parsePosition
187 ParsePosition& parsePosition,
winnmfmt.h 97 virtual void parse(const UnicodeString& text, Formattable& result, ParsePosition& parsePosition) const;
nfrule.cpp 724 * @param parsePosition On entry, the value is ignored and assumed to
756 ParsePosition& parsePosition,
762 // (because we're going to change it) and use our own ParsePosition
763 ParsePosition pp;
794 // commented out because ParsePosition doesn't have error index in 1.1.x
796 parsePosition.setErrorIndex(pp.getErrorIndex());
    [all...]
decimfmt.cpp 22 * 07/09/97 helena Made ParsePosition into a class.
    [all...]
winnmfmt.cpp 225 void Win32NumberFormat::parse(const UnicodeString& text, Formattable& result, ParsePosition& parsePosition) const
230 nf->parse(text, result, parsePosition);
rbnf.cpp     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DateUtils.java 24 import java.text.ParsePosition;
74 ParsePosition parsePosition = new ParsePosition(0);
83 date = CommonDateUtils.NO_YEAR_DATE_FORMAT.parse(string, parsePosition);
85 noYearParsed = parsePosition.getIndex() == string.length();
95 parsePosition.setIndex(0);
96 date = f.parse(string, parsePosition);
97 if (parsePosition.getIndex() == string.length()) {
  /external/icu/icu4c/source/i18n/unicode/
compactdecimalformat.h 243 * @param parsePosition Does not change.
249 ParsePosition& parsePosition) const;
285 ParsePosition& pos) const;
choicfmt.h 430 * If no string matches, then the parsePosition is unchanged.
435 * @param parsePosition The position to start parsing at on input.
442 ParsePosition& parsePosition) const;
511 const UnicodeString &source, ParsePosition &pos);
rbnf.h     [all...]
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/smack/src/org/xbill/DNS/
LOCRecord.java 94 parsePosition(Tokenizer st, String type) throws IOException {
162 latitude = parsePosition(st, "latitude");
163 longitude = parsePosition(st, "longitude");
  /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
decimfmt.h 17 * 07/10/97 helena Made ParsePosition a class and get rid of the function
361 * <p>If parse(UnicodeString&,Formattable&,ParsePosition&)
    [all...]
  /libcore/luni/src/main/java/java/text/
SimpleDateFormat.java     [all...]

Completed in 2032 milliseconds

1 2