Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dures.h634 ures_getStringByIndex(const UResourceBundle *resourceBundle,
846 const UChar* r = ures_getStringByIndex(resB, indexS, &len, status); in ures_getUnicodeStringByIndex()
Durename.h1470 #define ures_getStringByIndex U_ICU_ENTRY_POINT_RENAME(ures_getStringByIndex) macro
/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp1399 const UChar *resStr = ures_getStringByIndex(data, i, &strLen, &status); in initField()
1821 resStr = ures_getStringByIndex(weekdaysData, i, &len, &status); in initializeData()
1838 resStr = ures_getStringByIndex(abbrWeekdaysData, i, &len, &status); in initializeData()
1859 resStr = ures_getStringByIndex(shorterWeekdaysData, i, &len, &status); in initializeData()
1884 resStr = ures_getStringByIndex(narrowWeekdaysData, i, &len, &status); in initializeData()
1905 resStr = ures_getStringByIndex(standaloneWeekdaysData, i, &len, &status); in initializeData()
1926 resStr = ures_getStringByIndex(standaloneAbbrWeekdaysData, i, &len, &status); in initializeData()
1947 resStr = ures_getStringByIndex(standaloneShorterWeekdaysData, i, &len, &status); in initializeData()
1972 resStr = ures_getStringByIndex(standaloneNarrowWeekdaysData, i, &len, &status); in initializeData()
Dtimezone.cpp194 u = ures_getStringByIndex(array, mid, &len, &status); in findInStringArray()
744 id = ures_getStringByIndex(top, i, &idLen, &ec); in getID()
1031 const UChar* id = ures_getStringByIndex(ares, zone, &idLen, &ec); in getEquivalentID()
1059 result = ures_getStringByIndex(names, idx, NULL, &ec); in findID()
1078 result = ures_getStringByIndex(names, idx, NULL, &ec); in dereferOlsonLink()
1088 const UChar* tmp = ures_getStringByIndex(names, deref, NULL, &ec); in dereferOlsonLink()
1121 const UChar *tmp = ures_getStringByIndex(res, idx, NULL, &status); in getRegion()
Dzonemeta.cpp648 const UChar *mz_name = ures_getStringByIndex(mz, 0, NULL, &status); in createMetazoneMappings()
653 mz_from = ures_getStringByIndex(mz, 1, NULL, &status); in createMetazoneMappings()
654 mz_to = ures_getStringByIndex(mz, 2, NULL, &status); in createMetazoneMappings()
Dsmpdtfmt.cpp746 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status); in construct()
747 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status); in construct()
778 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status); in construct()
779 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status); in construct()
806 resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &status); in construct()
824 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status); in construct()
825 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status); in construct()
850 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status); in construct()
851 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status); in construct()
Dwindtfmt.cpp83 const UChar *resStr = ures_getStringByIndex(patBundle, glueIndex, &resStrLen, &status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Ducurr.cpp731 s = ures_getStringByIndex(rb, choice, len, &ec2); in ucurr_getName()
917 s = ures_getStringByIndex(names, UCURR_SYMBOL_NAME, &len, &ec2); in getCurrencyNameCount()
1037 s = ures_getStringByIndex(names, UCURR_SYMBOL_NAME, &len, &ec2); in collectCurrencyNames()
1092 s = ures_getStringByIndex(names, UCURR_LONG_NAME, &len, &ec2); in collectCurrencyNames()
1134 s = ures_getStringByIndex(names, j, &len, &ec3); in collectCurrencyNames()
Ddcfmtsym.cpp338ures_getStringByIndex(currency.getAlias(), (int32_t)0, &currPatternLen, &localStatus); in initialize()
Dreldtfmt.cpp513 … const UChar *resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &tempStatus); in loadDates()
Dreldatefmt.cpp129 const UChar *resStr = ures_getStringByIndex( in getStringByIndex()
Ducal.cpp698 const UChar *type = ures_getStringByIndex(order, i, &len, status); in ucal_getKeywordValuesForLocale()
Ddtitvfmt.cpp738 const UChar* dateTimeFormat = ures_getStringByIndex( in initializePattern()
Dtznames_impl.cpp1531 const UChar *uregion = ures_getStringByIndex(regionsRes, i, &len, &status); in createInstance()
Ddtptngen.cpp939 …resStr = ures_getStringByIndex(dateTimePatterns, (int32_t)DateFormat::kDateTime, &resStrLen, &stat… in setDateTimeFromCalendar()
Dcalendar.cpp312 const UChar *uCalType = ures_getStringByIndex(order, 0, &len, &status); in getCalendarTypeForLocale()
/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c198 … const UChar *rootStr = ures_getStringByIndex(subRootBundle,idx,&rootStrLen,&errorCode); in TestKeyInRootRecursive()
199 … const UChar *localeStr = ures_getStringByIndex(subBundle,idx,&localeStrLen,&errorCode); in TestKeyInRootRecursive()
229 localeStr = ures_getStringByIndex(arr,0,&localeStrLen,&errorCode); in TestKeyInRootRecursive()
599 const UChar *fromBundleStr = ures_getStringByIndex(fromArray, idx, NULL, &errorCode); in compareArrays()
600 const UChar *toBundleStr = ures_getStringByIndex(toArray, idx, NULL, &errorCode); in compareArrays()
993 … const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode); in VerifyTranslation()
1022 … const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode); in VerifyTranslation()
Dcreststn.c1328 value=(UChar*)ures_getStringByIndex(teFillin, 0, &len, &status); in TestErrorConditions()
1334 value=(UChar*)ures_getStringByIndex(NULL, 0, &len, &status); in TestErrorConditions()
1341 value=(UChar*)ures_getStringByIndex(teFillin, 9999, &len, &status); in TestErrorConditions()
1785 t=(UChar*)ures_getStringByIndex(array, idx, &len, &status); in testTag()
1876 t=(UChar*)ures_getStringByIndex(tableRow, col, &len, &status); in testTag()
2881 s16 = ures_getStringByIndex(resB, idx, length, status); in tres_getString()
/external/icu/icu4c/source/samples/ufortune/
Dufortune.c191 resString = ures_getStringByIndex(fortunes_r, i, &len, &err); in main()
/external/icu/icu4c/source/tools/ctestfw/
Ddatamap.cpp90 key = ures_getStringByIndex(headers, i, &keyLen, &status); in init()
/external/icu/icu4c/source/common/
Dresbund.cpp335 const UChar* r = ures_getStringByIndex(fResource, indexS, &len, &status); in getStringEx()
Dlocdispnames.cpp836 … dispName = ures_getStringByIndex(currency, UCURRENCY_DISPLAY_NAME_INDEX, &dispNameLen, status); in uloc_getDisplayKeywordValue()
Duresbund.cpp1593 U_CAPI const UChar* U_EXPORT2 ures_getStringByIndex(const UResourceBundle *resB, int32_t indexS, in… in ures_getStringByIndex() function
1650 const UChar *s16 = ures_getStringByIndex(resB, idx, &length16, status); in ures_getUTF8StringByIndex()
/external/icu/icu4c/source/samples/uresb/
Duresb.c369 const UChar *result = ures_getStringByIndex(errorcodes, errorNumber, &len, &status); in getErrorName()