Searched refs:EN_US_ (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | usrchtst.c | 25 static UCollator *EN_US_; variable 58 EN_US_ = ucol_open("en_US", status); in open() 109 ucol_close(EN_US_); in close() 162 return EN_US_; in getCollator() 174 return EN_US_; in getCollator() 257 result = usearch_openFromCollator(pattern, 3, text, 6, EN_US_, NULL, in TestOpenClose() 260 if (EN_US_ == NULL) { in TestOpenClose() 282 result = usearch_openFromCollator(pattern, 3, text, 6, EN_US_, breakiter, in TestOpenClose() 285 if (EN_US_ == NULL) { in TestOpenClose() 315 result = usearch_openFromCollator(pattern, 2, text, 3, EN_US_, NULL, in TestInitialization() [all …]
|