OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firstForWhere
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/tools/toolutil/
udbgutil.h
128
UBool *
firstForWhere
);
137
UBool *
firstForWhere
);
udbgutil.cpp
621
UBool *
firstForWhere
) {
631
UBool *
firstForWhere
) {
661
void add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *
firstForWhere
);
662
void add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *
firstForWhere
);
678
void KnownIssues::add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *
firstForWhere
)
689
if(
firstForWhere
!=NULL) *
firstForWhere
= TRUE;
692
if(
firstForWhere
!=NULL) *
firstForWhere
= FALSE;
700
void KnownIssues::add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *
firstForWhere
)
[
all
...]
/external/icu/icu4c/source/tools/ctestfw/
ctest.c
700
UBool
firstForWhere
;
707
&firstForTicket, &
firstForWhere
);
709
if(firstForTicket ||
firstForWhere
) {
[
all
...]
/external/icu/icu4c/source/test/intltest/
intltest.cpp
978
UBool firstForTicket = TRUE,
firstForWhere
= TRUE;
979
knownList = udbg_knownIssue_openU(knownList, ticket, fullpath, msg2.getTerminatedBuffer(), &firstForTicket, &
firstForWhere
);
983
if(firstForTicket ||
firstForWhere
) {
[
all
...]
Completed in 103 milliseconds