Searched refs:tmpLen (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/common/ |
D | locmap.c | 988 int32_t tmpLen = 0; in uprv_convertToPosix() local 991 … tmpLen = GetLocaleInfoA(hostid, LOCALE_SNAME, (LPSTR)locName, sizeof(locName)/sizeof(locName[0])); in uprv_convertToPosix() 992 if (tmpLen > 1) { in uprv_convertToPosix() 1000 tmpLen = uprv_strlen(locName); in uprv_convertToPosix() 1013 FIX_LANGUAGE_ID_TAG(locName, tmpLen); in uprv_convertToPosix()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeZoneFormat.java | 2341 int tmpLen = 0; 2348 tmpLen = parseOffsetFieldsWithPattern(text, start, items, true, fields); 2349 if (tmpLen > 0) { 2354 if (tmpLen > outLen) { 2356 outLen = tmpLen;
|
/external/icu/icu4c/source/i18n/ |
D | tzfmt.cpp | 1809 int32_t tmpLen = 0; in parseOffsetFields() local 1819 tmpLen = parseOffsetFieldsWithPattern(text, start, items, TRUE, tmpH, tmpM, tmpS); in parseOffsetFields() 1820 if (tmpLen > 0) { in parseOffsetFields() 1826 if (tmpLen > outLen) { in parseOffsetFields() 1828 outLen = tmpLen; in parseOffsetFields()
|