Home
last modified time | relevance | path

Searched refs:disName (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcapitst.c275 UChar *disName; in TestProperty() local
366 disName=(UChar*)malloc(sizeof(UChar) * (len+1)); in TestProperty()
367 ucol_getDisplayName("en_US", "de_DE", disName, len+1, &status); in TestProperty()
368 log_verbose("the display name for default collation in german: %s\n", austrdup(disName) ); in TestProperty()
369 free(disName); in TestProperty()
435 disName=(UChar*)malloc(sizeof(UChar) * (len+1)); in TestProperty()
436 ucol_getDisplayName("fr_FR", "en_US", disName, len+1, &status); in TestProperty()
437 log_verbose("the display name for french collation in english: %s\n", austrdup(disName) ); in TestProperty()
438 free(disName); in TestProperty()