Searched refs:testStr (Results 26 - 29 of 29) sorted by last modified time

12

/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbiapts.cpp1138 UChar testStr[] = {0x20, 0x41, 0x20, 0x42, 0x20, 0x43, 0x20, 0x44, 0x0}; /* = " A B C D" */ local
1146 utext_openUChars(&ut1, testStr, -1, &status);
1158 u_strcpy(movedStr, testStr);
1159 u_memset(testStr, 0x20, u_strlen(testStr));
/external/chromium_org/third_party/icu/source/test/iotest/
H A Dfiletst.c440 static const char testStr[] = "This is a test string that tests u_fgets. It makes sure that we don't try to read too much!"; local
442 int32_t expectedSize = (int32_t)strlen(testStr);
461 u_uastrncpy(buffer, testStr, expectedSize+1);
503 u_uastrncpy(buffer, testStr, expectedSize+1);
545 u_uastrncpy(buffer, testStr, expectedSize+1);
597 static const char testStr[] = "This is a test string that tests u_fgets. It makes sure that we don't try to read too much!"; local
600 int32_t expectedSize = (int32_t)strlen(testStr);
611 fwrite(testStr, sizeof(testStr[0]), expectedSize, stdFile);
613 fwrite("\n", sizeof(testStr[
[all...]
H A Dstream.cpp64 static const char testStr[] = "\x42\x65\x67\x69\x6E\x6E\x69\x6E\x67\x20\x6F\x66\x20\x74\x65\x73\x74\x20\x73\x74\x72\x31\x20\x20\x20\x3C\x3C\x32\x31\x20" UTF8_NEW_LINE "\x20\x55\x54\x46\x2D\x38\x20\xCE\xBC\xF0\x90\x80\x81\xF0\x90\x80\x82"; local
100 if (strcmp(testStreamBuf, testStr) != 0) {
101 log_err("Got: \"%s\", Expected: \"%s\"\n", testStreamBuf, testStr);
H A Dstrtst.c249 UChar testStr[256]; local
254 UFILE *strFile = u_fstropen(testStr, sizeof(testStr)/sizeof(testStr[0]), "en_US");
264 u_austrcpy(cBuffer,testStr);
265 if (u_strcmp(testStr, uBuffer) != 0) {
289 u_austrcpy(cBuffer,testStr);
290 if (u_strcmp(testStr, uBuffer) != 0) {
297 strFile = u_fstropen(testStr, sizeof(testStr)/sizeo
329 UChar testStr[256]; local
746 UChar testStr[16]; local
[all...]

Completed in 145 milliseconds

12