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

/external/chromium_org/third_party/icu/source/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...]
/external/icu/icu4c/source/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 488 milliseconds