Home | History | Annotate | Download | only in common

Lines Matching refs:UKeywordsContext

1472 typedef struct UKeywordsContext {
1475 } UKeywordsContext;
1479 uprv_free(((UKeywordsContext *)enumerator->context)->keywords);
1486 char *kw = ((UKeywordsContext *)en->context)->keywords;
1499 const char* result = ((UKeywordsContext *)en->context)->current;
1502 len = (int32_t)uprv_strlen(((UKeywordsContext *)en->context)->current);
1503 ((UKeywordsContext *)en->context)->current += len+1;
1516 ((UKeywordsContext *)en->context)->current = ((UKeywordsContext *)en->context)->keywords;
1532 UKeywordsContext *myContext = NULL;
1545 myContext = uprv_malloc(sizeof(UKeywordsContext));