Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzfmt.cpp1908 int32_t lenWithSep = 0; in parseOffsetDefaultLocalizedGMT() local
1909 … int32_t offsetWithSep = parseDefaultOffsetFields(text, idx, DEFAULT_GMT_OFFSET_SEP, lenWithSep); in parseOffsetDefaultLocalizedGMT()
1910 if (lenWithSep == text.length() - idx) { in parseOffsetDefaultLocalizedGMT()
1913 idx += lenWithSep; in parseOffsetDefaultLocalizedGMT()
1919 if (lenWithSep > lenAbut) { in parseOffsetDefaultLocalizedGMT()
1921 idx += lenWithSep; in parseOffsetDefaultLocalizedGMT()