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 22 static icu::UInitOnce gCacheInitOnce = U_INITONCE_INITIALIZER;
31 gCacheInitOnce.reset();
94 umtx_initOnce(gCacheInitOnce, &cacheInit, status);
uresbund.cpp 47 static icu::UInitOnce gCacheInitOnce;
265 gCacheInitOnce.reset();
277 umtx_initOnce(gCacheInitOnce, &createCache, *status);
    [all...]

Completed in 1281 milliseconds