Searched refs:ES_ (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/cintltst/
H A Dusrchtst.c28 static UCollator *ES_; variable
65 ES_ = ucol_open("es_ES", status);
74 u_strcpy(rules, ucol_getRules(ES_, &rulelength));
77 ucol_close(ES_);
78 ES_ = ucol_openRules(rules, u_strlen(rules), UCOL_ON, UCOL_TERTIARY,
112 ucol_close(ES_);
171 return ES_;

Completed in 422 milliseconds