Searched refs:initSingletons (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/icu-small/source/common/ |
H A D | loadednormalizer2impl.cpp | 152 static void U_CALLCONV initSingletons(const char *what, UErrorCode &errorCode) { in initSingletons() function 206 umtx_initOnce(nfcInitOnce, &initSingletons, "nfc", errorCode); in getNFCInstance() 214 umtx_initOnce(nfkcInitOnce, &initSingletons, "nfkc", errorCode); in getNFKCInstance() 221 umtx_initOnce(nfkc_cfInitOnce, &initSingletons, "nfkc_cf", errorCode); in getNFKC_CFInstance() 228 umtx_initOnce(nfkc_scfInitOnce, &initSingletons, "nfkc_scf", errorCode); in getNFKC_SCFInstance()
|
/third_party/icu/icu4c/source/common/ |
H A 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()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A 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()
|
Completed in 3 milliseconds