Searched refs:key_status (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
H A D | gender.cpp | 147 UErrorCode key_status = U_ZERO_ERROR; in loadInstance() local 148 const UChar* s = ures_getStringByKey(locRes.getAlias(), curLocaleName, &resLen, &key_status); in loadInstance() 150 key_status = U_ZERO_ERROR; in loadInstance() 153 while (s == NULL && uloc_getParent(parentLocaleName, parentLocaleName, ULOC_FULLNAME_CAPACITY, &key_status) > 0) { in loadInstance() 154 key_status = U_ZERO_ERROR; in loadInstance() 156 s = ures_getStringByKey(locRes.getAlias(), parentLocaleName, &resLen, &key_status); in loadInstance() 157 key_status = U_ZERO_ERROR; in loadInstance()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | gender.cpp | 152 UErrorCode key_status = U_ZERO_ERROR; in loadInstance() local 153 const char16_t* s = ures_getStringByKey(locRes.getAlias(), curLocaleName, &resLen, &key_status); in loadInstance() 155 key_status = U_ZERO_ERROR; in loadInstance() 156 CharString parentLocaleName(curLocaleName, key_status); in loadInstance() 165 key_status = U_ZERO_ERROR; in loadInstance() 167 s = ures_getStringByKey(locRes.getAlias(), parentLocaleName.data(), &resLen, &key_status); in loadInstance() 168 key_status = U_ZERO_ERROR; in loadInstance()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | gender.cpp | 147 UErrorCode key_status = U_ZERO_ERROR; in loadInstance() local 148 const UChar* s = ures_getStringByKey(locRes.getAlias(), curLocaleName, &resLen, &key_status); in loadInstance() 150 key_status = U_ZERO_ERROR; in loadInstance() 153 while (s == NULL && uloc_getParent(parentLocaleName, parentLocaleName, ULOC_FULLNAME_CAPACITY, &key_status) > 0) { in loadInstance() 154 key_status = U_ZERO_ERROR; in loadInstance() 156 s = ures_getStringByKey(locRes.getAlias(), parentLocaleName, &resLen, &key_status); in loadInstance() 157 key_status = U_ZERO_ERROR; in loadInstance()
|
Completed in 2 milliseconds