OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isCopyLocal
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
ucnv_bld.h
183
UBool
isCopyLocal
; /* TRUE if UConverter is not owned and not released in ucnv_close() (stack-allocated, safeClone(), etc.) */
ucnv_bld.cpp
970
UBool
isCopyLocal
;
985
isCopyLocal
= FALSE;
987
isCopyLocal
= TRUE;
992
myUConverter->
isCopyLocal
=
isCopyLocal
;
[
all
...]
Completed in 93 milliseconds