Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duresbund.cpp1475 static const UChar* ures_getStringWithAlias(const UResourceBundle *resB, Resource r, int32_t sIndex… in ures_getStringWithAlias() function
1527 return ures_getStringWithAlias(resB, r, resB->fIndex, len, status); in ures_getNextString()
1534 return ures_getStringWithAlias(resB, r, resB->fIndex, len, status); in ures_getNextString()
1536 return ures_getStringWithAlias(resB, resB->fRes, resB->fIndex, len, status); in ures_getNextString()
1672 return ures_getStringWithAlias(resB, r, indexS, len, status); in ures_getStringByIndex()
1679 return ures_getStringWithAlias(resB, r, indexS, len, status); in ures_getStringByIndex()
1681 return ures_getStringWithAlias(resB, resB->fRes, indexS, len, status); in ures_getStringByIndex()