Searched refs:UKeywordsContext (Results 1 – 1 of 1) sorted by relevance
1461 typedef struct UKeywordsContext { struct1464 } UKeywordsContext; argument1468 uprv_free(((UKeywordsContext *)enumerator->context)->keywords); in uloc_kw_closeKeywords()1475 char *kw = ((UKeywordsContext *)en->context)->keywords; in uloc_kw_countKeywords()1488 const char* result = ((UKeywordsContext *)en->context)->current; in uloc_kw_nextKeyword()1491 len = (int32_t)uprv_strlen(((UKeywordsContext *)en->context)->current); in uloc_kw_nextKeyword()1492 ((UKeywordsContext *)en->context)->current += len+1; in uloc_kw_nextKeyword()1505 ((UKeywordsContext *)en->context)->current = ((UKeywordsContext *)en->context)->keywords; in uloc_kw_resetKeywords()1521 UKeywordsContext *myContext = NULL; in uloc_openKeywordList()1534 myContext = uprv_malloc(sizeof(UKeywordsContext)); in uloc_openKeywordList()