OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:needToLock
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
rbt.cpp
251
UBool
needToLock
;
252
UMTX_CHECK(NULL, (&text != gLockedText),
needToLock
);
253
if (
needToLock
) {
/external/icu4c/i18n/
rbt.cpp
251
UBool
needToLock
;
252
UMTX_CHECK(NULL, (&text != gLockedText),
needToLock
);
253
if (
needToLock
) {
Completed in 48 milliseconds