Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duloc.cpp1460 typedef struct UKeywordsContext { struct
1463 } UKeywordsContext; argument
1467 uprv_free(((UKeywordsContext *)enumerator->context)->keywords); in uloc_kw_closeKeywords()
1474 char *kw = ((UKeywordsContext *)en->context)->keywords; in uloc_kw_countKeywords()
1487 const char* result = ((UKeywordsContext *)en->context)->current; in uloc_kw_nextKeyword()
1490 len = (int32_t)uprv_strlen(((UKeywordsContext *)en->context)->current); in uloc_kw_nextKeyword()
1491 ((UKeywordsContext *)en->context)->current += len+1; in uloc_kw_nextKeyword()
1504 ((UKeywordsContext *)en->context)->current = ((UKeywordsContext *)en->context)->keywords; in uloc_kw_resetKeywords()
1520 UKeywordsContext *myContext = NULL; in uloc_openKeywordList()
1533 myContext = static_cast<UKeywordsContext *>(uprv_malloc(sizeof(UKeywordsContext))); in uloc_openKeywordList()