OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:freeOnClose
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
ucol_imp.h
[
all
...]
ucol.cpp
642
localCollator->
freeOnClose
= colAllocated;
686
UTRACE_DATA1(UTRACE_INFO, "coll->
freeOnClose
: %d", coll->
freeOnClose
);
687
if(coll->
freeOnClose
){
688
/* for safeClone, if
freeOnClose
is FALSE,
845
result->
freeOnClose
= TRUE;
847
result->
freeOnClose
= FALSE;
855
if(result->
freeOnClose
== TRUE) {
[
all
...]
Completed in 87 milliseconds