Searched refs:nfcInitOnce (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/common/ |
D | loadednormalizer2impl.cpp | 137 static icu::UInitOnce nfcInitOnce {}; variable 175 nfcInitOnce.reset(); in uprv_loaded_normalizer2_cleanup() 197 umtx_initOnce(nfcInitOnce, &initSingletons, "nfc", errorCode); in getNFCInstance()
|
D | normalizer2.cpp | 248 static icu::UInitOnce nfcInitOnce {}; variable 258 umtx_initOnce(nfcInitOnce, &initNFCSingleton, errorCode); in getNFCInstance() 300 nfcInitOnce.reset(); in uprv_normalizer2_cleanup()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | loadednormalizer2impl.cpp | 137 static icu::UInitOnce nfcInitOnce = U_INITONCE_INITIALIZER; variable 175 nfcInitOnce.reset(); in uprv_loaded_normalizer2_cleanup() 197 umtx_initOnce(nfcInitOnce, &initSingletons, "nfc", errorCode); in getNFCInstance()
|
D | normalizer2.cpp | 248 static icu::UInitOnce nfcInitOnce = U_INITONCE_INITIALIZER; variable 258 umtx_initOnce(nfcInitOnce, &initNFCSingleton, errorCode); in getNFCInstance() 300 nfcInitOnce.reset(); in uprv_normalizer2_cleanup()
|
/third_party/node/deps/icu-small/source/common/ |
D | loadednormalizer2impl.cpp | 137 static icu::UInitOnce nfcInitOnce {}; variable 180 nfcInitOnce.reset(); in uprv_loaded_normalizer2_cleanup() 206 umtx_initOnce(nfcInitOnce, &initSingletons, "nfc", errorCode); in getNFCInstance()
|
D | normalizer2.cpp | 248 static icu::UInitOnce nfcInitOnce {}; variable 258 umtx_initOnce(nfcInitOnce, &initNFCSingleton, errorCode); in getNFCInstance() 300 nfcInitOnce.reset(); in uprv_normalizer2_cleanup()
|