Searched refs:lenWithSep (Results 1 – 3 of 3) sorted by relevance
2432 int[] lenWithSep = {0};2433 … int offsetWithSep = parseDefaultOffsetFields(text, idx, DEFAULT_GMT_OFFSET_SEP, lenWithSep);2434 if (lenWithSep[0] == text.length() - idx) {2437 idx += lenWithSep[0];2443 if (lenWithSep[0] > lenAbut[0]) {2445 idx += lenWithSep[0];
2502 int[] lenWithSep = {0};2503 … int offsetWithSep = parseDefaultOffsetFields(text, idx, DEFAULT_GMT_OFFSET_SEP, lenWithSep);2504 if (lenWithSep[0] == text.length() - idx) {2507 idx += lenWithSep[0];2513 if (lenWithSep[0] > lenAbut[0]) {2515 idx += lenWithSep[0];
2033 int32_t lenWithSep = 0; in parseOffsetDefaultLocalizedGMT() local2034 … int32_t offsetWithSep = parseDefaultOffsetFields(text, idx, DEFAULT_GMT_OFFSET_SEP, lenWithSep); in parseOffsetDefaultLocalizedGMT()2035 if (lenWithSep == text.length() - idx) { in parseOffsetDefaultLocalizedGMT()2038 idx += lenWithSep; in parseOffsetDefaultLocalizedGMT()2044 if (lenWithSep > lenAbut) { in parseOffsetDefaultLocalizedGMT()2046 idx += lenWithSep; in parseOffsetDefaultLocalizedGMT()