OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gLockedText
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/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 41 milliseconds