Home | History | Annotate | Download | only in common

Lines Matching refs:ures_getStringWithAlias

1345 static const UChar* ures_getStringWithAlias(const UResourceBundle *resB, Resource r, int32_t sIndex, int32_t *len, UErrorCode *status) {
1397 return ures_getStringWithAlias(resB, r, resB->fIndex, len, status);
1404 return ures_getStringWithAlias(resB, r, resB->fIndex, len, status);
1406 return ures_getStringWithAlias(resB, resB->fRes, resB->fIndex, len, status);
1541 return ures_getStringWithAlias(resB, r, indexS, len, status);
1548 return ures_getStringWithAlias(resB, r, indexS, len, status);
1550 return ures_getStringWithAlias(resB, resB->fRes, indexS, len, status);