Searched refs:initMap (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | timezone.cpp | 593 static void U_CALLCONV initMap(USystemTimeZoneType type, UErrorCode& ec) { in initMap() function 767 umtx_initOnce(gSystemZonesInitOnce, &initMap, type, ec); in getMap() 772 umtx_initOnce(gCanonicalZonesInitOnce, &initMap, type, ec); in getMap() 777 umtx_initOnce(gCanonicalLocationZonesInitOnce, &initMap, type, ec); in getMap()
|