Lines Matching full:strlen
242 } else if(strlen(alias) > 20) {
573 if((unsigned int)(index-ucs_file_name) != (strlen(ucs_file_name)-1)){
936 strlen(output_cp_buffer),
948 strlen(output_cp_buffer),
988 targetsize = ucnv_toUChars(myConverter, uchar2, targetsize, output_cp_buffer, strlen(output_cp_buffer), &err);
993 targetsize = ucnv_toUChars(myConverter, uchar2, -1, output_cp_buffer, strlen(output_cp_buffer), &err);
1003 targetsize = ucnv_toUChars(myConverter, NULL, targetcapacity2, output_cp_buffer, strlen(output_cp_buffer), &err);
2560 int32_t length=strlen(badUTF8[i]);
2622 int32_t length=strlen(badUTF8[i]);
3387 const char* sourceLimit = source + strlen(head);
3404 sourceLimit = source+strlen(mid);
3415 sourceLimit = source+strlen(tail);