HomeSort by relevance Sort by last modified time
    Searched refs:gCacheInitOnce (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
unifiedcache.cpp 24 static icu::UInitOnce gCacheInitOnce = U_INITONCE_INITIALIZER;
33 gCacheInitOnce.reset();
96 umtx_initOnce(gCacheInitOnce, &cacheInit, status);
uresbund.cpp 49 static icu::UInitOnce gCacheInitOnce;
267 gCacheInitOnce.reset();
279 umtx_initOnce(gCacheInitOnce, &createCache, *status);
    [all...]

Completed in 61 milliseconds