Searched refs:disName (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 274 UChar *disName; in TestProperty() local 365 disName=(UChar*)malloc(sizeof(UChar) * (len+1)); in TestProperty() 366 ucol_getDisplayName("en_US", "de_DE", disName, len+1, &status); in TestProperty() 367 log_verbose("the display name for default collation in german: %s\n", austrdup(disName) ); in TestProperty() 368 free(disName); in TestProperty() 434 disName=(UChar*)malloc(sizeof(UChar) * (len+1)); in TestProperty() 435 ucol_getDisplayName("fr_FR", "en_US", disName, len+1, &status); in TestProperty() 436 log_verbose("the display name for french collation in english: %s\n", austrdup(disName) ); in TestProperty() 437 free(disName); in TestProperty()
|