Home | History | Annotate | Download | only in common

Lines Matching refs:errorCode

125     virtual const UChar *getString(int32_t &length, UErrorCode &errorCode) const = 0;
127 inline UnicodeString getUnicodeString(UErrorCode &errorCode) const {
129 const UChar *r = getString(len, errorCode);
136 virtual const UChar *getAliasString(int32_t &length, UErrorCode &errorCode) const = 0;
138 inline UnicodeString getAliasUnicodeString(UErrorCode &errorCode) const {
140 const UChar *r = getAliasString(len, errorCode);
149 virtual int32_t getInt(UErrorCode &errorCode) const = 0;
156 virtual uint32_t getUInt(UErrorCode &errorCode) const = 0;
163 virtual const int32_t *getIntVector(int32_t &length, UErrorCode &errorCode) const = 0;
170 virtual const uint8_t *getBinary(int32_t &length, UErrorCode &errorCode) const = 0;
175 virtual ResourceArray getArray(UErrorCode &errorCode) const = 0;
180 virtual ResourceTable getTable(UErrorCode &errorCode) const = 0;
202 UErrorCode &errorCode) const = 0;
220 UErrorCode &errorCode) const = 0;
237 virtual UnicodeString getStringOrFirstOfArray(UErrorCode &errorCode) const = 0;
270 UErrorCode &errorCode) = 0;