HomeSort by relevance Sort by last modified time
    Searched refs:disName (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c 282 UChar *disName;
379 disName=(UChar*)malloc(sizeof(UChar) * (len+1));
380 ucol_getDisplayName("en_US", "de_DE", disName, len+1, &status);
381 log_verbose("the display name for default collation in german: %s\n", austrdup(disName) );
382 free(disName);
435 disName=(UChar*)malloc(sizeof(UChar) * (len+1));
436 ucol_getDisplayName("fr_FR", "en_US", disName, len+1, &status);
437 log_verbose("the display name for french collation in english: %s\n", austrdup(disName) );
438 free(disName);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c 273 UChar *disName;
364 disName=(UChar*)malloc(sizeof(UChar) * (len+1));
365 ucol_getDisplayName("en_US", "de_DE", disName, len+1, &status);
366 log_verbose("the display name for default collation in german: %s\n", austrdup(disName) );
367 free(disName);
420 disName=(UChar*)malloc(sizeof(UChar) * (len+1));
421 ucol_getDisplayName("fr_FR", "en_US", disName, len+1, &status);
422 log_verbose("the display name for french collation in english: %s\n", austrdup(disName) );
423 free(disName);
    [all...]

Completed in 369 milliseconds