Home | History | Annotate | Download | only in cintltst

Lines Matching full:teststring

43  *              testString:  The string data, also a (char *) C string.
49 #define TEST_SETUP(pattern, testString, flags) { \
54 srcString = (UChar *)malloc((strlen(testString)+2)*sizeof(UChar)); \
55 u_uastrncpy(srcString, testString, strlen(testString)+1); \