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
185
UBool
isCopyLocal
; /* TRUE if UConverter is not owned and not released in ucnv_close() (stack-allocated, safeClone(), etc.) */
ucnv_bld.cpp
977
UBool
isCopyLocal
;
992
isCopyLocal
= FALSE;
994
isCopyLocal
= TRUE;
999
myUConverter->
isCopyLocal
=
isCopyLocal
;
[
all
...]
Completed in 197 milliseconds