Home
last modified time | relevance | path

Searched refs:clone2 (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dspooftest.c294 USpoofChecker *clone2 = NULL; in TestUSpoofCAPI() local
301 clone2 = uspoof_clone(clone1, &status); in TestUSpoofCAPI()
303 TEST_ASSERT_NE(clone2, clone1); in TestUSpoofCAPI()
308 checkResults = uspoof_check(clone2, goodLatin, -1, NULL, &status); in TestUSpoofCAPI()
312 checkResults = uspoof_check(clone2, scMixed, -1, NULL, &status); in TestUSpoofCAPI()
315 uspoof_close(clone2); in TestUSpoofCAPI()
Dreapits.c288 URegularExpression *clone2; in TestRegexCAPI() local
303 clone2 = uregex_clone(re, &status); in TestRegexCAPI()
305 TEST_ASSERT(clone2 != NULL); in TestRegexCAPI()
309 clone3 = uregex_clone(clone2, &status); in TestRegexCAPI()
324 uregex_setText(clone2, testString2, -1, &status); in TestRegexCAPI()
326 result = uregex_lookingAt(clone2, 0, &status); in TestRegexCAPI()
329 result = uregex_find(clone2, 0, &status); in TestRegexCAPI()
334 uregex_close(clone2); in TestRegexCAPI()
1456 URegularExpression *clone2; in TestUTextAPI() local
1471 clone2 = uregex_clone(re, &status); in TestUTextAPI()
[all …]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DUnknownFieldSetTest.java124 UnknownFieldSet.Builder clone2 = unknownSetBuilder.clone(); // failure is a NullPointerException in testClone() local
125 assertThat(clone1).isNotSameInstanceAs(clone2); in testClone()
145 UnknownFieldSet clone2 = destUnknownFieldSet.clone().build(); in testClone_lengthDelimited() local
146 assertThat(clone2.getField(997)).isNotNull(); in testClone_lengthDelimited()
147 UnknownFieldSet.Field secondField = clone2.getField(999); in testClone_lengthDelimited()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/iterator/
DTestUCharacterIterator.java304 UCharacterIterator clone2 = (UCharacterIterator)iter2.clone(); in TestPreviousNext() local
309 if(clone2.moveIndex(3)!=iter2.moveIndex(3)){ in TestPreviousNext()
/third_party/ltp/include/lapi/syscalls/
Dia64.in184 clone2 1213