Home | History | Annotate | Download | only in cintltst

Lines Matching full:tdpath

1264     char* tdpath = NULL;
1269 tdpath = (char*) malloc(sizeof(char) * (len * 2));
1272 uprv_strcpy(tdpath,directory);
1273 index=strrchr(tdpath,(char)U_FILE_SEP_CHAR);
1275 if((unsigned int)(index-tdpath) != (strlen(tdpath)-1)){
1278 u_setDataDirectory(tdpath);
1279 log_verbose("ICU data directory is set to: %s \n" ,tdpath);
1342 free(tdpath);