]>
git.saurik.com Git - apple/icu.git/blob - icuSources/common/ustrenum.h
2 **********************************************************************
3 * Copyright (c) 2002, International Business Machines
4 * Corporation and others. All Rights Reserved.
5 **********************************************************************
7 * Created: November 11 2002
9 **********************************************************************
14 #include "unicode/uenum.h"
15 #include "unicode/strenum.h"
18 * Given a StringEnumeration, wrap it in a UEnumeration. The
19 * StringEnumeration is adopted; after this call, the caller must not
20 * delete it (regardless of error status).
22 U_CAPI UEnumeration
* U_EXPORT2
23 uenum_openStringEnumeration(StringEnumeration
* adopted
, UErrorCode
* ec
);