Searched refs:disName (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/test/cintltst/ |
D | capitst.c | 292 UChar *disName; in TestProperty() local 389 disName=(UChar*)malloc(sizeof(UChar) * (len+1)); in TestProperty() 390 ucol_getDisplayName("en_US", "de_DE", disName, len+1, &status); in TestProperty() 391 log_verbose("the display name for default collation in german: %s\n", austrdup(disName) ); in TestProperty() 392 free(disName); in TestProperty() 451 disName=(UChar*)malloc(sizeof(UChar) * (len+1)); in TestProperty() 452 ucol_getDisplayName("fr_FR", "en_US", disName, len+1, &status); in TestProperty() 453 log_verbose("the display name for french collation in english: %s\n", austrdup(disName) ); in TestProperty() 454 free(disName); in TestProperty()
|