Home
last modified time | relevance | path

Searched refs:lenWithSep (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneFormat.java2412 int[] lenWithSep = {0};
2413 … int offsetWithSep = parseDefaultOffsetFields(text, idx, DEFAULT_GMT_OFFSET_SEP, lenWithSep);
2414 if (lenWithSep[0] == text.length() - idx) {
2417 idx += lenWithSep[0];
2423 if (lenWithSep[0] > lenAbut[0]) {
2425 idx += lenWithSep[0];
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java2482 int[] lenWithSep = {0};
2483 … int offsetWithSep = parseDefaultOffsetFields(text, idx, DEFAULT_GMT_OFFSET_SEP, lenWithSep);
2484 if (lenWithSep[0] == text.length() - idx) {
2487 idx += lenWithSep[0];
2493 if (lenWithSep[0] > lenAbut[0]) {
2495 idx += lenWithSep[0];
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp2006 int32_t lenWithSep = 0; in parseOffsetDefaultLocalizedGMT() local
2007 … int32_t offsetWithSep = parseDefaultOffsetFields(text, idx, DEFAULT_GMT_OFFSET_SEP, lenWithSep); in parseOffsetDefaultLocalizedGMT()
2008 if (lenWithSep == text.length() - idx) { in parseOffsetDefaultLocalizedGMT()
2011 idx += lenWithSep; in parseOffsetDefaultLocalizedGMT()
2017 if (lenWithSep > lenAbut) { in parseOffsetDefaultLocalizedGMT()
2019 idx += lenWithSep; in parseOffsetDefaultLocalizedGMT()