Home | History | Annotate | Download | only in common

Lines Matching refs:errorCode

406          UErrorCode *errorCode);
414 const char *path, const char *name, UErrorCode *errorCode);
485 virtual const UChar *getString(int32_t &length, UErrorCode &errorCode) const;
486 virtual const UChar *getAliasString(int32_t &length, UErrorCode &errorCode) const;
487 virtual int32_t getInt(UErrorCode &errorCode) const;
488 virtual uint32_t getUInt(UErrorCode &errorCode) const;
489 virtual const int32_t *getIntVector(int32_t &length, UErrorCode &errorCode) const;
490 virtual const uint8_t *getBinary(int32_t &length, UErrorCode &errorCode) const;
491 virtual ResourceArray getArray(UErrorCode &errorCode) const;
492 virtual ResourceTable getTable(UErrorCode &errorCode) const;
495 UErrorCode &errorCode) const;
497 UErrorCode &errorCode) const;
498 virtual UnicodeString getStringOrFirstOfArray(UErrorCode &errorCode) const;