Home | History | Annotate | Download | only in unicode

Lines Matching refs:pos

543      * to <code>ParsePosition pos</code> and returns 0.
546 * @param pos The ParsePosition object.
553 int32_t parseOffsetISO8601(const UnicodeString& text, ParsePosition& pos) const;
558 * sets the current position as the error index to <code>ParsePosition pos</code>
561 * @param pos The ParsePosition object.
567 int32_t parseOffsetLocalizedGMT(const UnicodeString& text, ParsePosition& pos) const;
573 * sets the current position as the error index to <code>ParsePosition pos</code>
576 * @param pos The ParsePosition object.
582 int32_t parseOffsetShortLocalizedGMT(const UnicodeString& text, ParsePosition& pos) const;
591 * @param pos The position.
601 virtual TimeZone* parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos,
610 * @param pos The position.
619 TimeZone* parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos,
632 * @param pos On input: an alignment field, if desired. On output: the offsets of the alignment field.
638 FieldPosition& pos, UErrorCode& status) const;
837 * to <code>ParsePosition pos</code> and returns 0.
840 * @param pos the position, non-negative error index will be set on failure.
847 int32_t parseOffsetISO8601(const UnicodeString& text, ParsePosition& pos, UBool extendedOnly,
862 * sets the current position as the error index to <code>ParsePosition pos</code>
865 * @param pos the position, non-negative error index will be set on failure.
871 int32_t parseOffsetLocalizedGMT(const UnicodeString& text, ParsePosition& pos,
985 * @param pos The parse position
991 static int32_t parseAbuttingAsciiOffsetFields(const UnicodeString& text, ParsePosition& pos,
1000 * @param pos The parse position
1006 static int32_t parseAsciiOffsetFields(const UnicodeString& text, ParsePosition& pos, UChar sep,
1060 * @param pos the position
1064 UnicodeString& parseZoneID(const UnicodeString& text, ParsePosition& pos, UnicodeString& tzID) const;
1069 * @param pos the position
1073 UnicodeString& parseShortZoneID(const UnicodeString& text, ParsePosition& pos, UnicodeString& tzID) const;
1078 * @param pos the position.
1082 UnicodeString& parseExemplarLocation(const UnicodeString& text, ParsePosition& pos, UnicodeString& tzID) const;