OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gICUInitOnce
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
uinit.cpp
27
static UInitOnce
gICUInitOnce
= U_INITONCE_INITIALIZER;
30
gICUInitOnce
.reset();
64
umtx_initOnce(
gICUInitOnce
, &initData, *status);
/external/icu/icu4c/source/common/
uinit.cpp
27
static UInitOnce
gICUInitOnce
= U_INITONCE_INITIALIZER;
30
gICUInitOnce
.reset();
68
umtx_initOnce(
gICUInitOnce
, &initData, *status);
Completed in 90 milliseconds