Searched refs:regionCodeLen (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/icu/source/common/ |
D | wintz.cpp | 296 int regionCodeLen = GetGeoInfoW(geoId, GEO_ISO2, regionCodeW, UPRV_LENGTHOF(regionCodeW), 0); in uprv_detectWindowsTimeZone() local 301 if (regionCodeLen != 0) { in uprv_detectWindowsTimeZone() 307 if (regionCodeLen == 0 || U_FAILURE(status)) { in uprv_detectWindowsTimeZone()
|
/third_party/icu/icu4c/source/common/ |
D | wintz.cpp | 296 int regionCodeLen = GetGeoInfoW(geoId, GEO_ISO2, regionCodeW, UPRV_LENGTHOF(regionCodeW), 0); in uprv_detectWindowsTimeZone() local 301 if (regionCodeLen != 0) { in uprv_detectWindowsTimeZone() 307 if (regionCodeLen == 0 || U_FAILURE(status)) { in uprv_detectWindowsTimeZone()
|
/third_party/node/deps/icu-small/source/common/ |
D | wintz.cpp | 296 int regionCodeLen = GetGeoInfoW(geoId, GEO_ISO2, regionCodeW, UPRV_LENGTHOF(regionCodeW), 0); in uprv_detectWindowsTimeZone() local 301 if (regionCodeLen != 0) { in uprv_detectWindowsTimeZone() 307 if (regionCodeLen == 0 || U_FAILURE(status)) { in uprv_detectWindowsTimeZone()
|