Searched refs:tmpLen (Results 1 - 9 of 9) sorted by relevance
/third_party/icu/icu4c/source/common/ |
H A D | locmap.cpp | 1069 int32_t tmpLen = 0; in uprv_convertToPosix() local 1073 tmpLen = LCIDToLocaleName(hostid, (PWSTR)windowsLocaleName, UPRV_LENGTHOF(windowsLocaleName), LOCALE_ALLOW_NEUTRAL_NAMES); in uprv_convertToPosix() 1074 if (tmpLen > 1) { in uprv_convertToPosix() 1090 tmpLen = i; in uprv_convertToPosix() 1106 FIX_LANGUAGE_ID_TAG(locName, tmpLen); in uprv_convertToPosix()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | locmap.cpp | 1069 int32_t tmpLen = 0; in uprv_convertToPosix() local 1073 tmpLen = LCIDToLocaleName(hostid, (PWSTR)windowsLocaleName, UPRV_LENGTHOF(windowsLocaleName), LOCALE_ALLOW_NEUTRAL_NAMES); in uprv_convertToPosix() 1074 if (tmpLen > 1) { in uprv_convertToPosix() 1090 tmpLen = i; in uprv_convertToPosix() 1106 FIX_LANGUAGE_ID_TAG(locName, tmpLen); in uprv_convertToPosix()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locmap.cpp | 1069 int32_t tmpLen = 0; in uprv_convertToPosix() local 1073 tmpLen = LCIDToLocaleName(hostid, (PWSTR)windowsLocaleName, UPRV_LENGTHOF(windowsLocaleName), LOCALE_ALLOW_NEUTRAL_NAMES); in uprv_convertToPosix() 1074 if (tmpLen > 1) { in uprv_convertToPosix() 1090 tmpLen = i; in uprv_convertToPosix() 1106 FIX_LANGUAGE_ID_TAG(locName, tmpLen); in uprv_convertToPosix()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | TimeZoneFormat.java | 2344 int tmpLen = 0; in parseOffsetFields() 2351 tmpLen = parseOffsetFieldsWithPattern(text, start, items, true, fields); in parseOffsetFields() 2352 if (tmpLen > 0) { in parseOffsetFields() 2357 if (tmpLen > outLen) { in parseOffsetFields() 2359 outLen = tmpLen; in parseOffsetFields()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | TimeZoneFormat.java | 2274 int tmpLen = 0; in parseOffsetFields() 2281 tmpLen = parseOffsetFieldsWithPattern(text, start, items, true, fields); in parseOffsetFields() 2282 if (tmpLen > 0) { in parseOffsetFields() 2287 if (tmpLen > outLen) { in parseOffsetFields() 2289 outLen = tmpLen; in parseOffsetFields()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | zonemeta.cpp | 412 int32_t tmpLen = 0; in getIanaID() local 413 const char16_t* tmpIana = ures_getStringByKey(r.getAlias(), keyBuf, &tmpLen, &tmpStatus); in getIanaID()
|
H A D | tzfmt.cpp | 1820 int32_t tmpLen = 0; 1832 tmpLen = parseOffsetFieldsWithPattern(text, start, items, true, tmpH, tmpM, tmpS); 1833 if (tmpLen > 0) { 1839 if (tmpLen > outLen) { 1841 outLen = tmpLen;
|
/third_party/icu/icu4c/source/i18n/ |
H A D | tzfmt.cpp | 1820 int32_t tmpLen = 0; 1832 tmpLen = parseOffsetFieldsWithPattern(text, start, items, true, tmpH, tmpM, tmpS); 1833 if (tmpLen > 0) { 1839 if (tmpLen > outLen) { 1841 outLen = tmpLen;
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | tzfmt.cpp | 1820 int32_t tmpLen = 0; 1832 tmpLen = parseOffsetFieldsWithPattern(text, start, items, TRUE, tmpH, tmpM, tmpS); 1833 if (tmpLen > 0) { 1839 if (tmpLen > outLen) { 1841 outLen = tmpLen;
|
Completed in 24 milliseconds