OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testCAPI
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
restsnew.cpp
521
UResourceBundle *
testCAPI
= NULL, *bundle = NULL, *rowbundle = NULL, *temp = NULL;
530
testCAPI
= ures_open(testdatapath, "te_IN", &err);
550
bundle = ures_getByKey(
testCAPI
, data[i], bundle, &err);
603
ures_close(
testCAPI
);
[
all
...]
/external/icu4c/test/intltest/
restsnew.cpp
521
UResourceBundle *
testCAPI
= NULL, *bundle = NULL, *rowbundle = NULL, *temp = NULL;
530
testCAPI
= ures_open(testdatapath, "te_IN", &err);
550
bundle = ures_getByKey(
testCAPI
, data[i], bundle, &err);
603
ures_close(
testCAPI
);
[
all
...]
Completed in 171 milliseconds