OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onlyTestIsLoadable
(Results
1 - 10
of
10
) sorted by null
/external/icu/icu4c/source/common/
ucnv_cnv.h
52
UBool
onlyTestIsLoadable
; /* input: don't actually load */
ucnv_bld.cpp
557
else if (!pArgs->
onlyTestIsLoadable
)
862
stackArgs.
onlyTestIsLoadable
=TRUE;
996
if(!pArgs->
onlyTestIsLoadable
) {
1011
if(U_FAILURE(*err) && !pArgs->
onlyTestIsLoadable
) {
1012
/* don't ucnv_close() if
onlyTestIsLoadable
because not fully initialized */
[
all
...]
ucnv_lmb.c
640
stackArgs.
onlyTestIsLoadable
= pArgs->
onlyTestIsLoadable
;
649
if(U_FAILURE(*err) || pArgs->
onlyTestIsLoadable
) {
[
all
...]
ucnvhz.c
72
if(pArgs->
onlyTestIsLoadable
) {
ucnv2022.cpp
483
stackArgs.
onlyTestIsLoadable
= pArgs->
onlyTestIsLoadable
;
576
if(pArgs->
onlyTestIsLoadable
) {
668
if(U_FAILURE(*errorCode) || pArgs->
onlyTestIsLoadable
) {
[
all
...]
ucnv_ct.c
289
if (U_FAILURE(*errorCode) || pArgs->
onlyTestIsLoadable
) {
ucnvmbcs.cpp
[
all
...]
ucnv_u16.c
[
all
...]
ucnvisci.c
189
if(pArgs->
onlyTestIsLoadable
) {
[
all
...]
ucnvscsu.c
197
if(pArgs->
onlyTestIsLoadable
) {
[
all
...]
Completed in 852 milliseconds