Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneFormat.java2432 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];
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java2502 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];
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp2033 int32_t lenWithSep = 0; in parseOffsetDefaultLocalizedGMT() local
2034 … 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()