Searched refs:clone1 (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/test/cintltst/ |
D | spooftest.c | 271 USpoofChecker *clone1 = NULL; in TestUSpoofCAPI() local 275 clone1 = uspoof_clone(sc, &status); in TestUSpoofCAPI() 277 TEST_ASSERT_NE(clone1, sc); in TestUSpoofCAPI() 279 clone2 = uspoof_clone(clone1, &status); in TestUSpoofCAPI() 281 TEST_ASSERT_NE(clone2, clone1); in TestUSpoofCAPI() 283 uspoof_close(clone1); in TestUSpoofCAPI()
|
D | reapits.c | 273 URegularExpression *clone1; in TestRegexCAPI() local 284 clone1 = uregex_clone(re, &status); in TestRegexCAPI() 286 TEST_ASSERT(clone1 != NULL); in TestRegexCAPI() 303 uregex_setText(clone1, testString1, -1, &status); in TestRegexCAPI() 305 result = uregex_lookingAt(clone1, 0, &status); in TestRegexCAPI() 319 uregex_close(clone1); in TestRegexCAPI() 1441 URegularExpression *clone1; in TestUTextAPI() local 1452 clone1 = uregex_clone(re, &status); in TestUTextAPI() 1454 TEST_ASSERT(clone1 != NULL); in TestUTextAPI() 1471 uregex_setText(clone1, testString1, -1, &status); in TestUTextAPI() [all …]
|