Home | History | Annotate | Download | only in iotest

Lines Matching full:strlen

436     int32_t expectedSize = (int32_t)strlen(testStr);
594 int32_t expectedSize = (int32_t)strlen(testStr);
631 u_uastrncpy(expectedBuffer, charBuffer, (int32_t)strlen(charBuffer)+1);
725 int32_t lineLen = strlen(line);
736 fwrite(prefixLine, strlen(prefixLine), 1, stdFile);
749 u_uastrncpy(expectedBuffer, prefixLine, (int32_t)strlen(prefixLine)+1);
756 u_uastrncpy(expectedBuffer, line, (int32_t)strlen(line)+1);
1087 for (num = 0; num < (int32_t)strlen(C_NEW_LINE); num++) {
1093 for (num = 0; num < (int32_t)strlen(C_NEW_LINE); num++) {
1151 TestFPrintFormat("%.2S", abcUChars, "%.2s", abcChars); /* strlen is 3 */
1155 TestFPrintFormat("%.2s", abcChars, "%.2s", abcChars); /* strlen is 3 */