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

  /external/icu4c/io/
locbund.cpp 49 UBool needsInit;
51 UMTX_CHECK(NULL, gPosixNumberFormat[style-1] == NULL, needsInit);
52 if (needsInit) {
  /external/icu4c/i18n/
csdetect.cpp 74 UBool needsInit;
81 UMTX_CHECK(NULL, (UBool) (fCSRecognizers == NULL), needsInit);
83 if (needsInit) {
ucol_res.cpp 114 UBool needsInit;
115 UMTX_CHECK(NULL, (_staticUCA == NULL), needsInit);
117 if(needsInit) {
    [all...]
timezone.cpp 292 UBool needsInit;
293 UMTX_CHECK(&LOCK, (_GMT == NULL), needsInit); /* This is here to prevent race conditions. */
297 if (needsInit) {
556 UBool needsInit;
557 UMTX_CHECK(&LOCK, (DEFAULT_ZONE == NULL), needsInit);
558 if (needsInit) {
703 UBool needsInit = FALSE;
704 UMTX_CHECK(&LOCK, (len == 0), needsInit);
705 if (needsInit) {
    [all...]
  /external/icu4c/common/
brkeng.cpp 143 UBool needsInit;
152 needsInit = (UBool)(fEngines == NULL);
153 if (!needsInit) {
169 if (needsInit) {
brkiter.cpp 294 UBool needsInit;
295 UMTX_CHECK(NULL, (UBool)(gService == NULL), needsInit);
297 if (needsInit) {
rbbi.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TransferQueue.h 134 bool needsInit() { return !m_sharedSurfaceTextureId; }
ShaderProgram.h 165 bool needsInit() { return m_needsInit; }

Completed in 322 milliseconds