Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dusrchtst.c30 static UCollator *ES_; variable
67 ES_ = ucol_open("es_ES", status); in open()
76 u_strcpy(rules, ucol_getRules(ES_, &rulelength)); in open()
79 ucol_close(ES_); in open()
80 ES_ = ucol_openRules(rules, u_strlen(rules), UCOL_ON, UCOL_TERTIARY, in open()
114 ucol_close(ES_); in close()
173 return ES_; in getCollator()