Searched refs:extendedOnly (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | tzfmt.h | 856 int32_t parseOffsetISO8601(const UnicodeString& text, ParsePosition& pos, UBool extendedOnly,
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TimeZoneFormat.java | 2700 …private static int parseOffsetISO8601(String text, ParsePosition pos, boolean extendedOnly, Output… 2729 … if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeZoneFormat.java | 2770 …private static int parseOffsetISO8601(String text, ParsePosition pos, boolean extendedOnly, Output… 2799 … if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) {
|
/external/icu/icu4c/source/i18n/ |
D | tzfmt.cpp | 1636 …rseOffsetISO8601(const UnicodeString& text, ParsePosition& pos, UBool extendedOnly, UBool* hasDigi… in parseOffsetISO8601() argument 1665 if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) { in parseOffsetISO8601()
|