Searched refs:lenWithSep (Results 1 – 2 of 2) sorted by relevance
2480 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];
2004 int32_t lenWithSep = 0; in parseOffsetDefaultLocalizedGMT() local2005 … 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()