Home | History | Annotate | Download | only in cintltst

Lines Matching refs:testStr

843     UChar testStr[]  = {0x20, 0x41, 0x20, 0x42, 0x20, 0x43, 0x20, 0x44, 0x0};  /* = " A B C D"  */
853 utext_openUChars(&ut1, testStr, -1, &status);
864 u_strcpy(movedStr, testStr);
865 u_memset(testStr, 0x20, u_strlen(testStr));