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

  /external/icu4c/io/
locbund.c 51 UBool needsInit;
53 UMTX_CHECK(NULL, gPosixNumberFormat[style-1] == NULL, needsInit);
54 if (needsInit) {
  /external/icu4c/common/
brkeng.cpp 140 UBool needsInit;
149 needsInit = (UBool)(fEngines == NULL);
150 if (!needsInit) {
166 if (needsInit) {
brkiter.cpp 286 UBool needsInit;
287 UMTX_CHECK(NULL, (UBool)(gService == NULL), needsInit);
289 if (needsInit) {
rbbi.cpp     [all...]
  /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 303 UBool needsInit;
304 UMTX_CHECK(&LOCK, (_GMT == NULL), needsInit); /* This is here to prevent race conditions. */
308 if (needsInit) {
545 UBool needsInit;
546 UMTX_CHECK(&LOCK, (DEFAULT_ZONE == NULL), needsInit);
547 if (needsInit) {
692 UBool needsInit = FALSE;
693 UMTX_CHECK(&LOCK, (len == 0), needsInit);
694 if (needsInit) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
ShaderProgram.h 165 bool needsInit() { return m_needsInit; }
TransferQueue.h 134 bool needsInit() { return !m_sharedSurfaceTextureId; }

Completed in 532 milliseconds