Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java2480 int[] lenWithSep = {0};
2481 … int offsetWithSep = parseDefaultOffsetFields(text, idx, DEFAULT_GMT_OFFSET_SEP, lenWithSep);
2482 if (lenWithSep[0] == text.length() - idx) {
2485 idx += lenWithSep[0];
2491 if (lenWithSep[0] > lenAbut[0]) {
2493 idx += lenWithSep[0];
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp2004 int32_t lenWithSep = 0; in parseOffsetDefaultLocalizedGMT() local
2005 … int32_t offsetWithSep = parseDefaultOffsetFields(text, idx, DEFAULT_GMT_OFFSET_SEP, lenWithSep); in parseOffsetDefaultLocalizedGMT()
2006 if (lenWithSep == text.length() - idx) { in parseOffsetDefaultLocalizedGMT()
2009 idx += lenWithSep; in parseOffsetDefaultLocalizedGMT()
2015 if (lenWithSep > lenAbut) { in parseOffsetDefaultLocalizedGMT()
2017 idx += lenWithSep; in parseOffsetDefaultLocalizedGMT()