Searched refs:lenWithSep (Results 1 – 3 of 3) sorted by relevance
2412 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];
2482 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];
2006 int32_t lenWithSep = 0; in parseOffsetDefaultLocalizedGMT() local2007 … 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()