Searched refs:myContext (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/common/
H A Ducnv_io.c765 UAliasContext *myContext = (UAliasContext *)(enumerator->context); local
766 uint32_t listOffset = myContext->listOffset;
779 UAliasContext *myContext = (UAliasContext *)(enumerator->context); local
780 uint32_t listOffset = myContext->listOffset;
786 if (myContext->listIdx < listCount) {
787 const char *myStr = GET_STRING(currList[myContext->listIdx++]);
836 UAliasContext *myContext; local
844 myContext = uprv_malloc(sizeof(UAliasContext));
845 if (myContext == NULL) {
850 myContext
1018 uint16_t *myContext = (uint16_t *)(enumerator->context); local
1053 uint16_t *myContext; local
[all...]
H A Duloc.c1518 UKeywordsContext *myContext = NULL; local
1531 myContext = uprv_malloc(sizeof(UKeywordsContext));
1532 if (myContext == NULL) {
1537 myContext->keywords = (char *)uprv_malloc(keywordListSize+1);
1538 uprv_memcpy(myContext->keywords, keywordList, keywordListSize);
1539 myContext->keywords[keywordListSize] = 0;
1540 myContext->current = myContext->keywords;
1541 result->context = myContext;
H A Duresbund.c2300 ULocalesContext *myContext = NULL; local
2305 myContext = uprv_malloc(sizeof(ULocalesContext));
2307 if(!en || !myContext) {
2310 uprv_free(myContext);
2315 ures_initStackObject(&myContext->installed);
2316 ures_initStackObject(&myContext->curr);
2318 ures_getByKey(idx, INDEX_TAG, &myContext->installed, status);
2322 path, INDEX_LOCALE_NAME, INDEX_TAG, ures_getKey(&myContext->installed));
2324 en->context = myContext;
2329 ures_close(&myContext
[all...]
/external/icu4c/i18n/
H A Ducurr.cpp1752 UCurrencyContext *myContext = (UCurrencyContext *)(enumerator->context); local
1753 uint32_t currType = myContext->currType;
1770 UCurrencyContext *myContext = (UCurrencyContext *)(enumerator->context); local
1773 while (myContext->listIdx < (sizeof(gCurrencyList)/sizeof(gCurrencyList[0]))-1) {
1774 const struct CurrencyList *currItem = &gCurrencyList[myContext->listIdx++];
1775 if (UCURR_MATCHES_BITMASK(currItem->currType, myContext->currType))
1815 UCurrencyContext *myContext; local
1823 myContext = (UCurrencyContext*)uprv_malloc(sizeof(UCurrencyContext));
1824 if (myContext == NULL) {
1829 myContext
[all...]

Completed in 79 milliseconds