Home | History | Annotate | Download | only in common

Lines Matching defs:myContext

2458     ULocalesContext *myContext = NULL;
2463 myContext = static_cast<ULocalesContext *>(uprv_malloc(sizeof(ULocalesContext)));
2465 if(!en || !myContext) {
2468 uprv_free(myContext);
2473 ures_initStackObject(&myContext->installed);
2474 ures_initStackObject(&myContext->curr);
2476 ures_getByKey(idx, INDEX_TAG, &myContext->installed, status);
2480 path, INDEX_LOCALE_NAME, INDEX_TAG, ures_getKey(&myContext->installed));
2482 en->context = myContext;
2487 ures_close(&myContext->installed);
2488 uprv_free(myContext);