Lines Matching defs:base
1598 UChar* base = NULL;
1681 if(base != NULL) {
1682 free(base);
1683 base = NULL;
1685 base=(UChar*)malloc(sizeof(UChar)*(strlen(NAME[j]) + 1));
1686 u_uastrcpy(base,NAME[j]);
1691 if(base != NULL) {
1692 free(base);
1693 base = NULL;
1695 base = (UChar*) malloc(sizeof(UChar) * 1);
1696 *base = 0x0000;
1716 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 4));
1717 u_strcpy(expected_string,base);
1755 u_strcpy(expected_string, base);
1794 u_strcpy(expected_string, base);
1845 u_strcpy(expected_string, base);
1894 u_strcpy(expected_string, base);
1936 if(strncmp(key, "tag", 3) == 0 && u_strncmp(value, base, u_strlen(base)) == 0){
1980 u_strcpy(expected_string, base);
1999 free(base);