Lines Matching refs:resB
295 ures_getVersion(const UResourceBundle* resB,
428 ures_getUTF8String(const UResourceBundle *resB,
694 ures_getUTF8StringByIndex(const UResourceBundle *resB,
731 ures_getStringByKey(const UResourceBundle *resB,
787 ures_getUTF8StringByKey(const UResourceBundle *resB,
809 ures_getUnicodeString(const UResourceBundle *resB, UErrorCode* status) { in ures_getUnicodeString() argument
812 const UChar *r = ures_getString(resB, &len, status); in ures_getUnicodeString()
834 ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status) { in ures_getNextUnicodeString() argument
837 const UChar* r = ures_getNextString(resB, &len, key, status); in ures_getNextUnicodeString()
856 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) { in ures_getUnicodeStringByIndex() argument
859 const UChar* r = ures_getStringByIndex(resB, indexS, &len, status); in ures_getUnicodeStringByIndex()
879 ures_getUnicodeStringByKey(const UResourceBundle *resB, const char* key, UErrorCode* status) { in ures_getUnicodeStringByKey() argument
882 const UChar* r = ures_getStringByKey(resB, key, &len, status); in ures_getUnicodeStringByKey()