Searched refs:initSingletons (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | loadednormalizer2impl.cpp | 149 static void U_CALLCONV initSingletons(const char *what, UErrorCode &errorCode) { in initSingletons() function 197 umtx_initOnce(nfcInitOnce, &initSingletons, "nfc", errorCode); in getNFCInstance() 205 umtx_initOnce(nfkcInitOnce, &initSingletons, "nfkc", errorCode); in getNFKCInstance() 212 umtx_initOnce(nfkc_cfInitOnce, &initSingletons, "nfkc_cf", errorCode); in getNFKC_CFInstance()
|