X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/a0b4f637ba1a6c3c5651b61a69303b029bacf7d3..2ca993e82fb37b597a3c73ecd1586a139a6579c5:/icuSources/common/uresimp.h diff --git a/icuSources/common/uresimp.h b/icuSources/common/uresimp.h index b8ec5a61..6b264db3 100644 --- a/icuSources/common/uresimp.h +++ b/icuSources/common/uresimp.h @@ -1,6 +1,6 @@ /* ********************************************************************** -* Copyright (C) 2000-2014, International Business Machines +* Copyright (C) 2000-2015, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** */ @@ -222,6 +222,18 @@ ures_getStringByKeyWithFallback(const UResourceBundle *resB, int32_t* len, UErrorCode *status); +#ifdef __cplusplus + +U_CAPI void U_EXPORT2 +ures_getAllArrayItemsWithFallback(const UResourceBundle *bundle, const char *path, + icu::ResourceArraySink &sink, UErrorCode &errorCode); + +U_CAPI void U_EXPORT2 +ures_getAllTableItemsWithFallback(const UResourceBundle *bundle, const char *path, + icu::ResourceTableSink &sink, UErrorCode &errorCode); + +#endif /* __cplusplus */ + /** * Get a version number by key * @param resB bundle containing version number