Lines Matching refs:myContext
2490 ULocalesContext *myContext = NULL;
2495 myContext = static_cast<ULocalesContext *>(uprv_malloc(sizeof(ULocalesContext)));
2497 if(!en || !myContext) {
2500 uprv_free(myContext);
2505 ures_initStackObject(&myContext->installed);
2506 ures_initStackObject(&myContext->curr);
2508 ures_getByKey(idx, INDEX_TAG, &myContext->installed, status);
2512 path, INDEX_LOCALE_NAME, INDEX_TAG, ures_getKey(&myContext->installed));
2514 en->context = myContext;
2519 ures_close(&myContext->installed);
2520 uprv_free(myContext);