Home | History | Annotate | Download | only in cintltst

Lines Matching refs:testStr

2145     UChar testStr[]  = {0x41, 0x20, 0x42, 0x20, 0x43, 0x0};  /* = "A B C"  */
2155 utext_openUChars(&ut1, testStr, -1, &status);
2165 u_strcpy(movedStr, testStr);
2166 u_memset(testStr, 0, u_strlen(testStr));