Searched refs:TriStateSingleton (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/common/
H A Dmutex.h78 * SimpleSingleton::getInstance() and TriStateSingleton::getInstance().
88 * otherwise use a TriStateSingleton.
143 * Define a static TriStateSingleton instance via the STATIC_TRI_STATE_SINGLETON macro.
145 struct TriStateSingleton { struct
169 #define STATIC_TRI_STATE_SINGLETON(name) static TriStateSingleton name={ NULL, U_ZERO_ERROR }
172 * Handy wrapper for a TriStateSingleton.
173 * Intended for temporary use on the stack, to make the TriStateSingleton easier to deal with.
179 TriStateSingletonWrapper(TriStateSingleton &s) : singleton(s) {}
192 TriStateSingleton &singleton;
H A Dmutex.cpp70 void *TriStateSingleton::getInstance(InstantiatorFn *instantiator, const void *context,
126 void TriStateSingleton::reset() {
H A Dnormalizer2.cpp397 Norm2AllModesSingleton(TriStateSingleton &s, const char *n) :
/external/icu4c/common/unicode/
H A Durename.h2223 #define TriStateSingleton U_ICU_ENTRY_POINT_RENAME(TriStateSingleton) macro

Completed in 89 milliseconds