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

/external/chromium_org/third_party/icu/source/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_;
/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 70 milliseconds