Home | History | Annotate | Download | only in common

Lines Matching refs:UKeywordsContext

1461 typedef struct UKeywordsContext {
1464 } UKeywordsContext;
1468 uprv_free(((UKeywordsContext *)enumerator->context)->keywords);
1475 char *kw = ((UKeywordsContext *)en->context)->keywords;
1488 const char* result = ((UKeywordsContext *)en->context)->current;
1491 len = (int32_t)uprv_strlen(((UKeywordsContext *)en->context)->current);
1492 ((UKeywordsContext *)en->context)->current += len+1;
1505 ((UKeywordsContext *)en->context)->current = ((UKeywordsContext *)en->context)->keywords;
1521 UKeywordsContext *myContext = NULL;
1534 myContext = static_cast<UKeywordsContext *>(uprv_malloc(sizeof(UKeywordsContext)));