HomeSort by relevance Sort by last modified time
    Searched refs:TriStateSingleton (Results 1 - 3 of 3) sorted by null

  /external/icu4c/common/
mutex.h 78 * 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 {
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;
mutex.cpp 70 void *TriStateSingleton::getInstance(InstantiatorFn *instantiator, const void *context,
126 void TriStateSingleton::reset() {
normalizer2.cpp 457 Norm2AllModesSingleton(TriStateSingleton &s, const char *n) :
    [all...]

Completed in 185 milliseconds