Home | History | Annotate | Download | only in intltest

Lines Matching defs:s2

879         UChar s2[] = {(UChar)0x41, (UChar)0x42, (UChar)0};
894 utp = utext_openUChars(&ut, s2, -1, &status);
1397 static const char s2[] = {0x31,0x32,0x33,0x34,0x35,0x36,0}; /* "123456" */
1414 utext_openUTF8(&ut1, s2, -1, &status);