Home
last modified time | relevance | path

Searched refs:UKeywordsContext (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/common/
Duloc.c1461 typedef struct UKeywordsContext { struct
1464 } UKeywordsContext; argument
1468 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()