Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duresdata.h456 res_getArrayItem(const ResourceData *pResData, Resource array, int32_t indexS);
459 res_getTableItemByIndex(const ResourceData *pResData, Resource table, int32_t indexS, const char **…
462 res_getTableItemByKey(const ResourceData *pResData, Resource table, int32_t *indexS, const char* * …
Dresbund.cpp336 UnicodeString ResourceBundle::getStringEx(int32_t indexS, UErrorCode& status) const { in getStringEx() argument
338 const UChar* r = ures_getStringByIndex(fResource, indexS, &len, &status); in getStringEx()
Duresbund.cpp1648 U_CAPI const UChar* U_EXPORT2 ures_getStringByIndex(const UResourceBundle *resB, int32_t indexS, in… in ures_getStringByIndex() argument
1660 if(indexS >= 0 && resB->fSize > indexS) { in ures_getStringByIndex()
1668 r = res_getTableItemByIndex(&(resB->fResData), resB->fRes, indexS, &key); in ures_getStringByIndex()
1672 return ures_getStringWithAlias(resB, r, indexS, len, status); in ures_getStringByIndex()
1675 r = res_getArrayItem(&(resB->fResData), resB->fRes, indexS); 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()
/external/icu/icu4c/source/common/unicode/
Dures.h644 int32_t indexS,
859 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) { in ures_getUnicodeStringByIndex() argument
862 const UChar* r = ures_getStringByIndex(resB, indexS, &len, status); in ures_getUnicodeStringByIndex()
/external/icu/libicu/cts_headers/unicode/
Dures.h644 int32_t indexS,
859 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) { in ures_getUnicodeStringByIndex() argument
862 const UChar* r = ures_getStringByIndex(resB, indexS, &len, status); in ures_getUnicodeStringByIndex()
/external/icu/libicu/cts_headers/
Duresdata.h456 res_getArrayItem(const ResourceData *pResData, Resource array, int32_t indexS);
459 res_getTableItemByIndex(const ResourceData *pResData, Resource table, int32_t indexS, const char **…
462 res_getTableItemByKey(const ResourceData *pResData, Resource table, int32_t *indexS, const char* * …
/external/icu/libandroidicu/include/unicode/
Dures.h644 int32_t indexS,
859 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) { in ures_getUnicodeStringByIndex() argument
862 const UChar* r = ures_getStringByIndex(resB, indexS, &len, status); in ures_getUnicodeStringByIndex()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DRemoteDebugEventSocketListener.cs395 string indexS = elements[2]; in Dispatch()
404 e.index = int.Parse( indexS ); in Dispatch()
507 string indexS = elements[offset + 0]; in DeserializeToken()
514 int index = int.Parse(indexS); in DeserializeToken()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DRemoteDebugEventSocketListener.cs515 string indexS = elements[2]; in Dispatch()
524 e.index = int.Parse( indexS ); in Dispatch()
657 string indexS = elements[offset + 0]; in DeserializeToken()
664 int index = int.Parse( indexS ); in DeserializeToken()
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/
DRemoteDebugEventSocketListener.java355 String indexS = elements[2]; in dispatch() local
362 e.index = Integer.parseInt(indexS); in dispatch()
476 String indexS = elements[offset+0]; in deserializeToken() local
483 int index = Integer.parseInt(indexS); in deserializeToken()