Home
last modified time | relevance | path

Searched refs:binaryStatus (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Ducol_res.cpp127 UErrorCode binaryStatus = U_ZERO_ERROR; in ucol_open_internal() local
129 binary = ures_getByKey(collElem, "%%CollationBin", NULL, &binaryStatus); in ucol_open_internal()
131 …if(binaryStatus == U_MISSING_RESOURCE_ERROR) { /* we didn't find the binary image, we should use t… in ucol_open_internal()
170 binaryStatus = U_ZERO_ERROR; in ucol_open_internal()
171 result->rules = ures_getStringByKey(result->elements, "Sequence", &len, &binaryStatus); in ucol_open_internal()