Searched refs:initMap (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dtimezone.cpp567 static void U_CALLCONV initMap(USystemTimeZoneType type, UErrorCode& ec) { function
741 umtx_initOnce(gSystemZonesInitOnce, &initMap, type, ec);
746 umtx_initOnce(gCanonicalZonesInitOnce, &initMap, type, ec);
751 umtx_initOnce(gCanonicalLocationZonesInitOnce, &initMap, type, ec);
/external/icu/icu4c/source/i18n/
H A Dtimezone.cpp567 static void U_CALLCONV initMap(USystemTimeZoneType type, UErrorCode& ec) { function
741 umtx_initOnce(gSystemZonesInitOnce, &initMap, type, ec);
746 umtx_initOnce(gCanonicalZonesInitOnce, &initMap, type, ec);
751 umtx_initOnce(gCanonicalLocationZonesInitOnce, &initMap, type, ec);

Completed in 742 milliseconds