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

  /external/chromium/third_party/icu/source/i18n/
rbt.cpp 28 static Replaceable *gLockedText = NULL;
252 UMTX_CHECK(NULL, (&text != gLockedText), needToLock);
255 gLockedText = &text;
269 gLockedText = NULL;
  /external/icu4c/i18n/
rbt.cpp 28 static Replaceable *gLockedText = NULL;
252 UMTX_CHECK(NULL, (&text != gLockedText), needToLock);
255 gLockedText = &text;
269 gLockedText = NULL;

Completed in 1128 milliseconds