~ubuntu-branches/ubuntu/gutsy/icu/gutsy

« back to all changes in this revision

Viewing changes to source/test/cintltst/cestst.c

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2005-05-21 22:44:31 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: package-import@ubuntu.com-20050521224431-r7rktfhnu1n4tf1g
Tags: 2.1-2.1
Rename icu-doc to icu21-doc. icu-doc is built by the icu28 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
    myCollation = ucol_open("es_ES", &status);
87
87
    if(U_FAILURE(status)){
88
88
        log_err("ERROR: %s: in creation of rule based collator: %s\n", __FILE__, myErrorName(status));
89
 
        return;
 
89
        return;
90
90
    }
91
91
    log_verbose("Testing Spanish Collation with Tertiary strength\n");
92
92
    ucol_setStrength(myCollation, UCOL_TERTIARY);
105
105
    myCollation = ucol_open("es_ES", &status);
106
106
    if(U_FAILURE(status)){
107
107
        log_err("ERROR: %s: in creation of rule based collator: %s\n", __FILE__, myErrorName(status));
108
 
        return;
 
108
        return;
109
109
    }
110
110
    log_verbose("Testing Spanish Collation with Primary strength\n");
111
111
    ucol_setStrength(myCollation, UCOL_PRIMARY);