Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dgender.cpp142 UErrorCode key_status = U_ZERO_ERROR; in loadInstance() local
143 const UChar* s = ures_getStringByKey(locRes.getAlias(), curLocaleName, &resLen, &key_status); in loadInstance()
145 key_status = U_ZERO_ERROR; in loadInstance()
148 …L && uloc_getParent(parentLocaleName, parentLocaleName, ULOC_FULLNAME_CAPACITY, &key_status) > 0) { in loadInstance()
149 key_status = U_ZERO_ERROR; in loadInstance()
151 s = ures_getStringByKey(locRes.getAlias(), parentLocaleName, &resLen, &key_status); in loadInstance()
152 key_status = U_ZERO_ERROR; in loadInstance()