Home | History | Annotate | Download | only in common

Lines Matching refs:ULocalesContext

2288 typedef struct ULocalesContext {
2291 } ULocalesContext;
2295 ULocalesContext *ctx = (ULocalesContext *)enumerator->context;
2304 ULocalesContext *ctx = (ULocalesContext *)en->context;
2312 ULocalesContext *ctx = (ULocalesContext *)en->context;
2330 UResourceBundle *res = &((ULocalesContext *)en->context)->installed;
2351 ULocalesContext *myContext = NULL;
2356 myContext = static_cast<ULocalesContext *>(uprv_malloc(sizeof(ULocalesContext)));