Searched defs:parsePosition (Results 1 - 9 of 9) sorted by relevance

/external/smack/src/org/xbill/DNS/
H A DLOCRecord.java94 parsePosition(Tokenizer st, String type) throws IOException { method in class:LOCRecord
162 latitude = parsePosition(st, "latitude");
163 longitude = parsePosition(st, "longitude");
/external/chromium_org/third_party/icu/source/i18n/
H A Dnfsubs.cpp159 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
703 ParsePosition& parsePosition,
727 ruleSet->parse(text, parsePosition, upperBound, result);
728 if (lenientParse && !ruleSet->isFractionRuleSet() && parsePosition.getIndex() == 0) {
732 fmt->parse(text, result, parsePosition);
702 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, Formattable& result) const argument
953 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, Formattable& result) const argument
1140 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double , UBool lenientParse, Formattable& resVal) const argument
1272 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool , Formattable& result) const argument
[all...]
H A Dnfrule.cpp723 * @param parsePosition On entry, the value is ignored and assumed to
755 ParsePosition& parsePosition,
795 parsePosition.setErrorIndex(pp.getErrorIndex());
880 if (temp> parsePosition.getErrorIndex()) {
881 parsePosition.setErrorIndex(temp);
889 if (temp > parsePosition.getErrorIndex()) {
890 parsePosition.setErrorIndex(temp);
905 parsePosition.setIndex(highWaterMark);
909 parsePosition.setErrorIndex(0);
754 doParse(const UnicodeString& text, ParsePosition& parsePosition, UBool isFractionRule, double upperBound, Formattable& resVal) const argument
H A Ddecimfmt.cpp2094 ParsePosition& parsePosition) const {
2095 parse(text, result, parsePosition, NULL);
2120 * @param parsePosition input-output position; on input, the
2132 ParsePosition& parsePosition,
2135 int32_t i = startIdx = backup = parsePosition.getIndex();
2169 parsePosition.setIndex(i);
2176 parsePosition.setIndex(i);
2187 if (!parseForCurrency(text, parsePosition, *digits,
2196 parsePosition, *digits, status, currency)) {
2198 parsePosition
2130 parse(const UnicodeString& text, Formattable& result, ParsePosition& parsePosition, UChar* currency) const argument
2246 parseForCurrency(const UnicodeString& text, ParsePosition& parsePosition, DigitList& digits, UBool* status, UChar* currency) const argument
2393 subparse(const UnicodeString& text, const UnicodeString* negPrefix, const UnicodeString* negSuffix, const UnicodeString* posPrefix, const UnicodeString* posSuffix, UBool complexCurrencyParsing, int8_t type, ParsePosition& parsePosition, DigitList& digits, UBool* status, UChar* currency) const argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dnfsubs.cpp159 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
703 ParsePosition& parsePosition,
727 ruleSet->parse(text, parsePosition, upperBound, result);
728 if (lenientParse && !ruleSet->isFractionRuleSet() && parsePosition.getIndex() == 0) {
732 fmt->parse(text, result, parsePosition);
702 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, Formattable& result) const argument
953 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, Formattable& result) const argument
1140 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double , UBool lenientParse, Formattable& resVal) const argument
1272 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool , Formattable& result) const argument
[all...]
H A Dnfrule.cpp724 * @param parsePosition On entry, the value is ignored and assumed to
756 ParsePosition& parsePosition,
796 parsePosition.setErrorIndex(pp.getErrorIndex());
881 if (temp> parsePosition.getErrorIndex()) {
882 parsePosition.setErrorIndex(temp);
890 if (temp > parsePosition.getErrorIndex()) {
891 parsePosition.setErrorIndex(temp);
906 parsePosition.setIndex(highWaterMark);
910 parsePosition.setErrorIndex(0);
755 doParse(const UnicodeString& text, ParsePosition& parsePosition, UBool isFractionRule, double upperBound, Formattable& resVal) const argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtfmttst.cpp1072 ParsePosition parsePosition(0);
1079 parsePosition.setIndex(0);
1080 date = dateParse->parse(s, parsePosition);
1081 if (parsePosition.getIndex() != 0) {
1083 s.extract(0, parsePosition.getIndex(), s1);
1084 s.extract(parsePosition.getIndex(), s.length(), s2);
1088 "\" pos=" + parsePosition.getIndex() + " " +
4183 ParsePosition parsePosition; local
4184 UDate parsed = format.parse(formattedString, parsePosition);
4185 UBool ok = TEST_DATE == parsed && parsePosition
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp1075 ParsePosition parsePosition(0);
1082 parsePosition.setIndex(0);
1083 date = dateParse->parse(s, parsePosition);
1084 if (parsePosition.getIndex() != 0) {
1086 s.extract(0, parsePosition.getIndex(), s1);
1087 s.extract(parsePosition.getIndex(), s.length(), s2);
1091 "\" pos=" + parsePosition.getIndex() + " " +
4231 ParsePosition parsePosition; local
4232 UDate parsed = format.parse(formattedString, parsePosition);
4233 UBool ok = TEST_DATE == parsed && parsePosition
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 207 milliseconds