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

  /external/chromium_org/third_party/icu/source/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 {
170 #define STATIC_TRI_STATE_SINGLETON(name) static TriStateSingleton name={ NULL, U_ZERO_ERROR, 0 }
173 * Handy wrapper for an TriStateSingleton.
174 * Intended for temporary use on the stack, to make the TriStateSingleton easier to deal with.
180 TriStateSingletonWrapper(TriStateSingleton &s) : singleton(s) {}
193 TriStateSingleton &singleton;
mutex.cpp 42 void *TriStateSingleton::getInstance(InstantiatorFn *instantiator, const void *context,
76 void TriStateSingleton::reset() {
normalizer2.cpp 385 Norm2AllModesSingleton(TriStateSingleton &s, const char *n) :
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 215 milliseconds