HomeSort by relevance Sort by last modified time
    Searched full:preferredcode (Results 1 - 1 of 1) sorted by null

  /external/icu/icu4c/source/test/cintltst/
uregiontest.c 521 const char * preferredCode;
522 while ( (preferredCode = *regionListPtr++) != NULL ) {
527 if ( !uprv_strcmp(check,preferredCode) ) {
533 log_err("ERROR: uregion_getPreferredValues for region \"%s\" should have contained \"%s\" but it didn't.\n", uregion_getRegionCode(r), preferredCode);

Completed in 650 milliseconds