Home
last modified time | relevance | path

Searched defs:resultA (Results 1 – 1 of 1) sorted by relevance

/test/xts/acts/global/global_idna_test/entry/src/main/cpp/
Dnapi_init.cpp495 UChar *resultA = u_strstr(uStringOne, uStringTwo); in testU_strstr() local
506 UChar *resultA = u_strFindFirst(uStringOne, -1, uStringTwo, 2); in testU_strFindFirst() local
517 UChar *resultA = u_strchr(uStringOne, uStringTwo); in testU_strchr() local
528 UChar *resultA = u_strchr32(uStringOne, uStringTwo); in testU_strchr32() local
539 UChar *resultA = u_strrstr(uStringOne, uStringTwo); in testU_strrstr() local
550 UChar *resultA = u_strFindLast(uStringOne, -1, uStringTwo, 2); in testU_strFindLast() local
561 UChar *resultA = u_strrchr(uStringOne, test); in testU_strrchr() local
575 UChar *resultA = u_strrchr32(uStringOne, test); in testU_strrchr32() local
589 UChar *resultA = u_strpbrk(uStringOne, test); in testU_strpbrk() local
604 int32_t resultA = u_strcspn(uStringOne, test); in testU_strcspn() local
[all …]