Lines Matching defs:base
255 UChar* base = NULL;
337 if(base != NULL) {
338 free(base);
339 base = NULL;
342 base=(UChar*)malloc(sizeof(UChar)*(strlen(NAME[j]) + 1));
343 u_uastrcpy(base,NAME[j]);
348 if(base != NULL) {
349 free(base);
350 base = NULL;
352 base = (UChar*) malloc(sizeof(UChar) * 1);
353 *base = 0x0000;
385 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 3));
386 u_strcpy(expected_string,base);
401 free(base);