OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isExtraLocal
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/common/
ucnv_bld.h
179
UBool
isExtraLocal
; /* TRUE if extraInfo is not owned and not released in ucnv_close() (stack-allocated, safeClone(), etc.) */
ucnvhz.c
99
if(!cnv->
isExtraLocal
) {
561
localClone->cnv.
isExtraLocal
= TRUE;
ucnv_lmb.c
680
if (!_this->
isExtraLocal
) {
721
newLMBCS->cnv.
isExtraLocal
= TRUE;
[
all
...]
ucnvisci.c
234
if (!cnv->
isExtraLocal
) {
[
all
...]
ucnvscsu.c
220
if(!cnv->
isExtraLocal
) {
[
all
...]
ucnv2022.cpp
653
if(!converter->
isExtraLocal
){
[
all
...]
ucnv.c
259
localConverter->isCopyLocal = localConverter->
isExtraLocal
= FALSE;
[
all
...]
Completed in 67 milliseconds