sl@0: /* sl@0: ********************************************************************** sl@0: * Copyright (C) 2004, International Business Machines sl@0: * Corporation and others. All Rights Reserved. sl@0: ********************************************************************** sl@0: */ sl@0: sl@0: #ifndef ULOCIMP_H sl@0: #define ULOCIMP_H sl@0: sl@0: #include "unicode/uloc.h" sl@0: sl@0: /** sl@0: * Create an iterator over the specified keywords list sl@0: * @param keywordList double-null terminated list. Will be copied. sl@0: * @param keywordListSize size in bytes of keywordList sl@0: * @param status err code sl@0: * @return enumeration (owned by caller) of the keyword list. sl@0: * @internal ICU 3.0 sl@0: */ sl@0: U_CAPI UEnumeration* U_EXPORT2 sl@0: uloc_openKeywordList(const char *keywordList, int32_t keywordListSize, UErrorCode* status); sl@0: sl@0: #endif