Searched refs:STATIC_TRI_STATE_SINGLETON (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/
H A Dmutex.h143 * Define a static TriStateSingleton instance via the STATIC_TRI_STATE_SINGLETON macro.
170 #define STATIC_TRI_STATE_SINGLETON(name) static TriStateSingleton name={ NULL, U_ZERO_ERROR, 0 } macro
H A Dnormalizer2.cpp399 STATIC_TRI_STATE_SINGLETON(nfcSingleton);
400 STATIC_TRI_STATE_SINGLETON(nfkcSingleton);
401 STATIC_TRI_STATE_SINGLETON(nfkc_cfSingleton);

Completed in 58 milliseconds