Lines Matching refs:tdpath
1252 char* tdpath = NULL;
1257 tdpath = (char*) malloc(sizeof(char) * (len * 2));
1260 uprv_strcpy(tdpath,directory);
1261 index=strrchr(tdpath,(char)U_FILE_SEP_CHAR);
1263 if((unsigned int)(index-tdpath) != (strlen(tdpath)-1)){
1266 u_setDataDirectory(tdpath);
1267 log_verbose("ICU data directory is set to: %s \n" ,tdpath);
1330 free(tdpath);