Searched defs:indexS (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dresbund.cpp333 UnicodeString ResourceBundle::getStringEx(int32_t indexS, UErrorCode& status) const { argument
335 const UChar* r = ures_getStringByIndex(fResource, indexS, &len, &status);
H A Duresbund.cpp1507 U_CAPI const UChar* U_EXPORT2 ures_getStringByIndex(const UResourceBundle *resB, int32_t indexS, int32_t* len, UErrorCode *status) { argument
1519 if(indexS >= 0 && resB->fSize > indexS) {
1527 r = res_getTableItemByIndex(&(resB->fResData), resB->fRes, indexS, &key);
1531 return ures_getStringWithAlias(resB, r, indexS, len, status);
1534 r = res_getArrayItem(&(resB->fResData), resB->fRes, indexS);
1538 return ures_getStringWithAlias(resB, r, indexS, len, status);
1540 return ures_getStringWithAlias(resB, resB->fRes, indexS, len, status);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dures.h625 * @param indexS an index to the wanted string.
634 int32_t indexS,
834 * @param indexS an index to the wanted string.
841 int32_t indexS,
845 const UChar* r = ures_getStringByIndex(resB, indexS, &len, status);
840 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) argument
/external/icu/icu4c/source/common/
H A Dresbund.cpp333 UnicodeString ResourceBundle::getStringEx(int32_t indexS, UErrorCode& status) const { argument
335 const UChar* r = ures_getStringByIndex(fResource, indexS, &len, &status);
H A Duresbund.cpp1507 U_CAPI const UChar* U_EXPORT2 ures_getStringByIndex(const UResourceBundle *resB, int32_t indexS, int32_t* len, UErrorCode *status) { argument
1519 if(indexS >= 0 && resB->fSize > indexS) {
1527 r = res_getTableItemByIndex(&(resB->fResData), resB->fRes, indexS, &key);
1531 return ures_getStringWithAlias(resB, r, indexS, len, status);
1534 r = res_getArrayItem(&(resB->fResData), resB->fRes, indexS);
1538 return ures_getStringWithAlias(resB, r, indexS, len, status);
1540 return ures_getStringWithAlias(resB, resB->fRes, indexS, len, status);
/external/icu/icu4c/source/common/unicode/
H A Dures.h626 * @param indexS an index to the wanted string.
635 int32_t indexS,
835 * @param indexS an index to the wanted string.
842 int32_t indexS,
846 const UChar* r = ures_getStringByIndex(resB, indexS, &len, status);
841 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) argument
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1064 milliseconds