Searched refs:needsInit (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/io/
H A Dlocbund.cpp49 UBool needsInit; local
51 UMTX_CHECK(NULL, gPosixNumberFormat[style-1] == NULL, needsInit);
52 if (needsInit) {
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dbrkeng.cpp143 UBool needsInit; local
152 needsInit = (UBool)(fEngines == NULL);
153 if (!needsInit) {
169 if (needsInit) {
H A Dbrkiter.cpp294 UBool needsInit; local
295 UMTX_CHECK(NULL, (UBool)(gService == NULL), needsInit);
297 if (needsInit) {
H A Drbbi.cpp1820 UBool needsInit; local
1822 UMTX_CHECK(NULL, (UBool)(gLanguageBreakFactories == NULL), needsInit);
1824 if (needsInit) {
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dcsdetect.cpp74 UBool needsInit; local
81 UMTX_CHECK(NULL, (UBool) (fCSRecognizers == NULL), needsInit);
83 if (needsInit) {
H A Dtimezone.cpp292 UBool needsInit; local
293 UMTX_CHECK(&LOCK, (_GMT == NULL), needsInit); /* This is here to prevent race conditions. */
297 if (needsInit) {
556 UBool needsInit; local
557 UMTX_CHECK(&LOCK, (DEFAULT_ZONE == NULL), needsInit);
558 if (needsInit) {
703 UBool needsInit = FALSE; local
704 UMTX_CHECK(&LOCK, (len == 0), needsInit);
705 if (needsInit) {
1523 UBool needsInit; local
[all...]
H A Ducol_res.cpp114 UBool needsInit; local
115 UMTX_CHECK(NULL, (_staticUCA == NULL), needsInit);
117 if(needsInit) {
H A Ducol_bld.cpp1346 UBool needsInit;
1347 UMTX_CHECK(NULL, (_staticInvUCA == NULL), needsInit);
1349 if(needsInit) {
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIOFramebuffer.cpp402 UInt8 needsInit; member in struct:IOFramebufferPrivate
6817 __private->needsInit = false;
6858 if (false && __private->needsInit == 1)
6869 && (__private->needsInit != 3));
6882 DEBG1(thisName, " initFB: needsInit %d logo %d\n",
6883 __private->needsInit, logo);
6891 __private->needsInit = false;
6899 __private->needsInit = true;
6900 __private->needsInit += (kOSBooleanFalse == getProperty(kIOFBNeedsRefreshKey));
7407 if (__private->needsInit) initF
[all...]

Completed in 214 milliseconds