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

  /external/icu4c/common/
mutex.h 78 * SimpleSingleton::getInstance() and TriStateSingleton::getInstance().
90 * Define a static SimpleSingleton instance via the STATIC_SIMPLE_SINGLETON macro.
92 struct SimpleSingleton {
113 #define STATIC_SIMPLE_SINGLETON(name) static SimpleSingleton name={ NULL }
116 * Handy wrapper for a SimpleSingleton.
117 * Intended for temporary use on the stack, to make the SimpleSingleton easier to deal with.
123 SimpleSingletonWrapper(SimpleSingleton &s) : singleton(s) {}
136 SimpleSingleton &singleton;
mutex.cpp 20 void *SimpleSingleton::getInstance(InstantiatorFn *instantiator, const void *context,
utrie2.h 664 UTrie2Singleton(SimpleSingleton &s) : singleton(s) {}
672 SimpleSingleton &singleton;
    [all...]
normalizer2impl.h 589 SimpleSingleton canonIterDataSingleton;
normalizer2impl.cpp     [all...]
normalizer2.cpp 477 Norm2Singleton(SimpleSingleton &s) : SimpleSingletonWrapper<Normalizer2>(s) {}
    [all...]
uniset_props.cpp 107 UnicodeSetSingleton(SimpleSingleton &s, const char *pattern) :
    [all...]
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 139 milliseconds