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

/external/icu4c/test/cintltst/
H A Dusrchtst.c25 static UCollator *EN_US_; variable
58 EN_US_ = ucol_open("en_US", status);
109 ucol_close(EN_US_);
162 return EN_US_;
174 return EN_US_;
257 result = usearch_openFromCollator(pattern, 3, text, 6, EN_US_, NULL,
260 if (EN_US_ == NULL) {
282 result = usearch_openFromCollator(pattern, 3, text, 6, EN_US_, breakiter,
285 if (EN_US_ == NULL) {
315 result = usearch_openFromCollator(pattern, 2, text, 3, EN_US_, NUL
[all...]

Completed in 74 milliseconds