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

  /external/chromium_org/third_party/icu/source/common/
mutex.h 143 * 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 }
normalizer2.cpp 399 STATIC_TRI_STATE_SINGLETON(nfcSingleton);
400 STATIC_TRI_STATE_SINGLETON(nfkcSingleton);
401 STATIC_TRI_STATE_SINGLETON(nfkc_cfSingleton);
  /external/icu4c/common/
mutex.h 143 * Define a static TriStateSingleton instance via the STATIC_TRI_STATE_SINGLETON macro.
169 #define STATIC_TRI_STATE_SINGLETON(name) static TriStateSingleton name={ NULL, U_ZERO_ERROR }
normalizer2.cpp 469 STATIC_TRI_STATE_SINGLETON(nfcSingleton);
470 STATIC_TRI_STATE_SINGLETON(nfkcSingleton);
471 STATIC_TRI_STATE_SINGLETON(nfkc_cfSingleton);
    [all...]

Completed in 53 milliseconds