HomeSort by relevance Sort by last modified time
    Searched refs:needsInit (Results 1 - 11 of 11) 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) {
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...]
ucol_res.cpp 114 UBool needsInit;
115 UMTX_CHECK(NULL, (_staticUCA == NULL), needsInit);
117 if(needsInit) {
    [all...]
ucol_bld.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; }
  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 217 if (shader->needsInit()) {
222 if (transferQueue->needsInit()) {

Completed in 147 milliseconds