OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tdpath
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/tools/ctestfw/unicode/
tstdtmod.h
106
char *
tdpath
;
member in class:RBTestDataModule
/external/icu4c/test/cintltst/
cintltst.c
523
char*
tdpath
=NULL;
local
533
tdpath
= (char*) ctst_malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 10));
542
strcpy(
tdpath
, directory);
543
strcat(
tdpath
, tdrelativepath);
544
strcat(
tdpath
,"testdata");
547
test=ures_open(
tdpath
, "testtypes", err);
552
log_data_err("Could not load testtypes.res in testdata bundle with path %s - %s\n",
tdpath
, u_errorName(*err));
556
_testDataPath =
tdpath
;
/external/icu4c/test/iotest/
iotest.cpp
132
char*
tdpath
=NULL;
local
143
tdpath
= (char*) malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 100));
149
strcpy(
tdpath
, directory);
150
strcat(
tdpath
, tdrelativepath);
151
strcat(
tdpath
,"testdata");
153
test=ures_open(
tdpath
, "testtypes", &err);
157
log_data_err("Could not load testtypes.res in testdata bundle with path %s - %s\n",
tdpath
, u_errorName(err));
161
fgTestDataPath =
tdpath
;
[
all
...]
/external/icu4c/test/intltest/
intltest.cpp
1415
char*
tdpath
=NULL;
local
[
all
...]
Completed in 140 milliseconds