Searched refs:myContext (Results 1 – 8 of 8) sorted by relevance
770 UAliasContext *myContext = (UAliasContext *)(enumerator->context); in ucnv_io_countStandardAliases() local771 uint32_t listOffset = myContext->listOffset; in ucnv_io_countStandardAliases()784 UAliasContext *myContext = (UAliasContext *)(enumerator->context); in ucnv_io_nextStandardAliases() local785 uint32_t listOffset = myContext->listOffset; in ucnv_io_nextStandardAliases()791 if (myContext->listIdx < listCount) { in ucnv_io_nextStandardAliases()792 const char *myStr = GET_STRING(currList[myContext->listIdx++]); in ucnv_io_nextStandardAliases()841 UAliasContext *myContext; in ucnv_openStandardNames() local849 myContext = static_cast<UAliasContext *>(uprv_malloc(sizeof(UAliasContext))); in ucnv_openStandardNames()850 if (myContext == NULL) { in ucnv_openStandardNames()855 myContext->listOffset = listOffset; in ucnv_openStandardNames()[all …]
1520 UKeywordsContext *myContext = NULL; in uloc_openKeywordList() local1533 myContext = static_cast<UKeywordsContext *>(uprv_malloc(sizeof(UKeywordsContext))); in uloc_openKeywordList()1534 if (myContext == NULL) { in uloc_openKeywordList()1539 myContext->keywords = (char *)uprv_malloc(keywordListSize+1); in uloc_openKeywordList()1540 uprv_memcpy(myContext->keywords, keywordList, keywordListSize); in uloc_openKeywordList()1541 myContext->keywords[keywordListSize] = 0; in uloc_openKeywordList()1542 myContext->current = myContext->keywords; in uloc_openKeywordList()1543 result->context = myContext; in uloc_openKeywordList()
2359 ULocalesContext *myContext = NULL; in ures_openAvailableLocales() local2364 myContext = static_cast<ULocalesContext *>(uprv_malloc(sizeof(ULocalesContext))); in ures_openAvailableLocales()2366 if(!en || !myContext) { in ures_openAvailableLocales()2369 uprv_free(myContext); in ures_openAvailableLocales()2374 ures_initStackObject(&myContext->installed); in ures_openAvailableLocales()2375 ures_initStackObject(&myContext->curr); in ures_openAvailableLocales()2377 ures_getByKey(idx, INDEX_TAG, &myContext->installed, status); in ures_openAvailableLocales()2381 path, INDEX_LOCALE_NAME, INDEX_TAG, ures_getKey(&myContext->installed)); in ures_openAvailableLocales()2383 en->context = myContext; in ures_openAvailableLocales()2388 ures_close(&myContext->installed); in ures_openAvailableLocales()[all …]
2026 UCurrencyContext *myContext = (UCurrencyContext *)(enumerator->context); in ucurr_countCurrencyList() local2027 uint32_t currType = myContext->currType; in ucurr_countCurrencyList()2044 UCurrencyContext *myContext = (UCurrencyContext *)(enumerator->context); in ucurr_nextCurrencyList() local2047 while (myContext->listIdx < (sizeof(gCurrencyList)/sizeof(gCurrencyList[0]))-1) { in ucurr_nextCurrencyList()2048 const struct CurrencyList *currItem = &gCurrencyList[myContext->listIdx++]; in ucurr_nextCurrencyList()2049 if (UCURR_MATCHES_BITMASK(currItem->currType, myContext->currType)) in ucurr_nextCurrencyList()2250 UCurrencyContext *myContext; in ucurr_openISOCurrencies() local2258 myContext = (UCurrencyContext*)uprv_malloc(sizeof(UCurrencyContext)); in ucurr_openISOCurrencies()2259 if (myContext == NULL) { in ucurr_openISOCurrencies()2264 myContext->currType = currType; in ucurr_openISOCurrencies()[all …]
1068 void rdar_7184450(CGContextRef myContext, CGFloat x, CGPoint myStartPoint,1085 CGContextDrawLinearGradient(myContext, myGradient, myStartPoint, myEndPoint,1090 void rdar_7184450_pos(CGContextRef myContext, CGFloat x, CGPoint myStartPoint,1106 CGContextDrawLinearGradient(myContext, myGradient, myStartPoint, myEndPoint,
1110 void rdar_7184450(CGContextRef myContext, CGFloat x, CGPoint myStartPoint,1127 CGContextDrawLinearGradient(myContext, myGradient, myStartPoint, myEndPoint,1132 void rdar_7184450_pos(CGContextRef myContext, CGFloat x, CGPoint myStartPoint,1148 CGContextDrawLinearGradient(myContext, myGradient, myStartPoint, myEndPoint,
1063 void rdar_7184450(CGContextRef myContext, CGFloat x, CGPoint myStartPoint,1080 CGContextDrawLinearGradient(myContext, myGradient, myStartPoint, myEndPoint,1085 void rdar_7184450_pos(CGContextRef myContext, CGFloat x, CGPoint myStartPoint,1101 CGContextDrawLinearGradient(myContext, myGradient, myStartPoint, myEndPoint,
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...