Lines Matching full:strlen
442 int32_t expectedSize = (int32_t)strlen(testStr);
600 int32_t expectedSize = (int32_t)strlen(testStr);
637 u_uastrncpy(expectedBuffer, charBuffer, (int32_t)strlen(charBuffer)+1);
731 int32_t lineLen = strlen(line);
742 fwrite(prefixLine, strlen(prefixLine), 1, stdFile);
755 u_uastrncpy(expectedBuffer, prefixLine, (int32_t)strlen(prefixLine)+1);
762 u_uastrncpy(expectedBuffer, line, (int32_t)strlen(line)+1);
1095 for (num = 0; num < (int32_t)strlen(C_NEW_LINE); num++) {
1101 for (num = 0; num < (int32_t)strlen(C_NEW_LINE); num++) {
1160 TestFPrintFormat("%.2S", abcUChars, "%.2s", abcChars); /* strlen is 3 */
1164 TestFPrintFormat("%.2s", abcChars, "%.2s", abcChars); /* strlen is 3 */