Searched refs:indexS (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/common/
H A Duresdata.h370 res_getArrayItem(const ResourceData *pResData, Resource array, int32_t indexS);
373 res_getTableItemByIndex(const ResourceData *pResData, Resource table, int32_t indexS, const char ** key);
376 res_getTableItemByKey(const ResourceData *pResData, Resource table, int32_t *indexS, const char* * key);
H A Dresbund.cpp326 UnicodeString ResourceBundle::getStringEx(int32_t indexS, UErrorCode& status) const { argument
328 const UChar* r = ures_getStringByIndex(fResource, indexS, &len, &status);
H A Duresbund.c1506 U_CAPI const UChar* U_EXPORT2 ures_getStringByIndex(const UResourceBundle *resB, int32_t indexS, int32_t* len, UErrorCode *status) { argument
1518 if(indexS >= 0 && resB->fSize > indexS) {
1526 r = res_getTableItemByIndex(&(resB->fResData), resB->fRes, indexS, &key);
1530 return ures_getStringWithAlias(resB, r, indexS, len, status);
1533 r = res_getArrayItem(&(resB->fResData), resB->fRes, indexS);
1537 return ures_getStringWithAlias(resB, r, indexS, len, status);
1539 return ures_getStringWithAlias(resB, resB->fRes, indexS, len, status);
/external/icu4c/common/unicode/
H A Dures.h618 * @param indexS an index to the wanted string.
627 int32_t indexS,
834 int32_t indexS,
838 const UChar* r = ures_getStringByIndex(resB, indexS, &len, status);
833 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) argument
/external/antlr/src/org/antlr/runtime/debug/
H A DRemoteDebugEventSocketListener.java325 String indexS = elements[2];
333 e.index = Integer.parseInt(indexS);
447 String indexS = elements[offset+0];
454 int index = Integer.parseInt(indexS);

Completed in 8133 milliseconds