Searched refs:gICUInitOnce (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/icu/source/common/
H A Duinit.cpp27 static UInitOnce gICUInitOnce = U_INITONCE_INITIALIZER; variable
30 gICUInitOnce.reset();
64 umtx_initOnce(gICUInitOnce, &initData, *status);
/external/icu/icu4c/source/common/
H A Duinit.cpp27 static UInitOnce gICUInitOnce = U_INITONCE_INITIALIZER; variable
30 gICUInitOnce.reset();
68 umtx_initOnce(gICUInitOnce, &initData, *status);

Completed in 558 milliseconds