Searched refs:EN_US_ (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | usrchtst.c | 27 static UCollator *EN_US_; variable 60 EN_US_ = ucol_open("en_US", status); in open() 111 ucol_close(EN_US_); in close() 164 return EN_US_; in getCollator() 176 return EN_US_; in getCollator() 259 result = usearch_openFromCollator(pattern, 3, text, 6, EN_US_, NULL, in TestOpenClose() 262 if (EN_US_ == NULL) { in TestOpenClose() 284 result = usearch_openFromCollator(pattern, 3, text, 6, EN_US_, breakiter, in TestOpenClose() 287 if (EN_US_ == NULL) { in TestOpenClose() 317 result = usearch_openFromCollator(pattern, 2, text, 3, EN_US_, NULL, in TestInitialization() [all …]
|