Searched refs:testCAPI (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | restsnew.cpp | 524 UResourceBundle *testCAPI = NULL, *bundle = NULL, *rowbundle = NULL, *temp = NULL; in TestOtherAPI() local 533 testCAPI = ures_open(testdatapath, "te_IN", &err); in TestOtherAPI() 553 bundle = ures_getByKey(testCAPI, data[i], bundle, &err); in TestOtherAPI() 609 ures_getUnicodeString(testCAPI, &failure).isBogus()); in TestOtherAPI() 611 ures_getNextUnicodeString(testCAPI, NULL, &failure).isBogus()); in TestOtherAPI() 613 ures_getUnicodeStringByIndex(testCAPI, 999, &failure).isBogus()); in TestOtherAPI() 615 ures_getUnicodeStringByKey(testCAPI, "bogus key", &failure).isBogus()); in TestOtherAPI() 620 ures_close(testCAPI); in TestOtherAPI()
|