OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bogusFnName
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
tracetst.c
116
const char *
bogusFnName
;
121
bogusFnName
= utrace_functionName(-1);
123
if (strcmp(fnName,
bogusFnName
) == 0) {
134
const char *
bogusFnName
;
139
bogusFnName
= utrace_functionName(-1);
141
if (strcmp(fnName,
bogusFnName
) == 0) {
160
const char *
bogusFnName
;
165
bogusFnName
= utrace_functionName(-1);
167
if (strcmp(fnName,
bogusFnName
) == 0) {
/external/icu4c/test/cintltst/
tracetst.c
116
const char *
bogusFnName
;
121
bogusFnName
= utrace_functionName(-1);
123
if (strcmp(fnName,
bogusFnName
) == 0) {
134
const char *
bogusFnName
;
139
bogusFnName
= utrace_functionName(-1);
141
if (strcmp(fnName,
bogusFnName
) == 0) {
160
const char *
bogusFnName
;
165
bogusFnName
= utrace_functionName(-1);
167
if (strcmp(fnName,
bogusFnName
) == 0) {
Completed in 22 milliseconds