Lines Matching full:strlen
253 upat=(UChar*)malloc(sizeof(UChar) * (strlen(pat[p])+1) );
348 pattern=(UChar*)malloc(sizeof(UChar) * (strlen("*#,##0.00;-*#,##0.00") + 1) );
375 res=(UChar*)malloc(sizeof(UChar) * (strlen("$1,234.56")+1) );
396 res=(UChar*)malloc(sizeof(UChar) * (strlen("-$1,234.56")+1) );
442 u_unescape(result[i], res, (int32_t)strlen(result[i])+1);
507 res=(UChar*)malloc(sizeof(UChar) * (strlen(result[i])+1) );
508 u_unescape(result[i],res,(int32_t)(strlen(result[i])+1));
594 res=(UChar*)malloc(sizeof(UChar) * (strlen(result[i])+1) );
595 u_unescape(result[i],res, (int32_t)(strlen(result[i])+1));
659 res=(UChar*)malloc(sizeof(UChar) * (strlen(expected)+1) );
1057 res=(UChar*)malloc(sizeof(UChar) * (strlen(expected)+1) );