Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duloc.cpp1472 typedef struct UKeywordsContext { struct
1475 } UKeywordsContext; argument
1481 uprv_free(((UKeywordsContext *)enumerator->context)->keywords); in uloc_kw_closeKeywords()
1488 char *kw = ((UKeywordsContext *)en->context)->keywords; in uloc_kw_countKeywords()
1501 const char* result = ((UKeywordsContext *)en->context)->current; in uloc_kw_nextKeyword()
1504 len = (int32_t)uprv_strlen(((UKeywordsContext *)en->context)->current); in uloc_kw_nextKeyword()
1505 ((UKeywordsContext *)en->context)->current += len+1; in uloc_kw_nextKeyword()
1518 ((UKeywordsContext *)en->context)->current = ((UKeywordsContext *)en->context)->keywords; in uloc_kw_resetKeywords()
1537 UKeywordsContext *myContext = NULL; in uloc_openKeywordList()
1550 myContext = static_cast<UKeywordsContext *>(uprv_malloc(sizeof(UKeywordsContext))); in uloc_openKeywordList()