Home | History | Annotate | Download | only in common

Lines Matching full:mycontext

2475     ULocalesContext *myContext = NULL;
2480 myContext = static_cast<ULocalesContext *>(uprv_malloc(sizeof(ULocalesContext)));
2482 if(!en || !myContext) {
2485 uprv_free(myContext);
2490 ures_initStackObject(&myContext->installed);
2491 ures_initStackObject(&myContext->curr);
2493 ures_getByKey(idx, INDEX_TAG, &myContext->installed, status);
2497 path, INDEX_LOCALE_NAME, INDEX_TAG, ures_getKey(&myContext->installed));
2499 en->context = myContext;
2504 ures_close(&myContext->installed);
2505 uprv_free(myContext);